Hello folks
I'm having troubles with GM-Opal when trying to receive SIP calls. I initiate SIP calls to the outside, but I can't receive INVITE.
I suspect that my host is behind a firewall, though I'm not sure this is the problem.
I've tried three different SIP clients: GM, X-lite (closed src), and Kphone. Oddly, X-lite and Kphone can both initiate and receive SIP calls without any problems.
I've attached the SIP messages exchanged with my SIP provider for every client. I've also tcpdump'd the communication that was occuring during the tests. For each client, you can see the traffic exchanged during the REGISTER process, and then the traffic when another host tried to INVITE me:
[Dam: X-lite log]
09:58:23.081976 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 575
09:58:23.190137 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 400
09:58:33.309420 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 1078
09:58:33.343123 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 664
09:58:33.557406 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 665
09:58:34.091929 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 2
[Dam: incoming call - invite]
10:00:41.063797 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 1078
10:00:41.941727 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 1078
10:00:43.958093 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 1078
10:00:47.997945 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 1078
10:00:52.037985 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 1078
[Dam: KPhone log]
15:06:50.906163 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 552
15:06:50.963106 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 500
15:06:54.470666 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 821
15:06:54.497065 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 319
15:06:54.522582 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 525
[Dam: incoming call - invite]
15:07:13.212738 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 1083
15:07:13.217429 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 685
15:07:13.218374 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 686
15:07:20.469764 IP vis156b.inria.fr.sip > proxy1.host.wengo.fr.sip: UDP, length: 905
15:07:20.689914 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip: UDP, length: 652
[Dam: GM log]
10:02:38.493994 IP vis156b.inria.fr.sip-tls > proxy1.host.wengo.fr.sip: UDP, length: 459
10:02:38.533189 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip-tls: UDP, length: 463
10:02:38.540863 IP vis156b.inria.fr.sip-tls > proxy1.host.wengo.fr.sip: UDP, length: 664
10:02:38.580033 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip-tls: UDP, length: 282
10:02:38.600808 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.sip-tls: UDP, length: 387
10:02:38.610587 IP vis156b.inria.fr.5062 > proxy1.host.wengo.fr.sip: UDP, length: 544
10:02:38.645388 IP proxy1.host.wengo.fr.sip > vis156b.inria.fr.5062: UDP, length: 599
[Dam: incoming call - invite]
As you can see, for GM no INVITE message ever reached my host (vis156b)
I suspect this is because GM seems to negociate the connection with the server differently than other client (see the name of the port tcpdump'd : sip-tls instead of sip)
Does anybody can light my candle ? Can I compile OPAL differently so that GM tries to connect through the sip port (5060) instead of sip-tls (5061?) ?
-- Damien
2005/04/26 10:08:32.861 0:00.206 gnomemeeting-snapshot Detected audio plugins: ALSA,OSS 2005/04/26 10:08:32.863 0:00.207 gnomemeeting-snapshot Detected video plugins: Picture,V4L 2005/04/26 10:08:32.864 0:00.209 gnomemeeting-snapshot Detected audio plugins: ALSA,OSS 2005/04/26 10:08:32.866 0:00.210 gnomemeeting-snapshot Detected video plugins: Picture,V4L 2005/04/26 10:08:32.874 0:00.218 gnomemeeting-snapshot Detected the following audio input devices: BT Headset,Intel 82801DB-ICH4,Intel 82801DB-ICH4 Modem,Default with plugin ALSA 2005/04/26 10:08:32.876 0:00.220 gnomemeeting-snapshot Detected the following audio output devices: BT Headset,Intel 82801DB-ICH4,Intel 82801DB-ICH4 Modem,Default with plugin ALSA 2005/04/26 10:08:32.878 0:00.222 gnomemeeting-snapshot Detected the following video input devices: MovingLogo,StaticPicture with plugin Picture 2005/04/26 10:08:32.879 0:00.223 gnomemeeting-snapshot Detected the following audio input devices: BT Headset,Intel 82801DB-ICH4,Intel 82801DB-ICH4 Modem,Default with plugin ALSA 2005/04/26 10:08:32.881 0:00.225 gnomemeeting-snapshot Detected the following audio output devices: BT Headset,Intel 82801DB-ICH4,Intel 82801DB-ICH4 Modem,Default with plugin ALSA 2005/04/26 10:08:32.883 0:00.227 gnomemeeting-snapshot Detected the following video input devices: MovingLogo,StaticPicture with plugin Picture [assert] error: 111 (Connection refused) [assert] where: "socket.c", "sw_socket_tcp_connect", line: 720
2005/04/26 10:08:32.945 0:00.289 gnomemeeting-snapshot GMZeroconfBrowser: Can't browse! (gnomemeeting:10353): libebook-WARNING **: Can't find installed BookFactories (gnomemeeting:10353): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed (gnomemeeting:10353): libebook-WARNING **: Can't find installed BookFactories (gnomemeeting:10353): libebook-WARNING **: Can't find installed BookFactories (gnomemeeting:10353): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed (gnomemeeting:10353): libebook-WARNING **: Can't find installed BookFactories (gnomemeeting:10353): libebook-WARNING **: Can't find installed BookFactories (gnomemeeting:10353): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed (gnomemeeting:10353): libebook-WARNING **: Can't find installed BookFactories 2005/04/26 10:08:33.884 0:01.228 gnomemeeting-snapshot GnomeMeeting version 1.3.0 2005/04/26 10:08:33.885 0:01.229 gnomemeeting-snapshot OPAL version unknown 2005/04/26 10:08:33.885 0:01.230 gnomemeeting-snapshot PWLIB version 1.9.1 2005/04/26 10:08:33.886 0:01.230 gnomemeeting-snapshot GNOME support enabled 2005/04/26 10:08:33.886 0:01.230 gnomemeeting-snapshot Fullscreen support enabled 2005/04/26 10:08:33.887 0:01.231 gnomemeeting-snapshot DBUS support disabled 2005/04/26 10:08:33.887 0:01.231 gnomemeeting-snapshot Quicknet hardware support enabled 2005/04/26 10:08:33.890 0:01.235 gnomemeeting-snapshot Set TCP port range to 3000030010 2005/04/26 10:08:33.891 0:01.235 gnomemeeting-snapshot Set RTP port range to 50005016 2005/04/26 10:08:33.892 0:01.236 gnomemeeting-snapshot Set UDP port range to 50605100 2005/04/26 10:08:33.892 0:01.236 gnomemeeting-snapshot OpalEP Created endpoint: h323 2005/04/26 10:08:33.893 0:01.237 gnomemeeting-snapshot H323 Created endpoint. 2005/04/26 10:08:33.894 0:01.238 gnomemeeting-snapshot OpalMan Added route "pc:.*=h323:<da>" 2005/04/26 10:08:33.894 0:01.239 gnomemeeting-snapshot OpalEP Created endpoint: sip 2005/04/26 10:08:33.895 0:01.239 gnomemeeting-snapshot SIP Created endpoint. 2005/04/26 10:08:33.896 0:01.240 gnomemeeting-snapshot OpalMan Added route "pc:.*=sip:<da>" 2005/04/26 10:08:33.897 0:01.241 gnomemeeting-snapshot OpalEP Created endpoint: pc 2005/04/26 10:08:33.899 0:01.243 gnomemeeting-snapshot PCSS Created PC sound system endpoint. 2005/04/26 10:08:33.899 0:01.243 gnomemeeting-snapshot OpalMan Added route "h323:.*=pc:<da>" 2005/04/26 10:08:33.900 0:01.244 gnomemeeting-snapshot OpalMan Added route "sip:.*=pc:<da>" [assert] error: 111 (Connection refused) [assert] where: "socket.c", "sw_socket_tcp_connect", line: 720 2005/04/26 10:08:33.904 0:01.248 gnomemeeting-snapshot GMZeroconfPublisher: Can't publish! 2005/04/26 10:08:33.904 0:01.248 Opal Listener:88292e8 Listen Started listening thread on tcp$194.254.174.156:1720 2005/04/26 10:08:33.905 0:01.249 Opal Listener:88292e8 Listen Waiting on socket accept on tcp$194.254.174.156:1720 2005/04/26 10:08:33.905 0:01.250 Opal Listener:882af08 Listen Started listening thread on udp$194.254.174.156:5060 2005/04/26 10:08:33.906 0:01.250 Opal Listener:882af08 Listen Waiting on UDP packet on udp$194.254.174.156:5060 2005/04/26 10:08:33.987 0:01.331 GMAccounts...r:0882ad08 OpalUDP Binding to interface: :::32819 2005/04/26 10:08:34.013 0:01.358 GMAccounts...r:0882ad08 OpalUDP Started connect to 213.91.9.219:5060 2005/04/26 10:08:34.015 0:01.359 GMAccounts...r:0882ad08 OpalUDP Connecting to interfaces: 127.0.0.1 [00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:01] <00-00-00-00-00-00> (lo) 194.254.174.156 [fe:80:00:00:00:00:00:00:02:0b:7d:ff:fe:12:1c:ee] <00-0B-7D-12-1C-EE> (wlan0) 2005/04/26 10:08:34.016 0:01.361 GMAccounts...r:0882ad08 SIP Created Transport for Registrar udp$213.91.9.219:5060<if=udp$::> 2005/04/26 10:08:34.019 0:01.363 GMAccounts...r:0882ad08 SIP Sending PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> REGISTER sip:len1.host.wengo.fr SIP/2.0 CSeq: 1 REGISTER Via: SIP/2.0/UDP 194.254.174.156:5061 User-Agent: GnomeMeeting/1.3.0 From: <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]> Contact: <sip:[EMAIL PROTECTED]:5060;transport=udp> Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, REGISTER, SUBSCRIBE, NOTIFY, REFER, Expires: 3600 Content-Length: 0 2005/04/26 10:08:34.022 0:01.366 SIP Transport:8819770 SIP Read thread started. 2005/04/26 10:08:34.022 0:01.366 SIP Transport:8819770 SIP Waiting for PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> 2005/04/26 10:08:34.074 0:01.418 SIP Transport:8819770 SIP PDU Received on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> SIP/2.0 401 Unauthorized CSeq: 1 REGISTER Via: SIP/2.0/UDP 194.254.174.156:5061 From: <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]>;tag=000000000000000000007405b28b Content-Length: 0 WWW-Authenticate: Digest realm="len1.host.wengo.fr",nonce="000000000000000000007405b258",opaque="000000007405ae8f",stale=false,algorithm=MD5 Record-Route: <sip:213.91.9.219;lr> 2005/04/26 10:08:34.077 0:01.421 SIP Transport:8819770 SIP Transaction 1 REGISTER completed. 2005/04/26 10:08:34.077 0:01.421 SIP Transport:8819770 OpalUDP Ended connect, selecting 194.254.174.156:5061 2005/04/26 10:08:34.078 0:01.422 SIP Transport:8819770 SIP Received Authentication Required response 2005/04/26 10:08:34.079 0:01.423 SIP Transport:8819770 SIP Adding authentication information 2005/04/26 10:08:34.080 0:01.424 SIP Transport:8819770 SIP Sending PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> REGISTER sip:len1.host.wengo.fr SIP/2.0 CSeq: 2 REGISTER Via: SIP/2.0/UDP 194.254.174.156:5061 User-Agent: GnomeMeeting/1.3.0 Authorization: Digest username="wgdam.ciabrini", realm="len1.host.wengo.fr", nonce="000000000000000000007405b258", uri="sip:len1.host.wengo.fr", response="feb00b2983f6a60eb57ced50bf894cc6", algorithm=md5 From: <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]> Contact: <sip:[EMAIL PROTECTED]:5060;transport=udp> Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, REGISTER, SUBSCRIBE, NOTIFY, REFER, Expires: 3600 Content-Length: 0 2005/04/26 10:08:34.081 0:01.425 SIP Transport:8819770 SIP Waiting for PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> 2005/04/26 10:08:34.107 0:01.451 SIP Transport:8819770 SIP PDU Received on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> SIP/2.0 100 Trying CSeq: 2 REGISTER Via: SIP/2.0/UDP 194.254.174.156:5061 From: <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]> Content-Length: 0 Record-Route: <sip:213.91.9.219;lr> 2005/04/26 10:08:34.109 0:01.453 SIP Transport:8819770 SIP Transaction 2 REGISTER proceeding. 2005/04/26 10:08:34.110 0:01.454 SIP Transport:8819770 SIP Waiting for PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> 2005/04/26 10:08:34.140 0:01.484 SIP Transport:8819770 SIP PDU Received on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> SIP/2.0 200 OK CSeq: 2 REGISTER Via: SIP/2.0/UDP 194.254.174.156:5061 From: <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]>;tag=000000000000000000007405b28c Contact: <sip:[EMAIL PROTECTED]:5060;transport=udp>;expires=3600 Content-Length: 0 Record-Route: <sip:213.91.9.219;lr> 2005/04/26 10:08:34.143 0:01.487 SIP Transport:8819770 SIP Transaction 2 REGISTER completed. 2005/04/26 10:08:34.145 0:01.489 SIP Transport:8819770 OpalUDP Binding to interface: :::32820 2005/04/26 10:08:34.145 0:01.490 SIP Transport:8819770 OpalUDP Started connect to 213.91.9.219:5060 2005/04/26 10:08:34.146 0:01.490 SIP Transport:8819770 OpalUDP Connecting to interfaces: 127.0.0.1 [00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:01] <00-00-00-00-00-00> (lo) 194.254.174.156 [fe:80:00:00:00:00:00:00:02:0b:7d:ff:fe:12:1c:ee] <00-0B-7D-12-1C-EE> (wlan0) 2005/04/26 10:08:34.148 0:01.492 SIP Transport:8819770 SIP Created Transport for Registrar udp$213.91.9.219:5060<if=udp$::> 2005/04/26 10:08:34.150 0:01.494 SIP Transport:8819770 SIP Sending PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5062> SUBSCRIBE sip:[EMAIL PROTECTED] SIP/2.0 CSeq: 3 SUBSCRIBE Via: SIP/2.0/UDP 194.254.174.156:5062 User-Agent: GnomeMeeting/1.3.0 From: <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]> Contact: <sip:[EMAIL PROTECTED]:5060;transport=udp> Accept: application/simple-message-summary Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, REGISTER, SUBSCRIBE, NOTIFY, REFER, Expires: 3600 Event: message-summary Content-Length: 0 2005/04/26 10:08:34.151 0:01.495 SIP Transport:8819770 SIP Waiting for PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> 2005/04/26 10:08:34.151 0:01.495 SIP Transport:8875610 SIP Read thread started. 2005/04/26 10:08:34.152 0:01.496 SIP Transport:8875610 SIP Waiting for PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5062> 2005/04/26 10:08:34.177 0:01.521 SIP Transport:8875610 SIP PDU Received on udp$213.91.9.219:5060<if=udp$194.254.174.156:5062> SIP/2.0 200 OK CSeq: 3 SUBSCRIBE Via: SIP/2.0/UDP 194.254.174.156:5062 Server: Sip EXpress router (0.9.0 (i386/linux)) From: <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]>;tag=f2e88b631df850b73d71f6c086597726-4897 Warning: 392 213.91.9.202:5061 "Noisy feedback tells: pid=15730 req_src_ip=213.91.9.219 req_src_port=5060 in_uri=sip:[EMAIL PROTECTED] out_uri=sip:[EMAIL PROTECTED] via_cnt==2" Content-Length: 0 Record-Route: <sip:[EMAIL PROTECTED];lr=on> 2005/04/26 10:08:34.180 0:01.524 SIP Transport:8875610 SIP Transaction 3 SUBSCRIBE completed. 2005/04/26 10:08:34.180 0:01.524 SIP Transport:8875610 OpalUDP Ended connect, selecting 194.254.174.156:5062 2005/04/26 10:08:34.181 0:01.525 SIP Transport:8875610 SIP Waiting for PDU on udp$213.91.9.219:5060<if=udp$194.254.174.156:5062> 2005/04/26 10:08:36.081 0:03.425 Housekeeper SIP Set Terminated_Success for 1 REGISTER 2005/04/26 10:08:36.150 0:03.494 Housekeeper SIP Set Terminated_Success for 2 REGISTER 2005/04/26 10:08:36.181 0:03.525 Housekeeper SIP Set Terminated_Success for 3 SUBSCRIBE 2005/04/26 10:08:48.157 0:15.501 gnomemeeting-snapshot Listen Stopping listening thread on tcp$194.254.174.156:1720 2005/04/26 10:08:48.187 0:15.532 gnomemeeting-snapshot H323 Deleted endpoint. 2005/04/26 10:08:48.188 0:15.532 gnomemeeting-snapshot OpalEP h323 endpoint destroyed. 2005/04/26 10:08:48.188 0:15.532 gnomemeeting-snapshot Listen Stopping listening thread on udp$194.254.174.156:5060 2005/04/26 10:08:48.190 0:15.534 Opal Listener:882af08 Listen UDP select error: Interrupted system call 2005/04/26 10:08:48.190 0:15.534 gnomemeeting-snapshot SIP Deleted endpoint. 2005/04/26 10:08:48.191 0:15.535 gnomemeeting-snapshot Opal Transport clean up on termination 2005/04/26 10:08:48.191 0:15.535 gnomemeeting-snapshot OpalUDP Close 2005/04/26 10:08:48.191 0:15.536 gnomemeeting-snapshot Opal Transport Close 2005/04/26 10:08:48.192 0:15.537 SIP Transport:8819770 SIP No Request-Line or Status-Line received on udp$213.91.9.219:5060<if=udp$194.254.174.156:5061> 2005/04/26 10:08:48.193 0:15.537 SIP Transport:8819770 SIP Read thread finished. 2005/04/26 10:08:48.194 0:15.538 gnomemeeting-snapshot Opal Transport clean up on termination 2005/04/26 10:08:48.194 0:15.538 gnomemeeting-snapshot OpalUDP Close 2005/04/26 10:08:48.194 0:15.538 gnomemeeting-snapshot Opal Transport Close 2005/04/26 10:08:48.195 0:15.539 SIP Transport:8875610 SIP No Request-Line or Status-Line received on udp$213.91.9.219:5060<if=udp$194.254.174.156:5062> 2005/04/26 10:08:48.195 0:15.539 SIP Transport:8875610 SIP Read thread finished. 2005/04/26 10:08:48.197 0:15.541 gnomemeeting-snapshot OpalEP sip endpoint destroyed. 2005/04/26 10:08:48.197 0:15.541 gnomemeeting-snapshot PCSS Deleted PC sound system endpoint. 2005/04/26 10:08:48.197 0:15.541 gnomemeeting-snapshot OpalEP pc endpoint destroyed. 2005/04/26 10:08:48.197 0:15.541 gnomemeeting-snapshot OpalMan Deleted manager.
Found 2 interfaces. SipClient: Listening UDP on port: 5060 SipClient: Our address: 194.254.174.156 SipRegister: Auth is '(null)' SipRegister: Proxy Auth is '(null)' SipClient: Sending: 15:06:50.900 -------------------------------- REGISTER sip:len1.host.wengo.fr SIP/2.0 Via: SIP/2.0/UDP 194.254.174.156;branch=z9hG4bK9A6EC49 CSeq: 7987 REGISTER To: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Expires: 900 From: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] Content-Length: 0 User-Agent: kphone/4.1.0 Event: registration Allow-Events: presence Contact: "Damien Ciabrini" <sip:[EMAIL PROTECTED];transport=udp>;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK, REFER" SipClient: Sending to 'proxy1.host.wengo.fr:5060' SipClient: Receiving message... SipClient: Received: 15:06:51.070 --------------------------------- SIP/2.0 401 Unauthorized Call-ID: [EMAIL PROTECTED] CSeq: 7987 REGISTER From: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Record-Route: <sip:213.91.9.219;lr> To: "Damien Ciabrini" <sip:[EMAIL PROTECTED]>;tag=00000000000000000000639dbc71 Via: SIP/2.0/UDP 194.254.174.156;branch=z9hG4bK9A6EC49 WWW-Authenticate: Digest realm="len1.host.wengo.fr",nonce="00000000000000000000639dbc6b",opaque="00000000639db7aa",stale=false,algorithm=MD5 Content-Length: 0 SipCall: Incoming response SipTransaction: Incoming Response SipRegister: Authentication required WL: SipProtocol: HA1=826213f6a62d908f6a9805d524913bd2 (wgdam.ciabrini:len1.host.wengo.fr) SipProtocol: Digest calculated. SipRegister: Auth is 'Digest username="wgdam.ciabrini", realm="len1.host.wengo.fr", nonce="00000000000000000000639dbc6b", uri="sip:proxy1.host.wengo.fr", cnonce="abcdefghi", nc=00000001, response="fd9aa74c401ec71c1858113df8384f2d", opaque="00000000639db7aa", algorithm="MD5"' SipRegister: Proxy Auth is '(null)' SipClient: Sending: 15:06:54.459 -------------------------------- REGISTER sip:len1.host.wengo.fr SIP/2.0 Via: SIP/2.0/UDP 194.254.174.156;branch=z9hG4bK2F7ABC1 CSeq: 7988 REGISTER To: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Authorization: Digest username="wgdam.ciabrini", realm="len1.host.wengo.fr", nonce="00000000000000000000639dbc6b", uri="sip:proxy1.host.wengo.fr", cnonce="abcdefghi", nc=00000001, response="fd9aa74c401ec71c1858113df8384f2d", opaque="00000000639db7aa", algorithm="MD5" Expires: 900 From: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Call-ID: [EMAIL PROTECTED] Content-Length: 0 User-Agent: kphone/4.1.0 Event: registration Allow-Events: presence Contact: "Damien Ciabrini" <sip:[EMAIL PROTECTED];transport=udp>;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK, REFER" SipClient: Sending to 'proxy1.host.wengo.fr:5060' SipClient: Receiving message... SipClient: Received: 15:06:54.498 --------------------------------- SIP/2.0 100 Trying Call-ID: [EMAIL PROTECTED] CSeq: 7988 REGISTER From: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Record-Route: <sip:213.91.9.219;lr> To: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Via: SIP/2.0/UDP 194.254.174.156;branch=z9hG4bK2F7ABC1 Content-Length: 0 SipCall: Incoming response SipTransaction: Incoming Response SipClient: Receiving message... SipClient: Received: 15:06:54.526 --------------------------------- SIP/2.0 200 OK Call-ID: [EMAIL PROTECTED] Contact: "Damien Ciabrini"<sip:[EMAIL PROTECTED]:5060;transport=udp>;expires=900;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK, REFER" CSeq: 7988 REGISTER From: "Damien Ciabrini" <sip:[EMAIL PROTECTED]> Record-Route: <sip:213.91.9.219;lr> To: "Damien Ciabrini" <sip:[EMAIL PROTECTED]>;tag=00000000000000000000639dbc85 Via: SIP/2.0/UDP 194.254.174.156;branch=z9hG4bK2F7ABC1 Content-Length: 0 SipCall: Incoming response SipCall: Checking for Contact and Record-Route SipCall: Setting Contact for this Call Member SipTransaction: Incoming Response ReRegistrationTimer (ms): 2700000 SipClient: Receiving message... SipClient: Received: 15:07:13.215 --------------------------------- INVITE sip:[EMAIL PROTECTED];transport=udp SIP/2.0 Record-Route: <sip:[EMAIL PROTECTED];ftag=672611488;lr=on> Record-Route: <sip:[EMAIL PROTECTED];ftag=672611488;lr=on> Via: SIP/2.0/UDP 213.91.9.219;branch=z9hG4bK84dc.c3cba742.0 Via: SIP/2.0/UDP 217.10.79.219;branch=z9hG4bK84dc.6f125f1.0 Via: SIP/2.0/UDP 138.96.122.1:5060;rport=5060;branch=z9hG4bK49AEC10D75A1D515085EB66E8C2DACB6 From: test <sip:[EMAIL PROTECTED]>;tag=672611488 To: <sip:[EMAIL PROTECTED]> Contact: <sip:[EMAIL PROTECTED]:5060> Call-ID: [EMAIL PROTECTED] CSeq: 12575 INVITE Max-Forwards: 68 Content-Type: application/sdp User-Agent: X-Lite release 1105d Content-Length: 332 v=0 o=1689104 2123747108 2123747252 IN IP4 138.96.122.1 s=X-Lite c=IN IP4 80.118.132.68 t=0 0 m=audio 37666 RTP/AVP 0 8 3 98 97 101 a=rtpmap:0 pcmu/8000 a=rtpmap:8 pcma/8000 a=rtpmap:3 gsm/8000 a=rtpmap:98 iLBC/8000 a=rtpmap:97 speex/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=nortpproxy:yes SipClient: Searching for a user SipClient: Creating new call for user "Damien Ciabrini" <sip:[EMAIL PROTECTED]> SipCall: Incoming request SipCall: New transaction created SipTransaction: Incoming Request SipClient: Sending UDP Response SipClient: Sending to '213.91.9.219' port 5060 SipClient: Sending: 15:07:13.216 -------------------------------- SIP/2.0 100 Trying Via: SIP/2.0/UDP 213.91.9.219;branch=z9hG4bK84dc.c3cba742.0 Via: SIP/2.0/UDP 217.10.79.219;branch=z9hG4bK84dc.6f125f1.0 Via: SIP/2.0/UDP 138.96.122.1:5060;rport=5060;branch=z9hG4bK49AEC10D75A1D515085EB66E8C2DACB6 From: "test" <sip:[EMAIL PROTECTED]>;tag=672611488 CSeq: 12575 INVITE Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]>;tag=193CF8CA Content-Length: 0 User-Agent: kphone/4.1.0 Contact: "Damien Ciabrini" <sip:[EMAIL PROTECTED];transport=udp> Record-Route: <sip:[EMAIL PROTECTED];ftag=672611488;lr=on>, <sip:[EMAIL PROTECTED];ftag=672611488;lr=on> SipClient: Sending UDP Response SipClient: Sending to '213.91.9.219' port 5060 SipClient: Sending: 15:07:13.217 -------------------------------- SIP/2.0 180 Ringing Via: SIP/2.0/UDP 213.91.9.219;branch=z9hG4bK84dc.c3cba742.0 Via: SIP/2.0/UDP 217.10.79.219;branch=z9hG4bK84dc.6f125f1.0 Via: SIP/2.0/UDP 138.96.122.1:5060;rport=5060;branch=z9hG4bK49AEC10D75A1D515085EB66E8C2DACB6 From: "test" <sip:[EMAIL PROTECTED]>;tag=672611488 CSeq: 12575 INVITE Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]>;tag=193CF8CA Content-Length: 0 User-Agent: kphone/4.1.0 Contact: "Damien Ciabrini" <sip:[EMAIL PROTECTED];transport=udp> Record-Route: <sip:[EMAIL PROTECTED];ftag=672611488;lr=on>, <sip:[EMAIL PROTECTED];ftag=672611488;lr=on> KCallWidget: Switching calls... CallAudio: Using G711u for output CallAudio: listening for incomming RTP UDPMessageSocket: Listening on 32982 CallAudio: Opening OSS device /dev/dsp for Input and Output CallAudio: Creating RTP->OSS Diverter SipClient: Sending UDP Response SipClient: Sending to '213.91.9.219' port 5060 SipClient: Sending: 15:07:20.468 -------------------------------- SIP/2.0 200 OK Via: SIP/2.0/UDP 213.91.9.219;branch=z9hG4bK84dc.c3cba742.0 Via: SIP/2.0/UDP 217.10.79.219;branch=z9hG4bK84dc.6f125f1.0 Via: SIP/2.0/UDP 138.96.122.1:5060;rport=5060;branch=z9hG4bK49AEC10D75A1D515085EB66E8C2DACB6 From: "test" <sip:[EMAIL PROTECTED]>;tag=672611488 CSeq: 12575 INVITE Content-Type: application/sdp Call-ID: [EMAIL PROTECTED] To: <sip:[EMAIL PROTECTED]>;tag=193CF8CA Content-Length: 191 User-Agent: kphone/4.1.0 Contact: "Damien Ciabrini
� 2004 Xten Networks, Inc. All rights reserved. X-Lite release 1105d build stamp 99999 License key: 61F684123043C6F78FE1C7C2067F859A Established SIP protocol listen on: 194.254.174.156:5060 Discovered Restricted Firewall SIP: 194.254.174.156:5060 RTP: 194.254.174.156:8000 NAT: 194.254.174.156 PROXY#0: 213.91.9.219:5060 OUTBOUND-PROXY#0: 213.91.9.219:5060 SEND TIME: 2106424111 SEND >> 213.91.9.219:5060 REGISTER sip:len1.host.wengo.fr SIP/2.0 Via: SIP/2.0/UDP 194.254.174.156:5060;rport;branch=z9hG4bK338C0DDDE98ECED36541A3E41F02F9A8 From: dojk <sip:[EMAIL PROTECTED]>;tag=829254025 To: dojk <sip:[EMAIL PROTECTED]> Contact: "dojk" <sip:[EMAIL PROTECTED]:5060> Call-ID: [EMAIL PROTECTED] CSeq: 27854 REGISTER Expires: 1800 Max-Forwards: 70 User-Agent: X-Lite release 1105d Content-Length: 0 RECEIVE TIME: 2106424141 RECEIVE << 213.91.9.219:5060 SIP/2.0 401 Unauthorized Call-ID: [EMAIL PROTECTED] CSeq: 27854 REGISTER From: dojk <sip:[EMAIL PROTECTED]>;tag=829254025 Record-Route: <sip:213.91.9.219;lr;ftag=829254025> To: dojk <sip:[EMAIL PROTECTED]>;tag=000000000000000000007405b306 Via: SIP/2.0/UDP 194.254.174.156:5060;rport=5060;branch=z9hG4bK338C0DDDE98ECED36541A3E41F02F9A8 WWW-Authenticate: Digest realm="len1.host.wengo.fr",nonce="000000000000000000007405b2f4",opaque="000000007405ae8f",stale=false,algorithm=MD5 Content-Length: 0 SEND TIME: 2106424143 SEND >> 213.91.9.219:5060 REGISTER sip:len1.host.wengo.fr SIP/2.0 Via: SIP/2.0/UDP 194.254.174.156:5060;rport;branch=z9hG4bK7AEF6E24BA03B94D40209E405CF13940 From: dojk <sip:[EMAIL PROTECTED]>;tag=829254025 To: dojk <sip:[EMAIL PROTECTED]> Contact: "dojk" <sip:[EMAIL PROTECTED]:5060> Call-ID: [EMAIL PROTECTED] CSeq: 27855 REGISTER Expires: 1800 Authorization: Digest username="wgdam.ciabrini",realm="len1.host.wengo.fr",nonce="000000000000000000007405b2f4",response="22b0795000dfa44a3145ce763bb701de",uri="sip:len1.host.wengo.fr",algorithm=MD5,opaque="000000007405ae8f" Max-Forwards: 70 User-Agent: X-Lite release 1105d Content-Length: 0 RECEIVE TIME: 2106424171 RECEIVE << 213.91.9.219:5060 SIP/2.0 100 Trying Call-ID: [EMAIL PROTECTED] CSeq: 27855 REGISTER From: dojk <sip:[EMAIL PROTECTED]>;tag=829254025 Record-Route: <sip:213.91.9.219;lr;ftag=829254025> To: dojk <sip:[EMAIL PROTECTED]> Via: SIP/2.0/UDP 194.254.174.156:5060;rport=5060;branch=z9hG4bK7AEF6E24BA03B94D40209E405CF13940 Content-Length: 0 RECEIVE TIME: 2106424243 RECEIVE << 213.91.9.219:5060 SIP/2.0 200 OK Call-ID: [EMAIL PROTECTED] Contact: "dojk"<sip:[EMAIL PROTECTED]:5060>;expires=1800 CSeq: 27855 REGISTER From: dojk <sip:[EMAIL PROTECTED]>;tag=829254025 Record-Route: <sip:213.91.9.219;lr;ftag=829254025> To: dojk <sip:[EMAIL PROTECTED]>;tag=000000000000000000007405b307 Via: SIP/2.0/UDP 194.254.174.156:5060;rport=5060;branch=z9hG4bK7AEF6E24BA03B94D40209E405CF13940 Content-Length: 0
_______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
