mod_rayo: fix config to passthrough loopback dialstrings
This commit is contained in:
parent
13dcbae0b4
commit
9500e120a9
|
@ -17,10 +17,10 @@
|
|||
</input>
|
||||
|
||||
<!-- receivefax component params -->
|
||||
<receivefax>
|
||||
<fax>
|
||||
<!-- where to store incoming faxes -->
|
||||
<param name="file-prefix" value="/tmp/"/>
|
||||
</receivefax>
|
||||
<param name="receivefax-file-prefix" value="/tmp/"/>
|
||||
</fax>
|
||||
|
||||
<!-- XMPP server domain -->
|
||||
<domain name="$${rayo_domain_name}" shared-secret="ClueCon">
|
||||
|
@ -49,8 +49,9 @@
|
|||
<dial-gateway uriprefix="sip:" dialprefix="sofia/external/" strip="0"/>
|
||||
<dial-gateway uriprefix="tel:" dialprefix="sofia/gateway/outbound/" strip="4"/>
|
||||
<!-- pass through user and sofia unaltered -->
|
||||
<dial-gateway uriprefix="user" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="sofia" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="user/" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="sofia/" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="loopback/" dialprefix="" strip=""/>
|
||||
</dial-gateways>
|
||||
|
||||
<!-- IQ request aliases. Used mainly for testing purposes or for controlling a rayo call via the console -->
|
||||
|
|
|
@ -49,8 +49,9 @@
|
|||
<dial-gateway uriprefix="sip:" dialprefix="sofia/external/" strip="0"/>
|
||||
<dial-gateway uriprefix="tel:" dialprefix="sofia/gateway/outbound/" strip="4"/>
|
||||
<!-- pass through user and sofia unaltered -->
|
||||
<dial-gateway uriprefix="user" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="sofia" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="user/" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="sofia/" dialprefix="" strip=""/>
|
||||
<dial-gateway uriprefix="loopback/" dialprefix="" strip=""/>
|
||||
</dial-gateways>
|
||||
|
||||
<!-- IQ request aliases. Used mainly for testing purposes or for controlling a rayo call via the console -->
|
||||
|
|
Loading…
Reference in New Issue