Re: [Freeswitch-users] possible sofia_contact bug

2009-09-13 Thread Woody Dickson
Thanks Brian, you are correct.  My problem is solved.

Thank you so much.

On Sun, Sep 13, 2009 at 9:20 AM, Brian West  wrote:

> Also I'm going to suspect you have removed the domain aliases from the
> profile.  If you have then you can't just do sofia_contact
> u...@domain... You must do sofia_contact profile/u...@domain since
> your hint for the domain is no longer on the profile.
>
> /b
>
> On Sep 12, 2009, at 10:25 AM, Anthony Minessale wrote:
>
> > connect to sqlite directly with the sqlite3 binary and dump the
> > record for that registration.
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] possible sofia_contact bug

2009-09-12 Thread Brian West
Also I'm going to suspect you have removed the domain aliases from the  
profile.  If you have then you can't just do sofia_contact  
u...@domain... You must do sofia_contact profile/u...@domain since  
your hint for the domain is no longer on the profile.

/b

On Sep 12, 2009, at 10:25 AM, Anthony Minessale wrote:

> connect to sqlite directly with the sqlite3 binary and dump the  
> record for that registration.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] possible sofia_contact bug

2009-09-12 Thread Anthony Minessale
connect to sqlite directly with the sqlite3 binary and dump the record for
that registration.

On Sat, Sep 12, 2009 at 2:10 AM, Woody Dickson wrote:

> Hi,
> I am pretty sure it should be u...@domain as I have used it before.
>
> Does anyone know why sofia_contact does not return correct result?
>
> thx,
> woody
>
> 2009/9/12 João Mesquita 
>
> Just thinking out loud. Wouldn't be
>>
>> sofia_contact 180...@192.168.1.163 ?
>>
>> jmesquita
>>
>> On Fri, Sep 11, 2009 at 10:06 AM, Woody Dickson 
>> wrote:
>>
>>> Hi,
>>>
>>> I am having a strange problem here.  sofia status shows that the user is
>>> registered, but sofia_contact says the user is not registered.
>>> Does anyone know why this is happening?
>>>
>>>
>>> freeswi...@localhost.localdomain> sofia status profile internal reg
>>> 180004
>>> API CALL [sofia(status profile internal reg 180004)] output:
>>>
>>> Registrations:
>>>
>>> =
>>> Call-ID:530339592782-1484696326...@192.168.1.163
>>> User:   180...@192.168.1.102
>>> Contact:180004 
>>> Agent:  Voip Phone 1.0
>>> Status: Registered(UDP)(unknown) EXP(2009-09-12 04:59:36)
>>> Host:   localhost.localdomain
>>> IP: 192.168.1.163
>>> Port:   9000
>>> Auth-User:  180004
>>> Auth-Realm: 192.168.1.102
>>>
>>>
>>> =
>>>
>>>
>>> freeswi...@localhost.localdomain> sofia_contact 180...@192.168.1.102
>>> API CALL [sofia_contact(180...@192.168.1.102)] output:
>>> error/user_not_registered
>>>
>>> freeswi...@localhost.localdomain>
>>>
>>> freeswi...@localhost.localdomain> sofia_contact user/180004
>>> API CALL [sofia_contact(user/180004)] output:
>>> error/facility_not_subscribed
>>>
>>>
>>> ___
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> ___
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com 
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org 
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
pstn:213-799-1400
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] possible sofia_contact bug

2009-09-12 Thread Woody Dickson
Hi,
I am pretty sure it should be u...@domain as I have used it before.

Does anyone know why sofia_contact does not return correct result?

thx,
woody

2009/9/12 João Mesquita 

> Just thinking out loud. Wouldn't be
>
> sofia_contact 180...@192.168.1.163 ?
>
> jmesquita
>
> On Fri, Sep 11, 2009 at 10:06 AM, Woody Dickson wrote:
>
>> Hi,
>>
>> I am having a strange problem here.  sofia status shows that the user is
>> registered, but sofia_contact says the user is not registered.
>> Does anyone know why this is happening?
>>
>>
>> freeswi...@localhost.localdomain> sofia status profile internal reg
>> 180004
>> API CALL [sofia(status profile internal reg 180004)] output:
>>
>> Registrations:
>>
>> =
>> Call-ID:530339592782-1484696326...@192.168.1.163
>> User:   180...@192.168.1.102
>> Contact:180004 
>> Agent:  Voip Phone 1.0
>> Status: Registered(UDP)(unknown) EXP(2009-09-12 04:59:36)
>> Host:   localhost.localdomain
>> IP: 192.168.1.163
>> Port:   9000
>> Auth-User:  180004
>> Auth-Realm: 192.168.1.102
>>
>>
>> =
>>
>>
>> freeswi...@localhost.localdomain> sofia_contact 180...@192.168.1.102
>> API CALL [sofia_contact(180...@192.168.1.102)] output:
>> error/user_not_registered
>>
>> freeswi...@localhost.localdomain>
>>
>> freeswi...@localhost.localdomain> sofia_contact user/180004
>> API CALL [sofia_contact(user/180004)] output:
>> error/facility_not_subscribed
>>
>>
>> ___
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] possible sofia_contact bug

2009-09-11 Thread João Mesquita
Just thinking out loud. Wouldn't be

sofia_contact 180...@192.168.1.163 ?

jmesquita

On Fri, Sep 11, 2009 at 10:06 AM, Woody Dickson wrote:

> Hi,
>
> I am having a strange problem here.  sofia status shows that the user is
> registered, but sofia_contact says the user is not registered.
> Does anyone know why this is happening?
>
>
> freeswi...@localhost.localdomain> sofia status profile internal reg 180004
> API CALL [sofia(status profile internal reg 180004)] output:
>
> Registrations:
>
> =
> Call-ID:530339592782-1484696326...@192.168.1.163
> User:   180...@192.168.1.102
> Contact:180004 
> Agent:  Voip Phone 1.0
> Status: Registered(UDP)(unknown) EXP(2009-09-12 04:59:36)
> Host:   localhost.localdomain
> IP: 192.168.1.163
> Port:   9000
> Auth-User:  180004
> Auth-Realm: 192.168.1.102
>
>
> =
>
>
> freeswi...@localhost.localdomain> sofia_contact 180...@192.168.1.102
> API CALL [sofia_contact(180...@192.168.1.102)] output:
> error/user_not_registered
>
> freeswi...@localhost.localdomain>
>
> freeswi...@localhost.localdomain> sofia_contact user/180004
> API CALL [sofia_contact(user/180004)] output:
> error/facility_not_subscribed
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org