remove theese as they are on the wiki
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14307 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2d86be922f
commit
1f3806e984
|
@ -1,24 +0,0 @@
|
|||
<!-- Working Asterlink.com in and outbound -->
|
||||
|
||||
<include>
|
||||
<user id="%ALUSERNAME%">
|
||||
<gateways>
|
||||
<gateway name="asterlink.com">
|
||||
<param name="username" value="%ALUSERNAME%"/>
|
||||
<param name="password" value="%ALPASSWORD%"/>
|
||||
<param name="from-user" value="%ALUSERNAME%"/>
|
||||
<param name="from-domain" value="asterlink.com"/>
|
||||
<param name="expire-seconds" value="600"/>
|
||||
<param name="register" value="true"/>
|
||||
<param name="retry-seconds" value="30"/>
|
||||
<param name="contact-params" value="domain_name=$${domain}"/>
|
||||
<param name="extension" value="%ALEXTENSION%"/>
|
||||
<param name="context" value="public"/>
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%ALPASSWORD%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<!-- Working ideaSIP.com dialup in and outbound -->
|
||||
|
||||
<include>
|
||||
<user id="%ISUSERNAME%">
|
||||
<gateways>
|
||||
<gateway name="proxy.ideasip.com">
|
||||
<param name="username" value="%ISUSERNAME%"/>
|
||||
<param name="password" value="%ISPASSWORD%"/>
|
||||
<param name="expire-seconds" value="600"/>
|
||||
<param name="register" value="true"/>
|
||||
<param name="retry-seconds" value="30"/>
|
||||
<param name="extension" value="%ISEXTENSION%"/>
|
||||
<param name="context" value="public"/>
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%ISPASSWORD%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
<!-- 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="sip.intelefone.net"/>
|
||||
<param name="register-proxy" value="sip.intelefone.net"/>
|
||||
<param name="retry-seconds" value="30"/>
|
||||
<param name="extension" value="%%USERNAME%%"/>
|
||||
<param name="context" value="public"/>
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%%PASSWORD%%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<!-- 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>
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
<include>
|
||||
<user id="%BVUSERNAME%">
|
||||
<gateways>
|
||||
<gateway name="sip.broadvoice.com">
|
||||
<!--/// account username *required* ///-->
|
||||
<param name="username" value="%BVUSERNAME%"/>
|
||||
<!--/// auth realm: *optional* same as gateway name, if blank ///-->
|
||||
<param name="realm" value="BroadWorks"/>
|
||||
<!--/// domain to use in from: *optional* same as realm, if blank ///-->
|
||||
<param name="from-domain" value="sip.broadvoice.com"/>
|
||||
<!--/// account password *required* ///-->
|
||||
<param name="password" value="%BVPASSWORD%"/>
|
||||
<!--/// replace the INVITE from user with the channel's caller-id ///-->
|
||||
<!--<param name="caller-id-in-from" value="false"/>-->
|
||||
<!--/// extension for inbound calls: *optional* same as username, if blank ///-->
|
||||
<param name="extension" value="%BVEXTENSION%"/>
|
||||
<!--/// proxy host: *optional* same as realm, if blank ///-->
|
||||
<param name="proxy" value="sip.broadvoice.com"/>
|
||||
<!--/// expire in seconds: *optional* 3600, if blank ///-->
|
||||
<!--<param name="expire-seconds" value="3600"/>-->
|
||||
<!--/// register ///-->
|
||||
<param name="register" value="true"/>
|
||||
<!--How many seconds before a retry when a failure or timeout occurs -->
|
||||
<param name="retry-seconds" value="3600"/>
|
||||
<!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->
|
||||
<!--<param name="caller-id-in-from" value="false"/>-->
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%BVPASSWORD%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
|
@ -1,20 +0,0 @@
|
|||
<!-- Working Gizmo/SIPPhone.com account details -->
|
||||
|
||||
<include>
|
||||
<user id="%SPUSERNAME%">
|
||||
<gateways>
|
||||
<gateway name="proxy01.sipphone.com">
|
||||
<param name="username" value="%SPUSERNAME%"/>
|
||||
<param name="password" value="%SPPASSWORD%"/>
|
||||
<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>
|
|
@ -1,21 +0,0 @@
|
|||
<!-- Working FWD dialup in and outbound -->
|
||||
|
||||
<include>
|
||||
<user id="%VUUSERNAME%">
|
||||
<gateways>
|
||||
<gateway name="sip.voipuser.org">
|
||||
<param name="username" value="%VUUSERNAME%"/>
|
||||
<param name="password" value="%VUPASSWORD%"/>
|
||||
<param name="expire-seconds" value="600"/>
|
||||
<param name="register" value="true"/>
|
||||
<param name="retry-seconds" value="30"/>
|
||||
<param name="extension" value="%VUEXTENSION%"/>
|
||||
<param name="context" value="public"/>
|
||||
</gateway>
|
||||
</gateways>
|
||||
<params>
|
||||
<param name="password" value="%VUPASSWORD%"/>
|
||||
</params>
|
||||
</user>
|
||||
</include>
|
||||
|
Loading…
Reference in New Issue