[Devel] Crash with openser 1.1.0 and TLS clients

Christophe Irles christophe.irles at alcatel.fr
Tue Nov 21 11:52:58 CET 2006


Hi Klauss,

Since ssldump is working not so well I used this option in my config file:
tls_ciphers_list="NULL"
I used tcpdump to have SIP messages as follow:  tcpdump -vv -s 2000 -i eth0
port 5061 -w dump.txt (cf. attached file)

In this file, you will find this scenario:
- Device A (known as uri 800 at sbcsipsophia.dyndns.rog) registered first
- Device B (known as uri 810 at sbcsipsophia.dyndns.rog) registered in second
- A calls B => communications is good (media is working)
- B hangup 
- B unregistered => openser crash !

This scenario is the same as the test 3 describe in my previous mail (cf.
below)

If you need more explanations or more debug output, please tell me.

I'm using openser-1.1.0-tls

Hope this helps,
Christophe
 

-----Message d'origine-----
De : devel-bounces at openser.org [mailto:devel-bounces at openser.org] De la part
de Christophe Irles
Envoyé : vendredi 17 novembre 2006 17:24
À : 'Klaus Darilion'
Cc : 'OpenSER_DEV'
Objet : RE: [Devel] Crash with openser 1.1.0 and TLS clients

Hi Klaus,

The context is: a minisip called A (uri:800 at test.test) with TLS calls
another minisip called B (uri:810 at test.test) with TLS.
Always A registered first and B in second (the order is important)

Test 1:
A and B unregistered => no crash
I restart openser and minisip A and B devices (to be sure to have the same
configuration in each test)

Test 2:
A calls B. Communication is good. A or B hang up (I test the both) A
unregistered => openser is still working B unregistered => openser crash !
I restart openser and minisip A and B devices  

Test 3:
A calls B. Communication is good. A or B hang up (I test the both) B
unregistered => openser crash !
I restart openser and minisip A and B devices 

Test 4:
A calls B. Communication is good. A or B hang up  (I test the both) B calls
A. Communication is good. A or B hang up  (I test the both) Calls made
several times => Communications are always good A unregistered => openser is
still working B unregistered => openser crash !
I restart openser and minisip A and B devices 

Test 5:
A calls B. Communication is good. A or B hang up  (I test the both) B calls
A. Communication is good. A or B hang up  (I test the both) Calls made
several times => Communications are good B unregistered => openser crash !

About ssldump, I need to compile it including the lib pcap. As soon as
possible I will send you the entire dump.

Please find below some comments about some of your previous remarks.

Thanks,
Regards,
Christophe 

-----Message d'origine-----
De : Klaus Darilion [mailto:klaus.mailinglists at pernau.at]
Envoyé : mardi 14 novembre 2006 18:51
À : Christophe Irles
Cc : OpenSER_DEV
Objet : Re: [Devel] Crash with openser 1.1.0 and TLS clients

Christophe Irles wrote:
> Hello,

Hi Christoph!

Who is closing the SSL connection - openser or minisip?
[Chris] minisip is closing the connection.

There are several things which look very strange:

> Extract of the log file:
> 	19(26390) tls_close: Closing SSL connection
> 	19(26390) tls_update_fd: New fd is 42
> 	19(26390) INFO: signal 13 received

Why is there a signal 13 (SIGPIPE) ?
[Chris] I don't know ... But this occurs, each time the second minisip
unregistered from openser

> 	19(26390) tls_shutdown: First phase of 2-way handshake completed 
> succesfuly

Looks like openser shuts down the SSL connection [Chris] Actually it's
minisip 

> 	19(26390) tls_tcpconn_clean: Entered
> 	19(26390) handle_tcp_child: reader response= b61c3f28, -2 from 2

Is openser reading from the closed SSL connection [Chris] I don't know ...
I'm compiling ssldump in order to have a dump with all packets

> 	19(26390) tcpconn_destroy: destroying connection 0xb61c3f28, flags
> 0002
> 	19(26390) tls_close: Closing SSL connection

Is this the same TLS connection which will bel closed again?
[Chris] It's the second one created by the other minisip device

> 	19(26390) tls_update_fd: New fd is 44
> 	19(26390) INFO: signal 13 received
> 	19(26390) tls_shutdown: First phase of 2-way handshake completed 
> succesfuly

If it would be the same SSL connection which will be closed here, there
should not bee this message. Thus, I suspect there is another SSL connection
open which will be closed here?
[Chris] It's the second one created by the other minisip device

> 	19(26390) tls_tcpconn_clean: Entered
> 	*** glibc detected *** openser: free(): invalid pointer: 0x08788a38


Christophe - can you please provide a tcpdump (capture file) and ssldump
too? If its big, send it to me privately.
[Chris] I'm working on it

regards
klaus


> ***
> 	======= Backtrace: =========
> 	/lib/libc.so.6[0x1741e0]
> 	/lib/libc.so.6(__libc_free+0x77)[0x17472b]
> 	/lib/libssl.so.5(kssl_ctx_free+0x82)[0x9c8317]
> 	/lib/libssl.so.5(SSL_free+0x165)[0x9be03e]
> 	openser(tls_tcpconn_clean+0x46)[0x80e2cd6]
> 	openser(_tcpconn_rm+0x2f0)[0x8093bd0]
> 	openser[0x80943dc]
> 	openser[0x8098e63]
> 	openser[0x8097461]
> 	openser[0x8099a63]
> 	openser(tcp_main_loop+0x55b)[0x809a1db]
> 	openser(main_loop+0x8e0)[0x806cd20]
> 	openser(main+0x16bb)[0x806e77b]
> 	/lib/libc.so.6(__libc_start_main+0xdf)[0x125d7f]
> 	openser[0x8051111]
> 	======= Memory map: ========
> 	00111000-00234000 r-xp 00000000 fd:02 289199     /lib/libc-2.3.6.so
> 	00234000-00236000 r-xp 00122000 fd:02 289199     /lib/libc-2.3.6.so
> 
> 
> 	Is this problem already corrected in the HEAD version of openSER ?
> Is anyone has the same problem with TLS clients and openSER 1.1.0 ?
> 
> Thanks,
> Christophe
> 
> 
>       
> 
> 
> 
> 
> ----------------------------------------------------------------------
> --
> 
> _______________________________________________
> Devel mailing list
> Devel at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/devel


