[Freeswitch-users] Blind register works ok...
Brian West
brian.west at mac.com
Fri Dec 28 05:05:03 PST 2007
If that is your full directory.xml then its wrong.
It should look somethin like this:
<include>
<!--the domain or ip (the right hand side of the @ in the addr-->
<domain name="$${domain}">
<params>
<param name="dial-string" value="{transfer_fallback_extension=$
{dialed_user}}sofia/${dialed_domain}/${dialed_user}"/>
</params>
<variables>
<variable name="record_stereo" value="true"/>
</variables>
<user id="100">
<params>
<param name="password" value="pluto"/>
</params>
<variables>
<variable name="tlf" value="100"/>
</variables>
</user>
<user id="140">
<params>
<param name="password" value="pluto"/>
</params>
<variables>
<variable name="tlf" value="140"/>
</variables>
</user>
</domain>
</include>
Refer to the default configs again. I suspect your domain or
understanding of what it should be might be wrong.
The sip traces mean nothing without the console output to go along
with it. I suspect you got a few errors about not being able to find
100 or 140 users when it registered on the console.
/b
On Dec 28, 2007, at 5:34 AM, Ivan C Myrvold wrote:
> but I can not get my Sipura ATA to register if I comment out the
> accept-blind-register in sofia.conf.xml
>
> Here is a blind register of my Sipura ATA:
> http://pastebin.ca/834668
>
> and a regular register with accept-blind-register:
> http://pastebin.ca/834676
>
> My directory.xml (the user id and password matches the Sipura ATA's
> user id and password)
>
> <user id="100">
> <params>
> <param name="password" value="pluto"/>
> </params>
> <variables>
> <variable name="tlf" value="100"/>
> </variables>
> </user>
> <user id="140">
> <params>
> <param name="password" value="pluto"/>
> </params>
> <variables>
> <variable name="tlf" value="140"/>
> </variables>
> </user>
>
> I find it unlikely this is a bug in Freeswitch, as this should be a
> very common configuration (I cannot be the only one registering my
> ATA's).
> But I can post a ticket to Jira if you want.
> The same happens with my PAP2 amd Cisco 7960 sip phone.
>
> Ivan
>
> _______________________________________________
> 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