[Freeswitch-users] Click2Call question

Brian West brian.west at mac.com
Wed Mar 7 07:00:05 PST 2007


Please open a bug on jira.freeswitch.org.

/b

On Mar 7, 2007, at 8:35 AM, Helmut Kuper wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi again,
>
> here is my freeswitch log to my problem:
>
> recv 513 bytes from udp/[212.6.123.118]:5060 at 14:28:58.310897:
>     
> ---------------------------------------------------------------------- 
> --
>    INVITE sip:101 at 212.6.123.118:5090 SIP/2.0
>    Record-Route:
> <sip:212.6.123.118;lr=on;ftag=AD7A55D4A79086BEEECAF6A551A746D1>
>    Via: SIP/2.0/UDP 212.6.123.118;branch=z9hG4bKe5c9.e1349742.0
>    Via: SIP/2.0/UDP 212.6.123.118:5080;branch=z9hG4bKe5c9.e55fc105.0
>    To: sip:101 at sip0.en.ewetel.de
>    From: sip: 
> 101 at sip0.en.ewetel.de;tag=AD7A55D4A79086BEEECAF6A551A746D1
>    CSeq: 1 INVITE
>    Call-ID: 037FF8813660421935E6A339C4880349 at 212.6.123.118
>    Content-Length: 0
>    Max-Forwards: 69
>    Contact: <sip:212.6.123.118:5080;transport=udp>
>
>     
> ---------------------------------------------------------------------- 
> --
> tport_deliver(0x809e580): msg 0x80b1a90 (513 bytes) from
> udp/212.6.123.118:5090/sip next=(nil)
> nta: received INVITE sip:101 at 212.6.123.118:5090 SIP/2.0 (CSeq 1)
> nta: canonizing sip:101 at 212.6.123.118:5090 with contact
> nta: INVITE (1) going to a default leg
> nua: nua_stack_process_request: entering
> nua: nh_create: entering
> nua: nh_create_handle: entering
> nua: nua_stack_set_params: entering
> soa_clone(static::0x809cc10, 0x809ae30, 0x80cf400) called
> soa_set_params(static::0x80e5c30, ...) called
> soa_set_params(static::0x80e5c30, ...) called
> nta_leg_create(0x80b0270)
> soa_init_offer_answer(static::0x80e5c30) called
> nua(0x80cf400): adding session usage
> tport_tsend(0x809e580) tpn = UDP/212.6.123.118:5060
> tport_resolve addrinfo = 212.6.123.118:5060
> tport_by_addrinfo(0x809e580): not found by name UDP/212.6.123.118:5060
> tport_vsend(0x809e580): 458 bytes of 458 to UDP/212.6.123.118:5060
> tport_vsend returned 458
> send 458 bytes to udp/[212.6.123.118]:5060 at 14:28:58.312056:
>     
> ---------------------------------------------------------------------- 
> --
>    SIP/2.0 100 Trying
>    Via: SIP/2.0/UDP 212.6.123.118;branch=z9hG4bKe5c9.e1349742.0
>    Via: SIP/2.0/UDP 212.6.123.118:5080;branch=z9hG4bKe5c9.e55fc105.0
>    Record-Route:
> <sip:212.6.123.118;lr=on;ftag=AD7A55D4A79086BEEECAF6A551A746D1>
>    From: sip: 
> 101 at sip0.en.ewetel.de;tag=AD7A55D4A79086BEEECAF6A551A746D1
>    To: sip:101 at sip0.en.ewetel.de
>    Call-ID: 037FF8813660421935E6A339C4880349 at 212.6.123.118
>    CSeq: 1 INVITE
>    User-Agent: FreeSWITCH(mod_sofia)
>    Content-Length: 0
>
>     
> ---------------------------------------------------------------------- 
> --
> nta: sent 100 Trying for INVITE (1)
> nua: nua_stack_event: entering
> nua(0x80cf400): i_invite 100 Trying
> nua(0x80cf400): call state changed: init -> received
> nua: nua_stack_event: entering
> nua(0x80cf400): i_state 100 Trying
> nua: nua_event: entering
> nua: nua_handle_bind: entering
> nua: nua_event: entering
> 2007-03-07 15:28:58 [NOTICE] switch_channel.c:347
> switch_channel_set_name() New Chan sofia/sip/101 at sip0.en.ewetel.de: 
> 5060
> [2fa7a940-ccb8-11db-b78f-4d3fe1216849]
> 2007-03-07 15:28:58 [DEBUG] mod_sofia.c:2815 sip_i_state() Channel
> sofia/sip/101 at sip0.en.ewetel.de:5060 entering state [received]
> SecRECV[ ]
>
> Then it stops and the call isn't further processed.
>
>
> When I shutdown freeswitch I got this messages:
>
> nta_outgoing_timer: 0/0 resent, 0/0 tout, 2/2 term, 2/2 free
> 2007-03-07 15:33:24 [CONSOLE] switch_core.c:4568 switch_core_destroy()
> End existing sessions
> 2007-03-07 15:33:24 [NOTICE] switch_core.c:696
> switch_core_session_hupall() Hangup sofia/sip/101 at sip0.en.ewetel.de: 
> 5060
> [CS_NEW] [SYSTEM_SHUTDOWN]
> 2007-03-07 15:33:24 [INFO] switch_channel.c:992
> switch_channel_perform_hangup() Kill
> sofia/sip/101 at sip0.en.ewetel.de:5060 [1]
> 2007-03-07 15:33:24 [INFO] switch_core.c:697
> switch_core_session_hupall() Kill sofia/sip/101 at sip0.en.ewetel.de: 
> 5060 [1]
> 2007-03-07 15:33:24 [NOTICE] switch_core.c:696
> switch_core_session_hupall() Hangup sofia/sip/101 at sip0.en.ewetel.de: 
> 5060
> [CS_NEW] [SYSTEM_SHUTDOWN]
> 2007-03-07 15:33:24 [INFO] switch_channel.c:992
> switch_channel_perform_hangup() Kill
> sofia/sip/101 at sip0.en.ewetel.de:5060 [1]
> 2007-03-07 15:33:24 [INFO] switch_core.c:697
> switch_core_session_hupall() Kill sofia/sip/101 at sip0.en.ewetel.de: 
> 5060 [1]
> 2007-03-07 15:33:24 [NOTICE] switch_core.c:696
> switch_core_session_hupall() Hangup sofia/sip/101 at sip0.en.ewetel.de: 
> 5060
> [CS_NEW] [SYSTEM_SHUTDOWN]
> 2007-03-07 15:33:24 [INFO] switch_channel.c:992
> switch_channel_perform_hangup() Kill
> sofia/sip/101 at sip0.en.ewetel.de:5060 [1]
> 2007-03-07 15:33:24 [INFO] switch_core.c:697
> switch_core_session_hupall() Kill sofia/sip/101 at sip0.en.ewetel.de: 
> 5060 [1]
> 2007-03-07 15:33:35 [CONSOLE] switch_core.c:4570 switch_core_destroy()
> Clean up modules.
> 2007-03-07 15:33:35 [CONSOLE] switch_loadable_module.c:680
> switch_loadable_module_shutdown() Stopping: mod_sofia
> 2007-03-07 15:33:35 [CRIT] switch_core.c:705
> switch_core_session_hupall() Giving up with 3 sessions remaining
>
> 101 at sip0.en.ewetel.de is a client registered to freeswitch.
>
> regards
> Helmut
>
>
>
> Helmut Kuper schrieb:
>> Hi,
>>
>> I try to use WeSIPs Click2Call application with freeswitch.  
>> freeswitch
>> gets the invite (with no SDP) from WeSIP according to
>>
>> http://www.wesip.eu/mediawiki/index.php/Applications:Click2Dial- 
>> _Signalling
>>
>> or RFC 3725 Chapter 4.1 (http://www.ietf.org/rfc/rfc3725.txt)
>>
>> Unfortunately freeswitch never sends back the required OK message as
>> described in RFC 3725 Chapter 4.1
>>
>> Is there any patch for it or is RFC 3725 support planned for  
>> freeswitch?
>>
>> regrads
>> helmut
>>
>
> _______________________________________________
> 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
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFF7s254tZeNddg3dwRAsGRAJ9gKkmbHnBU3jRReveZntwmgJaUEwCfZ8z+
> TpIap5u+o2InrvQYKgrVMpA=
> =1rra
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 824 bytes
Desc: This is a digitally signed message part
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20070307/c05311f1/attachment-0002.bin 


More information about the FreeSWITCH-users mailing list