grrr.. LOVE SIP! This is an example of a provider doing things weird but this works for said provider.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7596 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9ce0e4fde8
commit
6ab137fccd
|
@ -0,0 +1,25 @@
|
|||
<!-- This is a provider that has an authorization name and a username. -->
|
||||
<include>
|
||||
<user id="%%AUTHUSERNAME%%">
|
||||
<gateways>
|
||||
<gateway name="sip.intelefone.net">
|
||||
<param name="from-user" value="%%USERNAME%%"/>
|
||||
<param name="from-domain" value="sip.intelefone.net"/>
|
||||
<param name="username" value="%%AUTHUSERNAME%%"/>
|
||||
<param name="realm" value="U-Phone"/>
|
||||
<param name="password" value="%%PASSWORD%%"/>
|
||||
<param name="expire-seconds" value="600"/>
|
||||
<param name="register" value="true"/>
|
||||
<param name="proxy" value="208.64.252.122"/>
|
||||
<param name="register-proxy" value="208.64.252.122"/>
|
||||
<param name="retry_seconds" value="30"/>
|
||||
<param name="extension" value="18186981869"/>
|
||||
<param name="context" value="public"/>
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%%PASSWORD%%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
||||
|
Loading…
Reference in New Issue