--
Klaus Darilion
nic.at


_______________________________________________
Devel mailing list
Devel at openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel
-------------- next part --------------
Ôò¡          Ð     9ÞbEWÕ >   >    @cç\ PºÈ+ E  0ÐŒ@ €ðÒÀ¨\À¨\áÅU RO    pü ‚À  ´9ÞbE²Õ >   >    PºÈ+ @cç\ E 0  @ @PÀ¨\À¨\ÅáÂÕæýU RPpо  ´9ÞbEÖ <   <    @cç\ PºÈ+ E  (Ѝ@ €ðÙÀ¨\À¨\áÅU RPÂÕæþPü    ñ¦<ì#9ÞbE

 n   n    @cç\ PºÈ+ E  `ÐŽ@ €ð À¨\À¨\áÅU RPÂÕæþPü ¶:   3  /EbØ1\||ñIz¡	Ûμ‘@*0³ÿYf ®Í     5 / 9ÞbEi

 6   6    PºÈ+ @cç\ E (BV@ @¿À¨\À¨\ÅáÂÕæþU RˆPÐê˜  9ÞbEø$
 h  h   PºÈ+ @cç\ EZBW@ @»ÎÀ¨\À¨\ÅáÂÕæþU RˆPÐܶ   J  FEbÞ9½ÝÊå¬1jÑ¥¨d|Þ÷±>>ý¶mKjy çÓW½á±y~ÊÐ|*ººr¬ì"¯‚²X}?Ë•²>Ä  Õ Ñ Î Ë0‚Ç0‚¯ 0	*†H†÷ 0u10UEB CA10USophia-Antipolis10	UFR1)0'	*†H†÷	ca at sbcsipsophia.dyndns.org10U
ALCATEL0
061108111249Z071108111249Z0‘10	UFR10USophia-Antipolis10	U
EB10	UEB1 0
Usbcsipsophia.dyndns.org1+0)	*†H†÷	
user at sbcsipsophia.dyndns.org0\0	*†H†÷ K 0HA š7*ÌuCBF¾ooV
%x»˜pž›‡=BµÚå^a™¯¢Ý`øaÜ ³‰ÛÃ¥hÉÙÕí(ð6’ü_ýe £00	U
0 0	*†H†÷ ‚ F{@Ç\níbDì˜3ŸÔGÈ
“MËY)Ý©Q M©z€¡j¥
·¥ƒ
}7
¾íx„ÕKo€<S[FâU˜)ÿrƳµ€
QÈ<®ù8Ýàf8ò9blJ<»èÎV†
;4ìáX%F;Ê©™:"òËbÊc‰	(¦vH?3Å‹˜p½
& ?¸
:íw`TՏuGºl‡]´éÌ!g¨7ŒÁl$Åù¼R™°—.×ý8ÅÛñЈ‚¡\〼èR5|»ÉJˆÄÕ Ê"Š)>ï4äˆÉew»Éª÷k°ÿaʪØ%UBpU’ vòê#í>(~ø´Žº    9ÞbE|2
 °   °    @cç\ PºÈ+ E  ¢Ð@ €ð]À¨\À¨\áÅU RˆÂÕê0PøÎÓn   F  B @ZaB½k¸Êpr¸›ä4mW¶å
ÌH ›lµ¹P"u„”îÜzÉmÔnè
úÊêáò„ùMD¿½ "1 Áð
`) ±  $  ˜jpHß‹Oq>Í#j6Xk‘Ž£(]ë`˜%}o9ÞbEB
 <   <    PºÈ+ @cç\ E .BX@ @¾ùÀ¨\À¨\ÅáÂÕê0U SPÐÐÚ   9ÞbExB
 _   _    PºÈ+ @cç\ E QBY@ @¾ÕÀ¨\À¨\ÅáÂÕê6U SPÐá.   $  žßY}À5
