[Freeswitch-users] Modify Registration String to ITSP SipStation

Brad Mina brad at tritelcomm.com
Tue Feb 1 22:57:43 MSK 2011


I'm having trouble registering a SipStation account. They require
username:password at trunk1.freepbx.com<username%3Apassword at trunk1.freepbx.com>to
be sent to the registrar. I've done a bit of searching but was unable
to
find any specific details on how to do this. My config is as follows:

<include>
    <gateway name="SipStation">
      <param name="username" value="myUsername"/>
      <param name="password" value="somePassword"/>
      <param name="realm" value="trunk1.freepbx.com"/>
      <param name="from-user" value="TriTelComm"/>
      <param name="proxy" value="trunk1.freepbx.com"/>
      <param name="expire-seconds" value="800"/>
      <param name="register" value="true"/>
      <param name="retry-seconds" value="60"/>
      <param name="context" value="public"/>
    </gateway>
</include>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110201/ea00da46/attachment-0001.html 


More information about the FreeSWITCH-users mailing list