Hello Benny, After your message I synched to SVN (head) on Friday, unfortunately the issue persists as before. Thanks, Vishesh ________________________________ From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Benny Prijono Sent: Friday, January 25, 2008 2:12 AM To: pjsip list Subject: Re: Getting Started Help Needed (Newbie) Hi, this problem is answered in the (new) FAQ entry: http://trac.pjsip.org/repos/wiki/FAQ#wm-sip-timeout ;-) Could you probably update to the latest SVN and see if the problem is cured? cheers, -benny On 1/24/08, Vishesh Sharma <Vishesh_Sharma at infosys.com<mailto:Vishesh_Sharma at infosys.com>> wrote: Hello All, Pardon me for re-phrasing the issue but unfortunately I am hitting the same problem, as Tzury, each time - the SIP REGISTER request failing. I can use the Win Mob 5.0 emulator browser to access other apps on my intranet (the SIP server is deployed on the same network as well). Also, I am able to connect to that SIP server using softphones, so the problem doesn't appear to be the SIP Server. The Ethereal traces show no SIP traffic from PJSIP. Inline are the parameters and the pjsip log: ----------PARAMS----------- / // Basic config. // #define SIP_PORT 5060 // // Destination URI (to make call, or to subscribe presence) // #define SIP_DST_URI "sip:2000 at 10.152.122.208<mailto:sip:2000 at 10.152.122.208>" // // Account // #define HAS_SIP_ACCOUNT 1 // 0 to disable registration #define SIP_DOMAIN "10.152.122.208<http://10.152.122.208>" #define SIP_REALM "10.152.122.208<http://10.152.122.208>" #define SIP_USER "1100" #define SIP_PASSWD "1100" // // Outbound proxy for all accounts // #define SIP_PROXY NULL //#define SIP_PROXY "sip: 10.152.122.208<http://10.152.122.208>;lr" // // Configure nameserver if DNS SRV is to be used with both SIP // or STUN (for STUN see other settings below) // #define NAMESERVER NULL //#define NAMESERVER "" // // STUN server /* #if 0 // Use this to have the STUN server resolved normally # define STUN_DOMAIN NULL # define STUN_SERVER " stun.fwdnet.net<http://stun.fwdnet.net>" #elif // Use this to have the STUN server resolved with DNS SRV # define STUN_DOMAIN " iptel.org<http://iptel.org>" # define STUN_SERVER NULL #else */ // Use this to disable STUN # define STUN_DOMAIN NULL # define STUN_SERVER NULL //#endif*/ // // Use ICE? // #define USE_ICE 0 ---------LOG---------- Load module: pjsua_wince.exe Load module: commctrl.dll.0409.mui Load module: commctrl.dll Load module: ws2.dll Load module: winsock.dll Load module: coredll.dll.0409.mui Load module: coredll.dll Load module: ole32.dll Load module: ossvcs.dll Load module: aygshell.dll 09:16:46.000 os_core_win32. pjlib 0.8.0 for win32 initialized 09:16:46.000 sip_endpoint.c Creating endpoint instance... 09:16:47.000 pjlib select() I/O Queue created (001C0074) 09:16:47.000 sip_endpoint.c Module "mod-msg-print" registered 09:16:47.000 sip_transport. Transport manager created. 09:16:47.000 sip_endpoint.c Module "mod-pjsua-log" registered 09:16:47.000 sip_endpoint.c Module "mod-tsx-layer" registered 09:16:47.000 sip_endpoint.c Module "mod-stateful-util" registered 09:16:47.000 sip_endpoint.c Module "mod-ua" registered 09:16:47.000 sip_endpoint.c Module "mod-100rel" registered 09:16:47.000 sip_endpoint.c Module "mod-pjsua" registered 09:16:48.000 sip_endpoint.c Module "mod-invite" registered 09:16:48.000 pasound.c PortAudio sound library initialized, status=0 09:16:48.000 pasound.c PortAudio host api count=2 09:16:48.000 pasound.c Sound device count=4 09:16:48.000 pjlib select() I/O Queue created (0012B504) 09:16:48.000 sip_endpoint.c Module "mod-evsub" registered 09:16:48.000 sip_endpoint.c Module "mod-presence" registered 09:16:48.000 sip_endpoint.c Module "mod-refer" registered 09:16:49.000 sip_endpoint.c Module "mod-pjsua-pres" registered 09:16:49.000 sip_endpoint.c Module "mod-pjsua-im" registered 09:16:49.000 sip_endpoint.c Module "mod-pjsua-options" registered 09:16:49.000 pjsua_core.c 1 SIP worker threads created 09:16:49.000 pjsua_core.c pjsua version 0.8.0 for win32-wince initialized Load module: ssllsp.dll Load module: AutoBind_lsp.dll Load module: dtpt_lsp.dll Load module: wspm.dll Load module: dtpt_nsp.dll Load module: nspm.dll 09:16:51.000 pjsua_core.c SIP UDP socket reachable at 192.168.55.101:5060<http://192.168.55.101:5060> 09:16:51.000 udp001D8EB4 SIP UDP transport started, published address is 192.168.55.101:5060<http://192.168.55.101:5060> 09:16:51.000 pjsua_acc.c Account <sip:192.168.55.101:5060<http://192.168.55.101:5060>;transport=UDP> added with id 0 09:16:51.000 pjsua_acc.c Account sip:1100 at 10.152.122.208<mailto:sip:1100 at 10.152.122.208> added with id 1 09:16:51.000 pjsua_acc.c Registration sent 09:16:51.000 pjsua_media.c RTP socket reachable at 192.168.55.101:4000<http://192.168.55.101:4000> 09:16:52.000 pjsua_media.c RTCP socket reachable at 192.168.55.101:4001<http://192.168.55.101:4001> 09:16:52.000 pjsua_media.c RTP socket reachable at 192.168.55.101:4002<http://192.168.55.101:4002> 09:16:52.000 pjsua_media.c RTCP socket reachable at 192.168.55.101:4003<http://192.168.55.101:4003> 09:16:52.000 pjsua_media.c RTP socket reachable at 192.168.55.101:4004<http://192.168.55.101:4004> 09:16:52.000 pjsua_media.c RTCP socket reachable at 192.168.55.101:4005<http://192.168.55.101:4005> 09:16:52.000 pjsua_media.c RTP socket reachable at 192.168.55.101:4006<http://192.168.55.101:4006> 09:16:52.000 pjsua_media.c RTCP socket reachable at 192.168.55.101:4007<http://192.168.55.101:4007> 09:16:52.000 pjsua_media.c pjsua_set_snd_dev(): attempting to open devices @8000 Hz Load module: oleaut32.dll Load module: compime.dll Load module: shellres.dll 09:16:59.000 sound_port.c EC suspended because of inactivity 09:17:23.000 pjsua_acc.c SIP registration failed, status=408 (Request Timeout) Thanks, Vishesh ________________________________ From: pjsip-bounces@xxxxxxxxxxxxxxx<mailto:pjsip-bounces at lists.pjsip.org> [mailto: pjsip-bounces at lists.pjsip.org<mailto:pjsip-bounces at lists.pjsip.org>] On Behalf Of Benny Prijono Sent: Monday, January 21, 2008 7:34 PM To: pjsip list Subject: Re: Getting Started Help Needed (Newbie) On 1/21/08, Tzury Bar Yochay <tzury.by at gmail.com<mailto:tzury.by at gmail.com>> wrote: Dearest Benny, You were right about that thing with the cable. Anyway, I am still in the same position unable to call via asterisk using pjsua_wince. The user-agent seems to be well with the registration, however trying to call yields to a timed-out attempt Your REGISTER also times out actually, so they're the same story, and the problem remains with your networking, unfortunately. I will ask your forgiveness for dumping here long logs but.... No need to apologize! I love seeing logs, and I wish people send it more often. ;-) cheers, -benny _________________________________________________ my parameters are: #define SIP_PORT 5060 #define SIP_DST_URI "sip:500 at 10.0.0.199:5060" #define HAS_SIP_ACCOUNT 1 // 0 to disable registration #define SIP_DOMAIN "10.0.0.199<http://10.0.0.199>" #define SIP_REALM "asterisk" #define SIP_USER "502" #define SIP_PASSWD "support" #define SIP_PROXY "sip:10.0.0.199<http://10.0.0.199>;lr" #define NAMESERVER NULL _________________________________________________ and here is the log (from the device) 15:28:13.000 pjsua_acc.c Account sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199> added with id 1 15:28:14.000 endpoint Request msg REGISTER/cseq=41912 (tdta002E9050) created. 15:28:14.000 tsx002EA0C4 Transaction created for Request msg REGISTER/cseq=41913 (tdta002E9050) 15:28:14.000 tsx002EA0C4 Sending Request msg REGISTER/cseq=41913 (tdta002E9050) in state Null 15:28:14.000 sip_resolve.c Target ' 10.0.0.199:0<http://10.0.0.199:0>' type=Unspecified resolved to '10.0.0.199:5060<http://10.0.0.199:5060>' type=UDP (UDP transport) 15:28:14.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip:10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199<http://10.0.0.199>;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199> >;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:14.000 tsx002EA0C4 State changed from Null to Calling, event=TX_MSG 15:28:14.000 pjsua_acc.c Registration sent 15:28:14.000 pjsua_media.c RTP socket reachable at 169.254.2.1:4000<http://169.254.2.1:4000>:706736428 15:28:14.000 pjsua_media.c RTCP socket reachable at 169.254.2.1:4001<http://169.254.2.1:4001>:706736428 15:28:14.000 pjsua_media.c RTP socket reachable at 169.254.2.1:4002<http://169.254.2.1:4002>:706736428 15:28:14.000 pjsua_media.c RTCP socket reachable at 169.254.2.1:4003<http://169.254.2.1:4003>:706736428 15:28:14.000 pjsua_media.c RTP socket reachable at 169.254.2.1:4004<http://169.254.2.1:4004>:706736428 15:28:14.000 pjsua_media.c RTCP socket reachable at 169.254.2.1:4005<http://169.254.2.1:4005>:706736428 15:28:14.000 pjsua_media.c RTP socket reachable at 169.254.2.1:4006<http://169.254.2.1:4006>:706736428 15:28:14.000 pjsua_media.c RTCP socket reachable at 169.254.2.1:4007<http://169.254.2.1:4007>:706736428 15:28:14.000 pjsua_media.c pjsua_set_snd_dev(): attempting to open devices @8000 Hz 15:28:14.000 pasound.c Opened device M - Input(MME)/M - Output(MME) for recording and playback, sample rate=8000, ch=1, bits=16, 80 samples per frame, input latency=120 ms, output latency=120 ms 15:28:14.000 pasound.c Starting M - Input stream.. 15:28:14.000 pasound.c Player thread started 15:28:14.000 pasound.c Done, status=0 15:28:14.000 pasound.c Recorder thread started 15:28:15.000 tsx002EA0C4 Retransmit timer event 15:28:15.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=0, restart?=1 15:28:15.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip:10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199<http://10.0.0.199>;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199> >;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:16.000 tsx002EA0C4 Retransmit timer event 15:28:16.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=1, restart?=1 15:28:16.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip:10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199<http://10.0.0.199>;lr> Max-Forwards: 70 From: < sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>>;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:17.000 ecsu002D6200 Vad cur_threshold updated 4-->3. Signal lo=-1 15:28:17.000 pjsua_call.c Making call with acc #1 to sip:500 at 10.0.0.199:5060 15:28:17.000 dlg00340354 UAC dialog created 15:28:17.000 dlg00340354 Module mod-invite added as dialog usage, data=00340F24 15:28:17.000 dlg00340354 Session count inc to 2 by mod-invite 15:28: 17.000 dlg00340354 Module mod-100rel added as dialog usage, data=00341040 15:28:17.000 dlg00340354 100rel module attached 15:28:17.000 inv00340354 UAC invite session created for dialog dlg00340354 15:28: 17.000 endpoint Request msg INVITE/cseq=23806 (tdta00341D60) created. 15:28:17.000 inv00340354 Sending Request msg INVITE/cseq=23806 (tdta00341D60) 15:28:17.000 dlg00340354 Sending Request msg INVITE/cseq=23806 (tdta00341D60) 15:28:17.000 tsx00342FE4 Transaction created for Request msg INVITE/cseq=23805 (tdta00341D60) 15:28:17.000 tsx00342FE4 Sending Request msg INVITE/cseq=23805 (tdta00341D60) in state Null 15:28:18.000 tsx002EA0C4 Retransmit timer event 15:28:18.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=2, restart?=1 15:28:18.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip:10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199<http://10.0.0.199>;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199> >;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:18.000 sip_resolve.c Target '10.0.0.199:0<http://10.0.0.199:0>' type=Unspecified resolved to '10.0.0.199:5060 <http://10.0.0.199:5060> ' type=UDP (UDP transport) 15:28:18.000 pjsua_core.c TX 927 bytes Request msg INVITE/cseq=23805 (tdta00341D60) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: INVITE sip:500 at 10.0.0.199:5060 SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000623482900 Max-Forwards: 70 From: sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>;tag=42880000000423482900 To: sip:500 at 10.0.0.199<mailto:sip:500 at 10.0.0.199> Contact: <sip:502 at 169.254.2.1:5060> Call-ID: 42880000000523482900 CSeq: 23805 INVITE Route: <sip:10.0.0.199 <http://10.0.0.199> ;lr> Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, PUBLISH, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, norefersub Content-Type: application/sdp Content-Length: 402 v=0 o=- 3409831697 3409831697 IN IP4 169.254.2.1<http://169.254.2.1> s=pjmedia c=IN IP4 169.254.2.1<http://169.254.2.1> t=0 0 a=X-nat:0 m=audio 4000 RTP/AVP 0 8 102 117 103 3 101 a=rtcp:4001 IN IP4 169.254.2.1<http://169.254.2.1> a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 speex/8000 a=rtpmap:117 iLBC/8000 a=fmtp:117 mode=30 a=rtpmap:103 speex/16000 a=rtpmap:3 GSM/8000 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 --end msg-- 15:28:18.000 tsx00342FE4 State changed from Null to Calling, event=TX_MSG 15:28:18.000 dlg00340354 Transaction tsx00342FE4 state changed to Calling 15:28:19.000 tsx00342FE4 Retransmit timer event 15:28:19.000 tsx00342FE4 Retransmiting Request msg INVITE/cseq=23805 (tdta00341D60), count=0, restart?=1 15:28:19.000 pjsua_core.c TX 927 bytes Request msg INVITE/cseq=23805 (tdta00341D60) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: INVITE sip:500 at 10.0.0.199:5060 SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000623482900 Max-Forwards: 70 From: sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>;tag=42880000000423482900 To: sip:500 at 10.0.0.199<mailto:sip:500 at 10.0.0.199> Contact: <sip:502 at 169.254.2.1:5060> Call-ID: 42880000000523482900 CSeq: 23805 INVITE Route: <sip:10.0.0.199<http://10.0.0.199>;lr> Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, PUBLISH, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, norefersub Content-Type: application/sdp Content-Length: 402 v=0 o=- 3409831697 3409831697 IN IP4 169.254.2.1<http://169.254.2.1> s=pjmedia c=IN IP4 169.254.2.1<http://169.254.2.1> t=0 0 a=X-nat:0 m=audio 4000 RTP/AVP 0 8 102 117 103 3 101 a=rtcp:4001 IN IP4 169.254.2.1<http://169.254.2.1> a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 speex/8000 a=rtpmap:117 iLBC/8000 a=fmtp:117 mode=30 a=rtpmap:103 speex/16000 a=rtpmap:3 GSM/8000 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 --end msg-- 15:28:19.000 sound_port.c EC suspended because of inactivity 15:28:20.000 tsx00342FE4 Retransmit timer event 15:28:20.000 tsx00342FE4 Retransmiting Request msg INVITE/cseq=23805 (tdta00341D60), count=1, restart?=1 15:28:20.000 pjsua_core.c TX 927 bytes Request msg INVITE/cseq=23805 (tdta00341D60) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: INVITE sip:500 at 10.0.0.199:5060 SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000623482900 Max-Forwards: 70 From: sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>;tag=42880000000423482900 To: sip:500 at 10.0.0.199<mailto:sip:500 at 10.0.0.199> Contact: <sip:502 at 169.254.2.1:5060> Call-ID: 42880000000523482900 CSeq: 23805 INVITE Route: <sip:10.0.0.199<http://10.0.0.199>;lr> Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, PUBLISH, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, norefersub Content-Type: application/sdp Content-Length: 402 v=0 o=- 3409831697 3409831697 IN IP4 169.254.2.1<http://169.254.2.1> s=pjmedia c=IN IP4 169.254.2.1<http://169.254.2.1> t=0 0 a=X-nat:0 m=audio 4000 RTP/AVP 0 8 102 117 103 3 101 a=rtcp:4001 IN IP4 169.254.2.1<http://169.254.2.1> a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 speex/8000 a=rtpmap:117 iLBC/8000 a=fmtp:117 mode=30 a=rtpmap:103 speex/16000 a=rtpmap:3 GSM/8000 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 --end msg-- 15:28:22.000 tsx002EA0C4 Retransmit timer event 15:28:22.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=3, restart?=1 15:28:22.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip:10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip: 10.0.0.199<http://10.0.0.199>;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>>;tag=42880000000223482900 To: <sip:502 at 10.0.0.199 <mailto:sip:502 at 10.0.0.199> > Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:22.000 tsx00342FE4 Retransmit timer event 15:28:22.000 tsx00342FE4 Retransmiting Request msg INVITE/cseq=23805 (tdta00341D60), count=2, restart?=1 15:28:22.000 pjsua_core.c TX 927 bytes Request msg INVITE/cseq=23805 (tdta00341D60) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: INVITE sip:500 at 10.0.0.199:5060 SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000623482900 Max-Forwards: 70 From: sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>;tag=42880000000423482900 To: sip:500 at 10.0.0.199<mailto:sip:500 at 10.0.0.199> Contact: <sip:502 at 169.254.2.1:5060> Call-ID: 42880000000523482900 CSeq: 23805 INVITE Route: <sip: 10.0.0.199<http://10.0.0.199>;lr> Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, PUBLISH, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, norefersub Content-Type: application/sdp Content-Length: 402 v=0 o=- 3409831697 3409831697 IN IP4 169.254.2.1<http://169.254.2.1> s=pjmedia c=IN IP4 169.254.2.1<http://169.254.2.1> t=0 0 a=X-nat:0 m=audio 4000 RTP/AVP 0 8 102 117 103 3 101 a=rtcp:4001 IN IP4 169.254.2.1<http://169.254.2.1> a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 speex/8000 a=rtpmap:117 iLBC/8000 a=fmtp:117 mode=30 a=rtpmap:103 speex/16000 a=rtpmap:3 GSM/8000 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 --end msg-- 15:28:26.000 tsx002EA0C4 Retransmit timer event 15:28:26.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=4, restart?=1 15:28:26.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip: 10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199 <http://10.0.0.199> ;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>>;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:26.000 tsx00342FE4 Retransmit timer event 15:28:26.000 tsx00342FE4 Retransmiting Request msg INVITE/cseq=23805 (tdta00341D60), count=3, restart?=1 15:28:26.000 pjsua_core.c TX 927 bytes Request msg INVITE/cseq=23805 (tdta00341D60) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: INVITE sip:500 at 10.0.0.199:5060 SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000623482900 Max-Forwards: 70 From: sip:502@10.0.0.199 <mailto:sip:502 at 10.0.0.199> ;tag=42880000000423482900 To: sip:500 at 10.0.0.199<mailto:sip:500 at 10.0.0.199> Contact: <sip:502 at 169.254.2.1:5060> Call-ID: 42880000000523482900 CSeq: 23805 INVITE Route: <sip: 10.0.0.199<http://10.0.0.199>;lr> Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, PUBLISH, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, norefersub Content-Type: application/sdp Content-Length: 402 v=0 o=- 3409831697 3409831697 IN IP4 169.254.2.1<http://169.254.2.1> s=pjmedia c=IN IP4 169.254.2.1<http://169.254.2.1> t=0 0 a=X-nat:0 m=audio 4000 RTP/AVP 0 8 102 117 103 3 101 a=rtcp:4001 IN IP4 169.254.2.1<http://169.254.2.1> a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 speex/8000 a=rtpmap:117 iLBC/8000 a=fmtp:117 mode=30 a=rtpmap:103 speex/16000 a=rtpmap:3 GSM/8000 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 --end msg-- 15:28:30.000 tsx002EA0C4 Retransmit timer event 15:28:30.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=5, restart?=1 15:28:30.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip: 10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199 <http://10.0.0.199> ;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>>;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:34.000 tsx00342FE4 Retransmit timer event 15:28:34.000 tsx00342FE4 Retransmiting Request msg INVITE/cseq=23805 (tdta00341D60), count=4, restart?=1 15:28:34.000 pjsua_core.c TX 927 bytes Request msg INVITE/cseq=23805 (tdta00341D60) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: INVITE sip:500 at 10.0.0.199:5060 SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000623482900 Max-Forwards: 70 From: sip:502@10.0.0.199 <mailto:sip:502 at 10.0.0.199> ;tag=42880000000423482900 To: sip:500 at 10.0.0.199<mailto:sip:500 at 10.0.0.199> Contact: <sip:502 at 169.254.2.1:5060> Call-ID: 42880000000523482900 CSeq: 23805 INVITE Route: <sip: 10.0.0.199<http://10.0.0.199>;lr> Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, PUBLISH, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, norefersub Content-Type: application/sdp Content-Length: 402 v=0 o=- 3409831697 3409831697 IN IP4 169.254.2.1<http://169.254.2.1> s=pjmedia c=IN IP4 169.254.2.1<http://169.254.2.1> t=0 0 a=X-nat:0 m=audio 4000 RTP/AVP 0 8 102 117 103 3 101 a=rtcp:4001 IN IP4 169.254.2.1<http://169.254.2.1> a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 speex/8000 a=rtpmap:117 iLBC/8000 a=fmtp:117 mode=30 a=rtpmap:103 speex/16000 a=rtpmap:3 GSM/8000 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 --end msg-- 15:28:34.000 tsx002EA0C4 Retransmit timer event 15:28:34.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=6, restart?=1 15:28:34.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip: 10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199 <http://10.0.0.199> ;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>>;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:38.000 tsx002EA0C4 Retransmit timer event 15:28:38.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=7, restart?=1 15:28:38.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip: 10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199 <http://10.0.0.199> ;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>>;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:42.000 tsx002EA0C4 Retransmit timer event 15:28:42.000 tsx002EA0C4 Retransmiting Request msg REGISTER/cseq=41913 (tdta002E9050), count=8, restart?=1 15:28:42.000 pjsua_core.c TX 362 bytes Request msg REGISTER/cseq=41913 (tdta002E9050) to UDP 10.0.0.199:5060<http://10.0.0.199:5060>: REGISTER sip: 10.0.0.199<http://10.0.0.199> SIP/2.0 Via: SIP/2.0/UDP 169.254.2.1:5060<http://169.254.2.1:5060>;rport;branch=z9hG4bKPj42880000000323482900 Route: <sip:10.0.0.199 <http://10.0.0.199> ;lr> Max-Forwards: 70 From: <sip:502@10.0.0.199<mailto:sip:502 at 10.0.0.199>>;tag=42880000000223482900 To: <sip:502 at 10.0.0.199<mailto:sip:502 at 10.0.0.199>> Call-ID: 42880000000123482900 CSeq: 41913 REGISTER Contact: <sip:502 at 169.254.2.1:5060> Expires: 300 Content-Length: 0 --end msg-- 15:28:46.000 tsx002EA0C4 Timeout timer event 15:28:46.000 tsx002EA0C4 State changed from Calling to Terminated, event=TIMER 15:28:46.000 pjsua_acc.c SIP registration failed, status=408 (Request Timeout) 15:28:46.000 tsx002EA0C4 Timeout timer event 15:28:46.000 tsx002EA0C4 State changed from Terminated to Destroyed, event=TIMER 15:28:46.000 tdta002E9050 Destroying txdata Request msg REGISTER/cseq=41913 (tdta002E9050) 15:28:46.000 tsx002EA0C4 Transaction destroyed! 15:28:50.000 tsx00342FE4 Timeout timer event 15:28:50.000 tsx00342FE4 State changed from Calling to Terminated, event=TIMER _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org<mailto:pjsip at lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org<mailto:pjsip at lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080129/bf91b395/attachment-0001.html