Öoª9˦{Fžä vgp·Š Ôñ¿9ÞbEPD
 <   <    @cç\ PºÈ+ E  (А@ €ðÖÀ¨\À¨\áÅU SÂÕê_PøŸî  ÓÄΆÿ9ÞbE>[
 ü  ü   @cç\ PºÈ+ E îБ@ €ïÀ¨\À¨\áÅU SÂÕê_PøŸÅ,  ÁREGISTER sip:sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:800 at sbcsipsophia.dyndns.org>
To: <sip:800 at sbcsipsophia.dyndns.org>
Call-ID: 1035 at 192.168.92.22
CSeq: 701 REGISTER
Max-Forwards: 70
Contact: <sip:800 at 192.168.92.22:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Via: SIP/2.0/TLS 192.168.92.22:5061;rport;branch=z9hG4bK28995
Content-Length: 0

OQ˜HN„™õ³k_¹è)“'¼ü9ÞbE–b
 &  &   PºÈ+ @cç\ EBZ@ @½À¨\À¨\ÅáÂÕê_U TÈP µž  ëSIP/2.0 100 Trying
From: <sip:800 at sbcsipsophia.dyndns.org>
To: <sip:800 at sbcsipsophia.dyndns.org>
Call-ID: 1035 at 192.168.92.22
CSeq: 701 REGISTER
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK28995
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.22 req_src_port=4065 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

'ñi4TAÅ­lm=[ø
Žî¹ÿr°9ÞbEd
      PºÈ+ @cç\ E´B[@ @¼pÀ¨\À¨\ÅáÂÕìOU TÈP ¿µ  ‡SIP/2.0 401 Unauthorized
From: <sip:800 at sbcsipsophia.dyndns.org>
To: <sip:800 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.8809
Call-ID: 1035 at 192.168.92.22
CSeq: 701 REGISTER
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK28995
WWW-Authenticate: Digest realm="sbcsipsophia.dyndns.org", nonce="4562df65b2e2cdbffd89fe240497e4df226086b2"
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.22 req_src_port=4065 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

$HÜ”+6Äéé*v‹b%ó—9ÞbEüd
 <   <    @cç\ PºÈ+ E  (Ð’@ €ðÔÀ¨\À¨\áÅU TÈÂÕîÛPü ûJ  !~Oñ²9ÞbEy‹
 Ö  Ö   @cç\ PºÈ+ E ÈГ@ €î3À¨\À¨\áÅU TÈÂÕîÛPü çÝ  ›REGISTER sip:sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:800 at sbcsipsophia.dyndns.org>
To: <sip:800 at sbcsipsophia.dyndns.org>
Call-ID: 1035 at 192.168.92.22
CSeq: 702 REGISTER
Max-Forwards: 70
Contact: <sip:800 at 192.168.92.22:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Authorization: Digest algorithm="MD5", username="800", realm="sbcsipsophia.dyndns.org", nonce="4562df65b2e2cdbffd89fe240497e4df226086b2", uri="sip:sbcsipsophia.dyndns.org", response="965a8e2570dfd4fcecefe7eb251e9e41"
Via: SIP/2.0/TLS 192.168.92.22:5061;rport;branch=z9hG4bK15907
Content-Length: 0

b·°Jx·ð“o´g¿X™}ìønc9ÞbE^Ž
 &  &   PºÈ+ @cç\ EB\@ @½À¨\À¨\ÅáÂÕîÛU WhP€€W  ëSIP/2.0 100 Trying
From: <sip:800 at sbcsipsophia.dyndns.org>
To: <sip:800 at sbcsipsophia.dyndns.org>
Call-ID: 1035 at 192.168.92.22
CSeq: 702 REGISTER
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK15907
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.22 req_src_port=4065 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

–*Z&´ãЀ{á;NšÙ2Òá9ÞbEj™
 Ž  Ž   PºÈ+ @cç\ E€B]@ @¼¢À¨\À¨\ÅáÂÕðËU WhP€.ž  SSIP/2.0 200 OK
From: <sip:800 at sbcsipsophia.dyndns.org>
To: <sip:800 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.1c2f
Call-ID: 1035 at 192.168.92.22
CSeq: 702 REGISTER
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK15907
Contact: <sip:800 at 192.168.92.22:5061;transport=TLS>;expires=1000
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.22 req_src_port=4065 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

ðn€÷5O$b «°TÕ\H 	~Í9ÞbEƒ›
 <   <    @cç\ PºÈ+ E  (Д@ €ðÒÀ¨\À¨\áÅU WhÂÕó#P÷¸øª  ´BÞbE.
 >   >    @cç\ Pü$Ý E  0®@@ €
À¨\À¨\ ŵm&¢    pÿÿFá  ´BÞbE¨
 >   >    Pü$Ý @cç\ E 0  @ @OÀ¨\À¨\Å ÃpQöµm&£pЙ  ´BÞbEr <   <    @cç\ Pü$Ý E  (®A@ €%À¨\À¨\ ŵm&£ÃpQ÷Pÿÿ^-        CÞbE¿ê n   n    @cç\ Pü$Ý E  `®B@ €ìÀ¨\À¨\ ŵm&£ÃpQ÷PÿÿðX   3  /Eb؍‡û{Q²ŠÛ½)í	® \'# ¤÷` ¼­ÍM     5 / CÞbEõê 6   6    Pü$Ý @cç\ E (ÿý@ @YÀ¨\À¨\Å ÃpQ÷µm&ÛPÐG%  CÞbEÂì h  h   Pü$Ý @cç\ EZÿþ@ @þ%À¨\À¨\Å ÃpQ÷µm&ÛPÐz.   J  FEbÞC󉚄$͍®‚ÞN DÔ
KLü°ëCáî Â?Œú6}“«!'H¨ËД!+ÿFd£=>P¨	.÷zØOÇ  Õ Ñ Î Ë0‚Ç0‚¯ 0	*†H†÷ 0u10UEB CA10USophia-Antipolis10	UFR1)0'	*†H†÷	ca at sbcsipsophia.dyndns.org10U
ALCATEL0
061108111249Z071108111249Z0‘10	UFR10USophia-Antipolis10	U
EB10	UEB1 0
Usbcsipsophia.dyndns.org1+0)	*†H†÷	
user at sbcsipsophia.dyndns.org0\0	*†H†÷ K 0HA š7*ÌuCBF¾ooV
%x»˜pž›‡=BµÚå^a™¯¢Ý`øaÜ ³‰ÛÃ¥hÉÙÕí(ð6’ü_ýe £00	U
0 0	*†H†÷ ‚ F{@Ç\níbDì˜3ŸÔGÈ
“MËY)Ý©Q M©z€¡j¥
·¥ƒ
}7
¾íx„ÕKo€<S[FâU˜)ÿrƳµ€
QÈ<®ù8Ýàf8ò9blJ<»èÎV†
;4ìáX%F;Ê©™:"òËbÊc‰	(¦vH?3Å‹˜p½
& ?¸
:íw`TՏuGºl‡]´éÌ!g¨7ŒÁl$Åù¼R™°—.×ý8ÅÛñЈ‚¡\〼èR5|»ÉJˆÄÕ Ê"Š)>ï4äˆÉew»Éª÷k°ÿaʪØ%UBpU’ vòê#í>(~ø´Žº    CÞbE"ù °   °    @cç\ Pü$Ý E  ¢®C@ €©À¨\À¨\ ŵm&ÛÃpU)PüÍâE   F  B @BKærK'Á]TܘŸÙ`Η.j)ƒ¹¸Ûfs?®ö™’Dæµ.¦1lžª-ùÚõl_÷
wüoÂ	KU5:m  $  @š&,JU¬Ì—ªê¢ÚOØ>8CHÔ
¿iÍÅû5]•CÞbEw <   <    Pü$Ý @cç\ E .ÿÿ@ @QÀ¨\À¨\Å ÃpU)µm'UPÐ-g   CÞbEÕ _   _    Pü$Ý @cç\ E Q  @ @.À¨\À¨\Å ÃpU/µm'UPÐ_Y   $  R4[JÚA(Ujt"ùÊ>ÛÀט™®»œˆu
¤3ÞCÞbEB <   <    @cç\ Pü$Ý E  (®D@ €"À¨\À¨\ ŵm'UÃpUXPüž]{        CÞbE0	 ý  ý   @cç\ Pü$Ý E ï®E@ €ZÀ¨\À¨\ ŵm'UÃpUXPüžßŒ  ÂREGISTER sip:sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 801 REGISTER
Max-Forwards: 70
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Via: SIP/2.0/TLS 192.168.92.23:5061;rport;branch=z9hG4bK20202
Content-Length: 0

nÿ¶¨ì‡÷jì[˜¶éÜŠñÙP¾CÞbEé2	 '  '   Pü$Ý @cç\ E @ @ÿdÀ¨\À¨\Å ÃpUXµm)
P —ó  ìSIP/2.0 100 Trying
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 801 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK20202
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

],¯yÓ[ºbÐ×Re?#¡	„@ÓCÞbE[4	 à  à   Pü$Ý @cç\ Eµ @ @þÇÀ¨\À¨\Å ÃpWIµm)
P ¾µ  ˆSIP/2.0 401 Unauthorized
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.e5fe
Call-ID: 11753 at 192.168.92.23
CSeq: 801 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK20202
WWW-Authenticate: Digest realm="sbcsipsophia.dyndns.org", nonce="4562df6f9b3b0c238e95630395dfa8edc1b95792"
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

·=ˆÎv7i%}–e#‰y[ª§ÎCÞbE95	 <   <    @cç\ Pü$Ý E  (®F@ € À¨\À¨\ ŵm)
ÃpYÖPÿÿSÕ        CÞbEç>	 ý  ý   @cç\ Pü$Ý E ï®G@ €XÀ¨\À¨\ ŵm)
ÃpYÖPÿÿ®[  ÂREGISTER sip:sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 801 REGISTER
Max-Forwards: 70
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Via: SIP/2.0/TLS 192.168.92.23:5061;rport;branch=z9hG4bK20202
Content-Length: 0

ʆz§J1-r’qqB€
Ûˆ)¤CÞbE–A	 '  '   Pü$Ý @cç\ E @ @ÿbÀ¨\À¨\Å ÃpYÖµm*ãP
P
4  ìSIP/2.0 100 Trying
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 801 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK20202
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

“ôW¨Âf6ÚõËN$̾¶µHO_CÞbENB	 à  à   Pü$Ý @cç\ Eµ @ @þÅÀ¨\À¨\Å Ãp[ǵm*ãP
P2›  ˆSIP/2.0 401 Unauthorized
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.e5fe
Call-ID: 11753 at 192.168.92.23
CSeq: 801 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK20202
WWW-Authenticate: Digest realm="sbcsipsophia.dyndns.org", nonce="4562df6f9b3b0c238e95630395dfa8edc1b95792"
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

âX•Àšaù8v ç¯U/¶CÞbE"C	 <   <    @cç\ Pü$Ý E  (®H@ €
À¨\À¨\ ŵm*ãÃp^TPûR        CÞbEŠ	 Ö  Ö   @cç\ Pü$Ý E È®I@ €}À¨\À¨\ ŵm*ãÃp^TPûQÄ  ›REGISTER sip:sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 802 REGISTER
Max-Forwards: 70
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Authorization: Digest algorithm="MD5", username="810", realm="sbcsipsophia.dyndns.org", nonce="4562df6f9b3b0c238e95630395dfa8edc1b95792", uri="sip:sbcsipsophia.dyndns.org", response="9ff0741f9e5f3178502a1efc9d59751f"
Via: SIP/2.0/TLS 192.168.92.23:5061;rport;branch=z9hG4bK2999
Content-Length: 0

4>#Ö9®óóÈ’/æ˶³<Ÿ¼CÞbE÷Œ	 &  &   Pü$Ý @cç\ E @ @ÿaÀ¨\À¨\Å Ãp^Tµm-ƒP" 
>  ëSIP/2.0 100 Trying
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 802 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK2999
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

ä—[ì‹eü*£’27ÎOr»CÞbEK—	 Ž  Ž   Pü$Ý @cç\ E€ @ @þøÀ¨\À¨\Å Ãp`Dµm-ƒP" ø  SSIP/2.0 200 OK
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.aaa3
Call-ID: 11753 at 192.168.92.23
CSeq: 802 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK2999
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>;expires=1000
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

ž¯]FÈÉX|p—Q{‘âõË—CÞbEW˜	 <   <    @cç\ Pü$Ý E  (®J@ €
À¨\À¨\ ŵm-ƒÃpbœPÿÿF¨        GÞbE:® þ  þ   @cç\ PºÈ+ E ðп@ €íßÀ¨\À¨\áÅU WhÂÕó#P÷¸R`  ÃINVITE sip:810 at sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 23326 at 192.168.92.22
CSeq: 501 INVITE
Max-Forwards: 70
Contact: <sip:800 at 192.168.92.22:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Supported: 100rel
Content-Type: application/sdp
Via: SIP/2.0/TLS 192.168.92.22:5061;rport;branch=z9hG4bK6111
Content-Length: 196

v=0
o=- 3344 3344 IN IP4 192.168.92.22
s=Minisip Session
t=0 0
m=audio 30852 RTP/AVP 0 101
c=IN IP4 192.168.92.22
a=rtpmap:0 PCMU/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
ë´Õv;QWª¼ÛÚ¦tJ ö9GÞbEtº å  å   PºÈ+ @cç\ E×B^@ @¼JÀ¨\À¨\ÅáÂÕó#U Z0P$(×Æ  ªSIP/2.0 407 Proxy Authentication Required
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.c124
Call-ID: 23326 at 192.168.92.22
CSeq: 501 INVITE
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK6111
Proxy-Authenticate: Digest realm="sbcsipsophia.dyndns.org", nonce="4562df73654f9a0b0d8cb999af31f66c5313b04e"
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6294 req_src_ip=192.168.92.22 req_src_port=4065 in_uri=sip:810 at sbcsipsophia.dyndns.org out_uri=sip:810 at sbcsipsophia.dyndns.org via_cnt==1"

}ÔþaÙ÷ðL\‡4ì8)–®ÕGÞbEÄÞ Ó  Ó   @cç\ PºÈ+ E ÅÐÀ@ €ï	À¨\À¨\áÅU Z0ÂÕõÒPü ùM  ˜ACK sip:810 at sbcsipsophia.dyndns.org SIP/2.0
Max-Forwards: 70
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
Call-ID: 23326 at 192.168.92.22
CSeq: 501 ACK
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.c124
Via: SIP/2.0/TLS 192.168.92.22:5061;rport;branch=z9hG4bK6111
Content-Length: 0

