Skip to content

Commit e5ab9ea

Browse files
authored
Update retell.mdx
typos
1 parent 8172482 commit e5ab9ea

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

fern/docs/pages/hostedapps/retell.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ rewrite the number into the proper International e.164 format expected by Retell
7676
### OVERIDE_FROM_USER
7777
When making calls from Retell to then PSTN your carrier may want you to use a custom value in the From header, if so set this here. Sipgate is one such carrier.
7878

79+
### PASS_REFER
80+
Controls if a refer is sent to the originating carrier or treated as a new outbound leg, see the Call Transfer section.
7981

8082
## Other Configuration
8183
The other parameters can be left as default.
@@ -116,14 +118,14 @@ If set to True then jambonz will send the SIP REFER on to your originating carri
116118

117119
If PASS REFER is set to false then jambonz will turn the SIP refer into a new outbound call leg from Jambonz via your carrier, this will then remove retell from the call path but keep the call in Jambonz, it will only use one of your availble channels.
118120

119-
### Overide Carrier & Number
121+
### Override Carrier & Number
120122
Sometimes you may want to transfer the call to an internal number like on your PBX, Retell only allows you to enter full valid phone numbers here and not to use a private mnumber like 1000,
121-
The application provides the ability to overide these by sending custom SIP headers from Retell in teh call transfer.
123+
The application provides the ability to override these by sending custom SIP headers from Retell in the call transfer.
122124

123-
If you set a header of `X-Overide-Carrier` then value should contain the name of the trunk you want to use for for the call, this will overide the PSTN_TRUNK_NAME in your application configuration
124-
If you set a header of `X-Overide-Number` then the value will contain a number to be sent to the carrier instead of the destination number set in the Retell transfer node
125+
If you set a header of `X-Override-Carrier` then value should contain the name of the trunk you want to use for for the call, this will override the PSTN_TRUNK_NAME in your application configuration
126+
If you set a header of `X-Override-Number` then the value will contain a number to be sent to the carrier instead of the destination number set in the Retell transfer node
125127

126-
These headers can be used independently to overide either the carrier or the number.
128+
These headers can be used independently to override either the carrier or the number.
127129

128130

129131
# Help & support

0 commit comments

Comments
 (0)