Skip to content

Commit e029fad

Browse files
authored
Rename dial_status to dial_call_status
minor typo
1 parent b91e46e commit e029fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/docs/pages/verbs/dial.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The actionHook that is invoked when the dial command ends will include the follo
209209
| property name | description |
210210
| ------------- |-------------|
211211
| dial_call_sid | the unique call_sid identifier for the child call |
212-
| dial_status | the final status of the call attempt, one of 'completed', 'failed', 'busy', 'no-answer', or 'queued'|
212+
| dial_call_status | the final status of the call attempt, one of 'completed', 'failed', 'busy', 'no-answer', or 'queued'|
213213
| dial_sip_status | the sip status of the final response to the INVITE that was sent|
214214

215215
#### amd.hook properties
@@ -229,4 +229,4 @@ For more details on controlling the media path during a call, please see [Contro
229229

230230
#### proxy
231231

232-
If you set a `proxy` value on the target then jambonz will use this as a SIP Proxy for the outgoing INVITE, for example `sip:192.168.0.1:5060`
232+
If you set a `proxy` value on the target then jambonz will use this as a SIP Proxy for the outgoing INVITE, for example `sip:192.168.0.1:5060`

0 commit comments

Comments
 (0)