R ô—iÑ1 \¯aåoÆäíúHÞbEÊ1  6   6    PºÈ+ @cç\ E (B_@ @¾øÀ¨\À¨\ÅáÂÕõÒU [ÍP)¸¿—  HÞbE 3  â  â   @cç\ PºÈ+ E ÔÐÁ@ €ìùÀ¨\À¨\áÅU [ÍÂÕõÒPü xô  §INVITE sip:810 at sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 23326 at 192.168.92.22
CSeq: 502 INVITE
Max-Forwards: 70
Contact: <sip:800 at 192.168.92.22:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Supported: 100rel
Proxy-Authorization: Digest algorithm="MD5", username="800", realm="sbcsipsophia.dyndns.org", nonce="4562df73654f9a0b0d8cb999af31f66c5313b04e", uri="sip:810 at sbcsipsophia.dyndns.org", response="ba3dbdce2ce68b545c0152a87fcd7aca"
Content-Type: application/sdp
Via: SIP/2.0/TLS 192.168.92.22:5061;rport;branch=z9hG4bK4039
Content-Length: 196

v=0
o=- 3344 3344 IN IP4 192.168.92.22
s=Minisip Session
t=0 0
m=audio 30852 RTP/AVP 0 101
c=IN IP4 192.168.92.22
a=rtpmap:0 PCMU/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15

"6ÓçAÞ¸ïî
.ÕÙ\ÐHÞbE at 3  6   6    PºÈ+ @cç\ E (B`@ @¾÷À¨\À¨\ÅáÂÕõÒU _yP/¼µç  HÞbEú™  _  _   PºÈ+ @cç\ EQBa@ @¼ÍÀ¨\À¨\ÅáÂÕõÒU _yP/¼”ò  $SIP/2.0 100 trying -- your call is important to us
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 23326 at 192.168.92.22
CSeq: 502 INVITE
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK4039
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6294 req_src_ip=192.168.92.22 req_src_port=4065 in_uri=sip:810 at sbcsipsophia.dyndns.org out_uri=sip:810 at 192.168.92.23:5061;transport=TLS via_cnt==1"

ö+B€ÞÓ ØÅFÏ
·¿?
vsHÞbE¨›  J   J    Pü$Ý @cç\ E <à¾@ @ „À¨\À¨\¹òÅÃDRF     Ð]  ´
v²ø    HÞbEgœ  N   N    @cç\ Pü$Ý E  @®M@ €À¨\À¨\ŹòÉ·
ÃDRG°ÿÿ0o  ´ 
        HÞbE¸œ  B   B    Pü$Ý @cç\ E 4à¿@ @ ‹À¨\À¨\¹òÅÃDRGÉ·
€´´  
v²ø    HÞbE»¡  v   v    Pü$Ý @cç\ E hàÀ@ @ VÀ¨\À¨\¹òÅÃDRGÉ·
€´sA  
v²ù     /  +EbÞHA(”ü¦0íïĶ¢nBÐ!aAuW¯¾š#.     HÞbEŸ£  J  J   @cç\ Pü$Ý E <®N@ €À¨\À¨\ŹòÉ·
ÃDR{€ÿËs¡  
 -¼·v²ù J  FEbØ’}7t¹Å♺9Ñ€³LD çãþ:–ÌT% ‘.®Z"(ñC>>vRo&èõ©ƒhf¦˜±ù#±Í  ¡  š —0‚“0‚ü	 ˆV‚ c0	*†H†÷ 0¹10	UFR10UFRANCE10USOPHIA ANTIPOLIS10U
ABS TEST CERT AUTH10UINNOVATION TEAM10UPHILIPPE TORRELLI1+0)	*†H†÷	
philippe.torrelli at alcatel.fr0
061016085745Z071016085745Z0¥10	UFR10UFRANCE10USOPHIA ANTIPOLIS10U
ALCATEL10UPEOPLE10UPHILIPPE TORRELLI1+0)	*†H†÷	
philippe.torrelli at alcatel.fr0\0	*†H†÷ K 0HA ¯e«ªÁ[H4üéþC_°€§$¤LpúôJµŠ‰}º;³œæ‚£SÁŽ®âÚ‡‘i`àloÀÿœŠ_¸] 0	*†H†÷  (¯-jXg$	AïõåÇä:¹µ[48›vZÜ>íçˁ/2Çð“]ó–fY“«ŒpKKõÊÓ
p˜} @<ª}@Yf¸FÍ`ª4|*l¾áCdH’¹å£_¬MÅPIUëDaÍ•»ªî™èÈ4#vhM/±È–(JPé   @     HÞbEï£  B   B    Pü$Ý @cç\ E 4àÁ@ @ ‰À¨\À¨\¹òÅÃDR{É·"&€8òq  
v²ù -¼·HÞbEˆ¿  á  á   Pü$Ý @cç\ EÓàÂ@ @
éÀ¨\À¨\¹òÅÃDR{É·"&€8Uv  
v²û -¼·Õ Ñ Î Ë0‚Ç0‚¯ 0	*†H†÷ 0u10UEB CA10USophia-Antipolis10	UFR1)0'	*†H†÷	ca at sbcsipsophia.dyndns.org10U
ALCATEL0
061108111249Z071108111249Z0‘10	UFR10USophia-Antipolis10	U
EB10	UEB1 0
Usbcsipsophia.dyndns.org1+0)	*†H†÷	
user at sbcsipsophia.dyndns.org0\0	*†H†÷ K 0HA š7*ÌuCBF¾ooV
%x»˜pž›‡=BµÚå^a™¯¢Ý`øaÜ ³‰ÛÃ¥hÉÙÕí(ð6’ü_ýe £00	U
0 0	*†H†÷ ‚ F{@Ç\níbDì˜3ŸÔGÈ
“MËY)Ý©Q M©z€¡j¥
·¥ƒ
}7
¾íx„ÕKo€<S[FâU˜)ÿrƳµ€
QÈ<®ù8Ýàf8ò9blJ<»èÎV†
;4ìáX%F;Ê©™:"òËbÊc‰	(¦vH?3Å‹˜p½
& ?¸
:íw`TՏuGºl‡]´éÌ!g¨7ŒÁl$Åù¼R™°—.×ý8ÅÛñЈ‚¡\〼èR5|»ÉJˆÄÕ Ê"Š)>ï4äˆÉew»Éª÷k°ÿaʪØ%UBpU’ vòê#í>(~ø´Žº F  B @uö9á3®þè[\Ç@YE¿Ñkÿ`›‹S°»—æ¾}£øÚRH4OÚ˜ÛfØèÊâQ
ŠÖrÓ
ýNuÂ2 F  B @A„µ¤Nf&e=Áœ™&(Ö„ÊÀ„†šòë0ã·tuÎÚã]¢©e¾çhS¼Ä×D¥tðµ{IÑ>¾2ü  $  ìN?‰-e?ïT¦_
lò/eéLCߣ^
ˆÝШHÞbElÌ  q   q    @cç\ Pü$Ý E  c®O@ €ÜÀ¨\À¨\ŹòÉ·"&ÃDV€ü,¡³  
 -¼·v²û  $  7UuÊþÆ ™„©
£õTÚÖK üµñCq%¬Ì§HÞbE_Ð       Pü$Ý @cç\ EqàÃ@ @
JÀ¨\À¨\¹òÅÃDVÉ·"U€8ü—  
v²ü -¼·8INVITE sip:810 at 192.168.92.23:5061;transport=TLS SIP/2.0
Record-Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 23326 at 192.168.92.22
CSeq: 502 INVITE
Max-Forwards: 69
Contact: <sip:800 at 192.168.92.22:5061;transport=TLS>;expires=1000
User-Agent: Minisip
Supported: 100rel
Content-Type: application/sdp
Via: SIP/2.0/TLS 192.168.92.1:5061;branch=z9hG4bK834f.cf90ea96.0;i=1
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK4039
Content-Length: 196

v=0
o=- 3344 3344 IN IP4 192.168.92.22
s=Minisip Session
t=0 0
m=audio 30852 RTP/AVP 0 101
c=IN IP4 192.168.92.22
a=rtpmap:0 PCMU/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
úHléf—.
 7  %ÒínHÞbE J  J   @cç\ Pü$Ý E <®P@ €À¨\À¨\ŹòÉ·"UÃDYW€ÿÿáü  
 -¼·v²üSIP/2.0 180 Ringing
Max-Forwards: 70
Record-Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
Call-ID: 23326 at 192.168.92.22
CSeq: 502 INVITE
Via: SIP/2.0/TLS 192.168.92.1:5061;branch=z9hG4bK834f.cf90ea96.0;i=1
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK4039
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>
Content-Length: 0

{WÊ8j€Nb_î+¯jŒóœHÞbEÛ ø  ø   PºÈ+ @cç\ EêBb@ @½3À¨\À¨\ÅáÂÕ÷ûU _yP/¼«a  ½SIP/2.0 180 Ringing
Max-Forwards: 70
Record-Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
Call-ID: 23326 at 192.168.92.22
CSeq: 502 INVITE
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK4039
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>
Content-Length: 0

é›^ Öd!â½85#Ø’tŒ@dœHÞbEí! <   <    @cç\ PºÈ+ E  (ÐÂ@ €ð¤À¨\À¨\áÅU _yÂÕù½Pøé¢  P€HÞbEÒ¨ B   B    Pü$Ý @cç\ E 4àÄ@ @ †À¨\À¨\¹òÅÃDYWÉ·$]€¼çÉ  
v³
 -¼·IÞbE߈      @cç\ Pü$Ý E ú®U@ €?À¨\À¨\ŹòÉ·$]ÃDYW€ÿÿP)  
 -¼Év³
