working configs for fwd and sipphone
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6596 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
289f9387e3
commit
08c0b89b5b
|
@ -0,0 +1,21 @@
|
|||
<!-- Working FWD dialup in and outbound -->
|
||||
|
||||
<include>
|
||||
<user id="%FWDNUMBER%">
|
||||
<gateways>
|
||||
<gateway name="fwd.pulver.com">
|
||||
<param name="username" value="%FWDNUMBER%"/>
|
||||
<param name="password" value="%FWDPASSWORD%"/>
|
||||
<param name="expire-seconds" value="600"/>
|
||||
<param name="register" value="true"/>
|
||||
<param name="retry_seconds" value="30"/>
|
||||
<param name="extension" value="%FWDEXTENSION%"/>
|
||||
<param name="context" value="public"/>
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%FWDPASSWORD%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<!-- Working Gizmo/SIPPhone.com account details -->
|
||||
|
||||
<include>
|
||||
<user id="%SPUSERNAME%">
|
||||
<gateways>
|
||||
<gateway name="proxy01.sipphone.com">
|
||||
<param name="username" value="%SPUERNAME%"/>
|
||||
<param name="password" value="%SPPASSWORD%"/>
|
||||
<param name="from-domain" value="proxy01.sipphone.com"/>
|
||||
<param name="proxy" value="proxy01.sipphone.com"/>
|
||||
<param name="caller-id-in-from" value="true"/>
|
||||
<param name="expire-seconds" value="600"/>
|
||||
<param name="register" value="true"/>
|
||||
<param name="retry_seconds" value="5"/>
|
||||
<param name="extension" value="%SPEXTENSION%"/>
|
||||
<param name="context" value="public"/>
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%SPPASSWORD%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
Loading…
Reference in New Issue