VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
kristjan.ugrin at gmai... Guest
|
Posted: Thu Dec 18, 2008 10:03 am Post subject: [Freeswitch-users] Gtalk to sip problems when reconfiguring |
|
|
I recently purged all freeswitch config and restarted configuring from
scratch. Using defaults, I modified public.xml dialplan config (added line
16 - 2:
http://pastebin.com/m5ece6e6f
and added a new config under jingle_profiles:
http://pastebin.com/d6e983b99
I register with phonelite or twinkle as user 1000 (it says successfull
reg.), but when I make a call from gtalk I hear that user is not
available, none of
client rings.
When registering sofia prints:
2008-12-18 15:53:32 [INFO] sofia_presence.c:475
actual_sofia_presence_event_handler() internal START_PRESENCE_PROBE_SQL
2008-12-18 15:53:32 [NOTICE] sofia_presence.c:793
sofia_presence_resub_callback() internal PRESENCE_PROBE 1000@10.99.8.221
2008-12-18 15:53:32 [INFO] sofia_presence.c:484
actual_sofia_presence_event_handler() internal END_PRESENCE_PROBE_SQL
2008-12-18 15:53:32 [INFO] sofia_presence.c:547
actual_sofia_presence_event_handler() IN START_PRESENCE_SQL (internal)
2008-12-18 15:53:32 [INFO] sofia_presence.c:563
actual_sofia_presence_event_handler() IN END_PRESENCE_SQL (internal)
2008-12-18 15:53:32 [WARNING] sofia_presence.c:517
actual_sofia_presence_event_handler() external is passive, skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() 10.99.8.221 is an alias, skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() default is an alias, skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() nat is an alias, skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() outbound is an alias, skipping
and when fetching registrations:
2008-12-18 15:53:50 [ERR] sofia_reg.c:1120
sofia_reg_handle_sip_i_register() NO CONTACT!
Does this means that registration failed? Why it doesn't call anymore the
targeted user (1000)?
Here is also an extract from console log while calling, it caught my
attention:
2008-12-18 15:54:41 [WARNING] mod_dptools.c:2047 user_outgoing_channel()
Can't find user [1000@]
2008-12-18 15:54:41 [ERR] switch_ivr_originate.c:1110
switch_ivr_originate() Cannot create outgoing channel of type [user]
cause: [SUBSCRIBER_ABSENT]
2008-12-18 15:54:41 [DEBUG] switch_ivr_originate.c:1689
switch_ivr_originate() Originate Resulted in Error Cause: 20
[SUBSCRIBER_ABSENT]
--
kriko
_______________________________________________
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 |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Thu Dec 18, 2008 1:23 pm Post subject: [Freeswitch-users] Gtalk to sip problems when reconfiguring |
|
|
We do not support registration fetching.
Mike
On Dec 18, 2008, at 9:56 AM, kriko wrote:
Quote: | I recently purged all freeswitch config and restarted configuring from
scratch. Using defaults, I modified public.xml dialplan config
(added line
16 - 2:
http://pastebin.com/m5ece6e6f
and added a new config under jingle_profiles:
http://pastebin.com/d6e983b99
I register with phonelite or twinkle as user 1000 (it says successfull
reg.), but when I make a call from gtalk I hear that user is not
available, none of
client rings.
When registering sofia prints:
2008-12-18 15:53:32 [INFO] sofia_presence.c:475
actual_sofia_presence_event_handler() internal
START_PRESENCE_PROBE_SQL
2008-12-18 15:53:32 [NOTICE] sofia_presence.c:793
sofia_presence_resub_callback() internal PRESENCE_PROBE 1000@10.99.8.221
2008-12-18 15:53:32 [INFO] sofia_presence.c:484
actual_sofia_presence_event_handler() internal END_PRESENCE_PROBE_SQL
2008-12-18 15:53:32 [INFO] sofia_presence.c:547
actual_sofia_presence_event_handler() IN START_PRESENCE_SQL (internal)
2008-12-18 15:53:32 [INFO] sofia_presence.c:563
actual_sofia_presence_event_handler() IN END_PRESENCE_SQL (internal)
2008-12-18 15:53:32 [WARNING] sofia_presence.c:517
actual_sofia_presence_event_handler() external is passive, skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() 10.99.8.221 is an alias,
skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() default is an alias, skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() nat is an alias, skipping
2008-12-18 15:53:32 [WARNING] sofia_presence.c:510
actual_sofia_presence_event_handler() outbound is an alias, skipping
and when fetching registrations:
2008-12-18 15:53:50 [ERR] sofia_reg.c:1120
sofia_reg_handle_sip_i_register() NO CONTACT!
Does this means that registration failed? Why it doesn't call
anymore the
targeted user (1000)?
Here is also an extract from console log while calling, it caught my
attention:
2008-12-18 15:54:41 [WARNING] mod_dptools.c:2047
user_outgoing_channel()
Can't find user [1000@]
2008-12-18 15:54:41 [ERR] switch_ivr_originate.c:1110
switch_ivr_originate() Cannot create outgoing channel of type [user]
cause: [SUBSCRIBER_ABSENT]
2008-12-18 15:54:41 [DEBUG] switch_ivr_originate.c:1689
switch_ivr_originate() Originate Resulted in Error Cause: 20
[SUBSCRIBER_ABSENT]
|
_______________________________________________
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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|