VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
klaus.teller at gmx.net Guest
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Mon Nov 03, 2008 3:53 pm Post subject: [Freeswitch-users] Domain Resolution Problem |
|
|
On Nov 3, 2008, at 3:39 PM, Klaus Teller wrote:
Quote: | Hi,
I have Freeswitch running on a CentOS 5 box. From this box, i can
resolve all domain names without problem. Yet Freeswitch is not able
to originate to addresses when the domain name is specified. When i
use the IP address everything is fine.
Any idea how to handle this domain name issue?
|
Do you have any logs of what happens? This is something we do daily
with no problem. Try adding in the debug statements described on the
sofia page on the freeswitch wiki and see if there is anything
describing the failure.
Mike
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
klaus.teller at gmx.net Guest
|
Posted: Mon Nov 03, 2008 4:28 pm Post subject: [Freeswitch-users] Domain Resolution Problem |
|
|
Hi Michael,
Here is what i got on the consolo (Log level 7):
2008-11-03 16:15:34 [DEBUG] mod_event_socket.c:1517 listener_run() Connection Open from 192.168.50.56:3 017
2008-11-03 16:15:34 [NOTICE] switch_channel.c:553 switch_channel_set_name() New Channel sofia/internal/4209@nvp31res1 [8d6b78d2-a9ec-11dd -9b90-8113d0503f12]
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:2134 sofia_outgoing_channel() (sofia/internal/4209@nvp31res1) State Change CS_NEW -> CS_INIT
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_INIT
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:417 switch_core_session_run() (sofia/internal/4209@nvp31res1) State INIT
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:80 sofia_on_init() sofia/internal/4209@nvp31res1 SOFIA INIT
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:107 sofia_on_init() (sofia/internal/4209@nvp31res1) State Change CS_INIT -> CS_ROUTING
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:417 switch_core_session_run() (sofia/internal/4209@nvp31res1) State INIT going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_ROUTING
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:422 switch_core_session_run() (sofia/internal/4209@nvp31res1) State ROUTING
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:121 sofia_on_routing() sofia/internal/4209@nvp31res1 SOFIA ROUTING
2008-11-03 16:15:34 [DEBUG] switch_ivr_originate.c:58 originate_on_routing() (sofia/internal/4209@nvp31res1) State Change CS_ROUTING -> C S_CONSUME_MEDIA
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:422 switch_core_session_run() (sofia/internal/4209@nvp31res1) State ROUTING going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_CONSUME_MEDIA
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:444 switch_core_session_run() (sofia/internal/4209@nvp31res1) State CONSUME_MEDIA
2008-11-03 16:15:34 [DEBUG] sofia.c:2269 sofia_handle_sip_i_state() Channel sofia/internal/4209@nvp31res1 entering state [calling]
2008-11-03 16:15:34 [DEBUG] sofia.c:2269 sofia_handle_sip_i_state() Channel sofia/internal/4209@nvp31res1 entering state [terminated]
2008-11-03 16:15:34 [NOTICE] sofia.c:2765 sofia_handle_sip_i_state() Hangup sofia/internal/4209@nvp31res1 [CS_CONSUME_MEDIA] [NORMAL_TEMP ORARY_FAILURE]
2008-11-03 16:15:34 [DEBUG] switch_channel.c:1449 switch_channel_perform_hangup() Send signal sofia/internal/4209@nvp31res1 [KILL]
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:444 switch_core_session_run() (sofia/internal/4209@nvp31res1) State CONSUME_MEDIA going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_HANGUP
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:395 switch_core_session_run() (sofia/internal/4209@nvp31res1) State HANGUP
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:276 sofia_on_hangup() Channel sofia/internal/4209@nvp31res1 hanging up, cause: NORMAL_TEMPORARY_F AILURE
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:46 switch_core_standard_on_hangup() sofia/internal/4209@nvp31res1 Standard HANGUP , cause: NORMAL_TEMPORARY_FAILURE
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:395 switch_core_session_run() (sofia/internal/4209@nvp31res1) State HANGUP going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:860 switch_core_session_thread() Session 1 (sofia/internal/4209@nvp31res1) Locked, Wait ing on external entities
2008-11-03 16:15:34 [DEBUG] switch_ivr_originate.c:1602 switch_ivr_originate() Originate Resulted in Error Cause: 41 [NORMAL_TEMPORARY_FA ILURE]
2008-11-03 16:15:34 [NOTICE] switch_core_session.c:878 switch_core_session_thread() Session 1 (sofia/internal/4209@nvp31res1) Ended
2008-11-03 16:15:34 [NOTICE] switch_core_session.c:880 switch_core_session_thread() Close Channel sofia/internal/4209@nvp31res1 [CS_HANGUP]
Klaus.
-------- Original-Nachricht --------
Quote: |
On Nov 3, 2008, at 3:39 PM, Klaus Teller wrote:
Quote: | Hi,
I have Freeswitch running on a CentOS 5 box. From this box, i can
resolve all domain names without problem. Yet Freeswitch is not able
to originate to addresses when the domain name is specified. When i
use the IP address everything is fine.
Any idea how to handle this domain name issue?
|
Do you have any logs of what happens? This is something we do daily
with no problem. Try adding in the debug statements described on the
sofia page on the freeswitch wiki and see if there is anything
describing the failure.
Mike
_______________________________________________
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
|
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
_______________________________________________
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 |
|
|
anthony.minessale at g... Guest
|
Posted: Mon Nov 03, 2008 4:30 pm Post subject: [Freeswitch-users] Domain Resolution Problem |
|
|
what is sofia/internal/4209@nvp31res1 ?
it has no TLD like .com .net etc.
is it the name of your profile in sofia? If so try % instead of @
On Mon, Nov 3, 2008 at 3:18 PM, Klaus Teller <klaus.teller@gmx.net (klaus.teller@gmx.net)> wrote:
Quote: | Hi Michael,
Here is what i got on the consolo (Log level 7):
2008-11-03 16:15:34 [DEBUG] mod_event_socket.c:1517 listener_run() Connection Open from 192.168.50.56:3 017
2008-11-03 16:15:34 [NOTICE] switch_channel.c:553 switch_channel_set_name() New Channel sofia/internal/4209@nvp31res1 [8d6b78d2-a9ec-11dd -9b90-8113d0503f12]
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:2134 sofia_outgoing_channel() (sofia/internal/4209@nvp31res1) State Change CS_NEW -> CS_INIT
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_INIT
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:417 switch_core_session_run() (sofia/internal/4209@nvp31res1) State INIT
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:80 sofia_on_init() sofia/internal/4209@nvp31res1 SOFIA INIT
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:107 sofia_on_init() (sofia/internal/4209@nvp31res1) State Change CS_INIT -> CS_ROUTING
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:417 switch_core_session_run() (sofia/internal/4209@nvp31res1) State INIT going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_ROUTING
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:422 switch_core_session_run() (sofia/internal/4209@nvp31res1) State ROUTING
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:121 sofia_on_routing() sofia/internal/4209@nvp31res1 SOFIA ROUTING
2008-11-03 16:15:34 [DEBUG] switch_ivr_originate.c:58 originate_on_routing() (sofia/internal/4209@nvp31res1) State Change CS_ROUTING -> C S_CONSUME_MEDIA
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:422 switch_core_session_run() (sofia/internal/4209@nvp31res1) State ROUTING going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_CONSUME_MEDIA
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:444 switch_core_session_run() (sofia/internal/4209@nvp31res1) State CONSUME_MEDIA
2008-11-03 16:15:34 [DEBUG] sofia.c:2269 sofia_handle_sip_i_state() Channel sofia/internal/4209@nvp31res1 entering state [calling]
2008-11-03 16:15:34 [DEBUG] sofia.c:2269 sofia_handle_sip_i_state() Channel sofia/internal/4209@nvp31res1 entering state [terminated]
2008-11-03 16:15:34 [NOTICE] sofia.c:2765 sofia_handle_sip_i_state() Hangup sofia/internal/4209@nvp31res1 [CS_CONSUME_MEDIA] [NORMAL_TEMP ORARY_FAILURE]
2008-11-03 16:15:34 [DEBUG] switch_channel.c:1449 switch_channel_perform_hangup() Send signal sofia/internal/4209@nvp31res1 [KILL]
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Send signal sofia/internal/4209@nvp31res1 [BREAK]
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:444 switch_core_session_run() (sofia/internal/4209@nvp31res1) State CONSUME_MEDIA going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:367 switch_core_session_run() (sofia/internal/4209@nvp31res1) Running State Chang e CS_HANGUP
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:395 switch_core_session_run() (sofia/internal/4209@nvp31res1) State HANGUP
2008-11-03 16:15:34 [DEBUG] mod_sofia.c:276 sofia_on_hangup() Channel sofia/internal/4209@nvp31res1 hanging up, cause: NORMAL_TEMPORARY_F AILURE
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:46 switch_core_standard_on_hangup() sofia/internal/4209@nvp31res1 Standard HANGUP , cause: NORMAL_TEMPORARY_FAILURE
2008-11-03 16:15:34 [DEBUG] switch_core_state_machine.c:395 switch_core_session_run() (sofia/internal/4209@nvp31res1) State HANGUP going to sleep
2008-11-03 16:15:34 [DEBUG] switch_core_session.c:860 switch_core_session_thread() Session 1 (sofia/internal/4209@nvp31res1) Locked, Wait ing on external entities
2008-11-03 16:15:34 [DEBUG] switch_ivr_originate.c:1602 switch_ivr_originate() Originate Resulted in Error Cause: 41 [NORMAL_TEMPORARY_FA ILURE]
2008-11-03 16:15:34 [NOTICE] switch_core_session.c:878 switch_core_session_thread() Session 1 (sofia/internal/4209@nvp31res1) Ended
2008-11-03 16:15:34 [NOTICE] switch_core_session.c:880 switch_core_session_thread() Close Channel sofia/internal/4209@nvp31res1 [CS_HANGUP]
Klaus.
-------- Original-Nachricht --------
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
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
|