Attached, please find a copy of a sanitized sipxbridge.xml file for a
working configuration I have with VOIP.MS.

This was configured using the example at
http://sipx-wiki.calivia.com/index.php/SipXbridge_Overview_and_Configuration
.  It worked perfectly the first time - twice (reproducible, not just luck!)

Call quality is excellent, and can be heard at 206-432-4343 if anyone is
interested.

Thanks to all for an excellent piece of software and documentation.

BTW, VOIP.MS is listed on the web site as a tested ITSP, but it is not
listed on the Wiki.

Please let me know if there is anything else you would like to see for
verification and documentation.

Regards,

Todd Hodgen
<?xml version="1.0" ?>
<sipxbridge-config 
xmlns="http://www.sipfoundry.org/sipX/schema/xml/sipxbridge-00-00";>

  <bridge-configuration>
    <external-address>192.168.1.252</external-address>
    <external-port>5080</external-port>
    <local-address>192.168.1.252</local-address>
    <local-port>5090</local-port>
    <sipx-proxy-domain>example.com</sipx-proxy-domain>
    <sipx-supervisor-host>sample.sample.com</sipx-supervisor-host>
    <sipx-supervisor-xml-rpc-port>8092</sipx-supervisor-xml-rpc-port>
    <stun-server-address>stun01.sipphone.com</stun-server-address>
    <sip-keepalive-seconds>20</sip-keepalive-seconds>
    
<sip-session-timer-interval-seconds>1800</sip-session-timer-interval-seconds>
    <media-keepalive-seconds>1</media-keepalive-seconds>
    <xml-rpc-port>8088</xml-rpc-port>
    <music-on-hold-support-enabled>true</music-on-hold-support-enabled>
    <music-on-hold-address>~~mh~</music-on-hold-address>
    <music-on-hold-delay-miliseconds>500</music-on-hold-delay-miliseconds>
    <music-on-hold-supported-codecs>PCMU,PCMA</music-on-hold-supported-codecs>
    
<route-inbound-calls-to-extension>operator</route-inbound-calls-to-extension>
    <log-level>INFO</log-level>
    <log-directory>/var/log/sipxpbx/</log-directory>
    <location-id>1</location-id>
  </bridge-configuration>

  <itsp-account>
    <itsp-proxy-domain>sip.us3.voip.ms</itsp-proxy-domain>
    <user-name>SampleUserName</user-name>
    <password>SamplePassword</password>
    <itsp-proxy-address>sip.us3.voip.ms</itsp-proxy-address>
    <itsp-proxy-listening-port>0</itsp-proxy-listening-port>
    <itsp-transport>UDP</itsp-transport>
    <use-global-addressing>true</use-global-addressing>
    <strip-private-headers>false</strip-private-headers>
    <default-asserted-identity>true</default-asserted-identity>
    <register-on-initialization>true</register-on-initialization>
    <registration-interval>600</registration-interval>
    <sip-keepalive-method>CR-LF</sip-keepalive-method>
    <rtp-keepalive-method>NONE</rtp-keepalive-method>
  </itsp-account>

</sipxbridge-config>
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to