[Freeswitch-users] iax registration?
Jason Garland
jgarland at gmail.com
Thu Oct 4 03:32:22 PDT 2007
You can register to FWD with SIP. Just add a user to your directory.xml file:
<user id="<fwd number>">
<gateways>
<gateway name="fwd">
<param name="username" value="<fwd number>"/>
<param name="from-domain" value="fwd.pulver.com"/>
<param name="password" value="<super secret password>"/>
<param name="extension" value="<fwd number>"/>
<param name="proxy" value="fwd.pulver.com"/>
<param name="expire-seconds" value="3600"/>
<param name="register" value="true"/>
<param name="retry_seconds" value="3600"/>
</gateway>
</gateways>
<params>
<param name="password" value="<super secret password>"/>
</params>
</user>
On 10/4/07, Pekka Kurki <pekkis50 at gmail.com> wrote:
> when will iax registration be supported? i'd like to register to my fwd
> account buut that is obviously not yet supported. calling a fwd number
> w/o registration works fine.
>
> regards,
> pekka
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
More information about the FreeSWITCH-users
mailing list