ÁSIP/2.0 200 OK
Max-Forwards: 70
Record-Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
Call-ID: 23326 at 192.168.92.22
CSeq: 502 INVITE
Via: SIP/2.0/TLS 192.168.92.1:5061;branch=z9hG4bK834f.cf90ea96.0;i=1
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK4039
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>
Content-Type: application/sdp
Content-Length: 162

v=0
o=- 3344 3344 IN IP4 192.168.92.23
s=Minisip Session
t=0 0
m=audio 33224 RTP/AVP 0
c=IN IP4 192.168.92.23
a=fmtp:0 PCMU/8000/1
a=rtpmap:0 PCMU/8000/1
€=2k 
âßɃGÇ߃kóƒIÞbEG‰ B   B    Pü$Ý @cç\ E 4àÅ@ @ 
À¨\À¨\¹òÅÃDYWÉ·'#€
@áÁ  
v´¶ -¼ÉIÞbEÒŒ ¶  ¶   PºÈ+ @cç\ E¨Bc@ @¼tÀ¨\À¨\ÅáÂÕù½U _yP/¼‰¤  {SIP/2.0 200 OK
Max-Forwards: 70
Record-Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
Call-ID: 23326 at 192.168.92.22
CSeq: 502 INVITE
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK4039
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>
Content-Type: application/sdp
Content-Length: 162

v=0
o=- 3344 3344 IN IP4 192.168.92.23
s=Minisip Session
t=0 0
m=audio 33224 RTP/AVP 0
c=IN IP4 192.168.92.23
a=fmtp:0 PCMU/8000/1
a=rtpmap:0 PCMU/8000/1
V²3m/þ`VA§b S0(¸IÞbE)à «  «   @cç\ PºÈ+ E ÐÆ@ €î+À¨\À¨\áÅU _yÂÕü=Pü %@  pACK sip:810 at 192.168.92.23:5061 SIP/2.0
Max-Forwards: 70
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
CSeq: 502 ACK
Call-ID: 23326 at 192.168.92.22
Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
Proxy-Authorization: Digest algorithm="MD5", username="800", realm="sbcsipsophia.dyndns.org", nonce="4562df73654f9a0b0d8cb999af31f66c5313b04e", uri="sip:810 at sbcsipsophia.dyndns.org", response="ba3dbdce2ce68b545c0152a87fcd7aca"
Via: SIP/2.0/TLS 192.168.92.22:5061;rport;branch=z9hG4bK1576
Content-Length: 0

ßÆ´OZ¡*
°Ó“e!/&!×ÃIÞbE¡z 6   6    PºÈ+ @cç\ E (Bd@ @¾óÀ¨\À¨\ÅáÂÕü=U aîP7¥¯  SÞbE”ß È  È   @cç\ Pü$Ý E º°C@ €‘À¨\À¨\ ŵm-ƒÃpbœPÿÿ›Ñ  BYE sip:800 at 192.168.92.22:5061 SIP/2.0
Max-Forwards: 70
From: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
To: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
CSeq: 401 BYE
Call-ID: 23326 at 192.168.92.22
Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
Via: SIP/2.0/TLS 192.168.92.23:5061;rport;branch=z9hG4bK18016
Content-Length: 0

«þÑŽkC˜Fž†kù¶Zäëæ<SÞbE~ð i  i   Pü$Ý @cç\ E[ @ @ÿ
À¨\À¨\Å Ãpbœµm/P'`Ÿ‰  .SIP/2.0 477 Unfortunately error on sending to next hop occurred (477/TM)
From: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
To: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
CSeq: 401 BYE
Call-ID: 23326 at 192.168.92.22
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK18016
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:800 at 192.168.92.22:5061 out_uri=sip:800 at 192.168.92.22:5061 via_cnt==1"

ž¦®>ãŽcq“éï9¨:³ÎRWkSÞbE¶c <   <    @cç\ Pü$Ý E  (°D@ €"À¨\À¨\ ŵm/ÃpdÏPýÌE        WÞbE*Ÿ ¥  ¥   @cç\ PºÈ+ E —Ó @ €ëWÀ¨\À¨\áÅU aîÂÕü=Pü ^
  jBYE sip:810 at 192.168.92.23:5061 SIP/2.0
Max-Forwards: 70
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
CSeq: 503 BYE
Call-ID: 23326 at 192.168.92.22
Route: <sip:192.168.92.1:5061;transport=tls;lr=on;ftag=20435;calleenat=yes;callernat=yes>
Proxy-Authorization: Digest algorithm="MD5", username="800", realm="sbcsipsophia.dyndns.org", nonce="4562df73654f9a0b0d8cb999af31f66c5313b04e", uri="sip:810 at 192.168.92.23:5061", response="08f006ab92aec776da3250c8578d60fd"
Via: SIP/2.0/TLS 192.168.92.22:5061;rport;branch=z9hG4bK104
Content-Length: 0

1`~u=¨\ 4¥e¨ê\¹WÞbEˆŸ 6   6    PºÈ+ @cç\ E (Be@ @¾òÀ¨\À¨\ÅáÂÕü=U d]P>l›è  WÞbEଠg  g   PºÈ+ @cç\ EYBf@ @¼ÀÀ¨\À¨\ÅáÂÕü=U d]P>lpÉ  ,SIP/2.0 477 Unfortunately error on sending to next hop occurred (477/TM)
From: <sip:800 at sbcsipsophia.dyndns.org>;tag=20435
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=8769
CSeq: 503 BYE
Call-ID: 23326 at 192.168.92.22
Via: SIP/2.0/TLS 192.168.92.22:5061;rport=4065;branch=z9hG4bK104
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6294 req_src_ip=192.168.92.22 req_src_port=4065 in_uri=sip:810 at 192.168.92.23:5061 out_uri=sip:810 at 192.168.92.23:5061 via_cnt==1"

ÛŽ€ñÍÄÃ}mð}€ðE>WÞbEs¯ <   <    @cç\ PºÈ+ E  (Ó¡@ €íÅÀ¨\À¨\áÅU d]ÂÕþnPùÏÞS  ïðïðïïZÞbEhc Ô  Ô   @cç\ Pü$Ý E Æ°G@ €À¨\À¨\ ŵm/ÃpdÏPýÌ}  ™REGISTER sip:sbcsipsophia.dyndns.org SIP/2.0
Route: <sip:sbcsipsophia.dyndns.org:5061;lr=true;transport=TLS>
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 803 REGISTER
Max-Forwards: 70
Contact: <sip:810 at 192.168.92.23:5061;transport=TLS>;expires=0
User-Agent: Minisip
Authorization: Digest algorithm="MD5", username="810", realm="sbcsipsophia.dyndns.org", nonce="4562df6f9b3b0c238e95630395dfa8edc1b95792", uri="sip:sbcsipsophia.dyndns.org", response="9ff0741f9e5f3178502a1efc9d59751f"
Via: SIP/2.0/TLS 192.168.92.23:5061;rport;branch=z9hG4bK31536
Content-Length: 0

Êߊþùpãw„ƒ-ègWfZÞbE f '  '   Pü$Ý @cç\ E @ @ÿ]À¨\À¨\Å Ãpdϵm1³P, Ê»  ìSIP/2.0 100 Trying
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>
Call-ID: 11753 at 192.168.92.23
CSeq: 803 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK31536
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

È5€MñÁŽbk´Ûô‡‹
NwæZÞbEBq M  M   Pü$Ý @cç\ E? 	@ @ÿ6À¨\À¨\Å ÃpfÀµm1³P, ¹?  SIP/2.0 200 OK
From: <sip:810 at sbcsipsophia.dyndns.org>
To: <sip:810 at sbcsipsophia.dyndns.org>;tag=329cfeaa6ded039da25ff8cbb8668bd2.8e81
Call-ID: 11753 at 192.168.92.23
CSeq: 803 REGISTER
Via: SIP/2.0/TLS 192.168.92.23:5061;rport=4864;branch=z9hG4bK31536
Server: OpenSer (1.1.0-tls (i386/linux))
Content-Length: 0
Warning: 392 192.168.92.1:5061 "Noisy feedback tells:  pid=6293 req_src_ip=192.168.92.23 req_src_port=4864 in_uri=sip:sbcsipsophia.dyndns.org out_uri=sip:sbcsipsophia.dyndns.org via_cnt==1"

 Ys•QÒÄ›Q¾™ÔQ”_ZÞbEir <   <    @cç\ Pü$Ý E  (°H@ €
À¨\À¨\ ŵm1³Ãph×Pÿÿ<=        ZÞbEO³ <   <    @cç\ Pü$Ý E  (°I@ €
À¨\À¨\ ŵm1³Ãph×P  <9        ZÞbE¸³ <   <    @cç\ Pü$Ý E  (°J@ €
À¨\À¨\ŹòÉ·'#ÃDYWP  ›8        ZÞbE¼Z 6   6    PºÈ+ @cç\ E (Bg@ @¾ðÀ¨\À¨\ÅáÂÕþnU d]P>l™¶  ZÞbEv[ <   <    @cç\ PºÈ+ E  (Óµ@ €í±À¨\À¨\áÅU d]ÂÕþoPùÏÞR  ïðïðïïZÞbEK\ Q   Q    @cç\ PºÈ+ E  CÓ¶@ €í•À¨\À¨\áÅU d]ÂÕþoPùÏ3    Ñì¹$“ŠÃÐÅï%n\ªA<Ûo
ZÞbE}\ 6   6    PºÈ+ @cç\ E  (  @ @hÀ¨\À¨\ÅáÂÕþo    P  ‘Œ  


More information about the Devel mailing list