[SIP SIMPLE client] mwi subscription is sent also to buddies

Adrian Georgescu ag at ag-projects.com
Sat Oct 2 10:17:56 CEST 2010


This is caused by the fact that when the script starts, all configured SIP accounts from the middleware start as well not just the current one used to run the script. Implicitly they will all register and subscribe based on their own settings so you see more traffic then you expected.

What should happen, is that only the current account is activated and not the rest. For this the scripts will need to be modified.

Adrian

On Oct 2, 2010, at 10:01 AM, Juha Heinanen wrote:

> Adrian Georgescu writes:
>> I am not sure how the register script could Subscribe for MWI to other
>> users. It should not. I suspect the subscription comes from somebody
>> else.
>> 
>> Can you paste the full sip trace of the sipclient?
> 
> adrian,
> 
> here you go.
> 
> -- juha
> 
> -----------------------------------------------------------------------
> 
> $ sip-register -s -r 10
> using set_wakeup_fd
> Using configuration file '/home/jh/.sipclient/config'
> Using account jh at test.fi
> 
> Available control keys:
>  s: toggle SIP trace on the console
>  j: toggle PJSIP trace on the console
>  n: toggle notifications trace on the console
>  Ctrl-d: quit the program
>  ?: display this help message
> 2010-10-02 10:57:44.354431: SENDING: Packet 1, +0:00:00
> 192.98.102.10:60183 -(SIP over tls)-> 192.98.102.10:5061
> REGISTER sip:test.fi SIP/2.0
> Via: SIP/2.0/tls 192.98.102.10:60183;rport;branch=z9hG4bKPjEwPCMS3O6SYGkb3mjIiMny0vrQFC3Fpb
> Max-Forwards: 70
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=9onGRcfySTJlGpInzUL4zGLhnHD8Tf2L
> To: "Juha Heinanen" <sip:jh at test.fi>
> Contact: <sip:dplmyfnh at 192.98.102.10:56227;transport=tls>
> Call-ID: YLQ7hIIFXwjMyN..wT2-k3f75cskY0cv
> CSeq: 1 REGISTER
> Expires: 600
> User-Agent: sipsimple 0.16.1
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.357859: SENDING: Packet 2, +0:00:00.003428
> 192.98.102.10:60183 -(SIP over tls)-> 192.98.102.10:5061
> SUBSCRIBE sip:jh at vm.test.fi SIP/2.0
> Via: SIP/2.0/tls 192.98.102.10:60183;rport;branch=z9hG4bKPjSeoiqWRHKoHZsJWVj9Vt-mIgAxh63u4s
> Max-Forwards: 70
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM
> To: <sip:jh at vm.test.fi>
> Contact: <sip:dplmyfnh at 192.98.102.10:56227;transport=tls>
> Call-ID: XwJAsAvBYGTsdpgygpDJ2NQWFuQTrcuM
> CSeq: 10268 SUBSCRIBE
> Route: <sip:192.98.102.10;transport=tls;lr>
> Event: message-summary
> Expires: 600
> Accept: application/simple-message-summary
> Allow-Events: presence.winfo, message-summary, xcap-diff, presence
> User-Agent: sipsimple 0.16.1
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.486744: RECEIVED: Packet 3, +0:00:00.132313
> 192.98.102.10:5061 -(SIP over tls)-> 192.98.102.10:60183
> SIP/2.0 401 Unauthorized
> Via: SIP/2.0/tls 192.98.102.10:60183;rport=60183;branch=z9hG4bKPjEwPCMS3O6SYGkb3mjIiMny0vrQFC3Fpb
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=9onGRcfySTJlGpInzUL4zGLhnHD8Tf2L
> To: "Juha Heinanen" <sip:jh at test.fi>;tag=d1a4b41581077e5e9a5de6b4ac7c30b6.7f73
> Call-ID: YLQ7hIIFXwjMyN..wT2-k3f75cskY0cv
> CSeq: 1 REGISTER
> WWW-Authenticate: Digest realm="test.fi", nonce="TKbnIkym5faOyGK2xd8qWKVJMDD1ohgocETUwoA=", qop="auth"
> Server: OpenXg SIP Proxy  (3.1.0-pre1 (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44.487334: SENDING: Packet 4, +0:00:00.132903
> 192.98.102.10:60183 -(SIP over tls)-> 192.98.102.10:5061
> REGISTER sip:test.fi SIP/2.0
> Via: SIP/2.0/tls 192.98.102.10:60183;rport;branch=z9hG4bKPjXvcCEMHiOb21dC4FWTCulr2POxnk7hJ9
> Max-Forwards: 70
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=9onGRcfySTJlGpInzUL4zGLhnHD8Tf2L
> To: "Juha Heinanen" <sip:jh at test.fi>
> Contact: <sip:dplmyfnh at 192.98.102.10:56227;transport=tls>
> Call-ID: YLQ7hIIFXwjMyN..wT2-k3f75cskY0cv
> CSeq: 2 REGISTER
> Expires: 600
> User-Agent: sipsimple 0.16.1
> Authorization: Digest username="jh", realm="test.fi", nonce="TKbnIkym5faOyGK2xd8qWKVJMDD1ohgocETUwoA=", uri="sip:test.fi", response="f40b0003fd6e1b6378ebfb69dd917316", cnonce="VDu-xzTpnr9n8myfI1A7obTvwxeiMGNa", qop=auth, nc=00000001
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.508183: DNS lookup NAPTR test.fi succeeded, ttl=3600: 10 0 "s" "SIP+D2U" "" _sip._udp.test.fi., 10 0 "s" "SIP+D2T" "" _sip._tcp.test.fi.
> 2010-10-02 10:57:44.503404: RECEIVED: Packet 5, +0:00:00.148973
> 192.98.102.10:5061 -(SIP over tls)-> 192.98.102.10:60183
> SIP/2.0 407 Proxy Authentication Required
> Via: SIP/2.0/tls 192.98.102.10:60183;rport=60183;branch=z9hG4bKPjSeoiqWRHKoHZsJWVj9Vt-mIgAxh63u4s
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM
> To: <sip:jh at vm.test.fi>;tag=d1a4b41581077e5e9a5de6b4ac7c30b6.b58f
> Call-ID: XwJAsAvBYGTsdpgygpDJ2NQWFuQTrcuM
> CSeq: 10268 SUBSCRIBE
> Proxy-Authenticate: Digest realm="test.fi", nonce="TKbnIkym5fb8fMR6GaHdmJR/w0zgApS7cETVw4A=", qop="auth"
> Server: OpenXg SIP Proxy  (3.1.0-pre1 (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44.503887: SENDING: Packet 6, +0:00:00.149456
> 192.98.102.10:60183 -(SIP over tls)-> 192.98.102.10:5061
> SUBSCRIBE sip:jh at vm.test.fi SIP/2.0
> Via: SIP/2.0/tls 192.98.102.10:60183;rport;branch=z9hG4bKPj9fD00eTlE1DLVwaulEgmBj8Ay0FvNfDJ
> Max-Forwards: 70
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM
> To: <sip:jh at vm.test.fi>
> Contact: <sip:dplmyfnh at 192.98.102.10:56227;transport=tls>
> Call-ID: XwJAsAvBYGTsdpgygpDJ2NQWFuQTrcuM
> CSeq: 10269 SUBSCRIBE
> Route: <sip:192.98.102.10;transport=tls;lr>
> Event: message-summary
> Expires: 600
> Accept: application/simple-message-summary
> Allow-Events: presence.winfo, message-summary, xcap-diff, presence
> User-Agent: sipsimple 0.16.1
> Proxy-Authorization: Digest username="jh", realm="test.fi", nonce="TKbnIkym5fb8fMR6GaHdmJR/w0zgApS7cETVw4A=", uri="sip:jh at vm.test.fi", response="49a748af50bb58fdfa39f059e727cc21", cnonce="gj0fCTY8axGEVJNymiIPGshes3Y5-jOW", qop=auth, nc=00000001
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.539566: DNS lookup NAPTR test.fi succeeded, ttl=3600: 10 0 "s" "SIP+D2U" "" _sip._udp.test.fi., 10 0 "s" "SIP+D2T" "" _sip._tcp.test.fi.
> 2010-10-02 10:57:44.533678: RECEIVED: Packet 7, +0:00:00.179247
> 192.98.102.10:5061 -(SIP over tls)-> 192.98.102.10:60183
> SIP/2.0 200 OK
> Via: SIP/2.0/tls 192.98.102.10:60183;rport=60183;branch=z9hG4bKPjXvcCEMHiOb21dC4FWTCulr2POxnk7hJ9
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=9onGRcfySTJlGpInzUL4zGLhnHD8Tf2L
> To: "Juha Heinanen" <sip:jh at test.fi>;tag=d1a4b41581077e5e9a5de6b4ac7c30b6.10b2
> Call-ID: YLQ7hIIFXwjMyN..wT2-k3f75cskY0cv
> CSeq: 2 REGISTER
> Contact: <sip:test at test.fi>;q=0.599;expires=3008961032, <sip:dplmyfnh at 192.98.102.10:56227;transport=tls>;q=0.5;expires=600
> Server: OpenXg SIP Proxy  (3.1.0-pre1 (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44 Registered contact "sip:dplmyfnh at 192.98.102.10:56227;transport=tls" for sip:jh at test.fi at 192.98.102.10:5061;transport=tls (expires in 600 seconds).
> Other registered contacts:
>  sip:test at test.fi (expires in -1286006264 seconds)
> 2010-10-02 10:57:44.587921: DNS lookup SRV _stun._udp.test.fi failed: DNS record does not exist
> 2010-10-02 10:57:44.665680: DNS lookup SRV _sip._udp.test.fi. succeeded, ttl=3600: 0 0 5060 sip.test.fi.
> 2010-10-02 10:57:44.672651: DNS lookup SRV _sip._udp.test.fi. succeeded, ttl=3600: 0 0 5060 sip.test.fi.
> 2010-10-02 10:57:44.710557: DNS lookup SRV _stun._udp.test.fi failed: DNS record does not exist
> 2010-10-02 10:57:44.723690: DNS lookup A sip.test.fi. succeeded, ttl=3600: 192.98.102.10
> 2010-10-02 10:57:44.730576: DNS lookup A sip.test.fi. succeeded, ttl=3600: 192.98.102.10
> 2010-10-02 10:57:44.783878: DNS lookup SRV _stun._udp.test.fi failed: DNS record does not exist
> 2010-10-02 10:57:44.791691: DNS lookup SRV _sip._tcp.test.fi. succeeded, ttl=3600: 0 0 5060 sip.test.fi.
> 2010-10-02 10:57:44.799014: DNS lookup SRV _sip._tcp.test.fi. succeeded, ttl=3600: 0 0 5060 sip.test.fi.
> 2010-10-02 10:57:44.808805: DNS lookup A sip.test.fi. succeeded, ttl=3600: 192.98.102.10
> 2010-10-02 10:57:44.814220: DNS lookup A sip.test.fi. succeeded, ttl=3600: 192.98.102.10
> 2010-10-02 10:57:44.819271: SENDING: Packet 8, +0:00:00.464840
> 87.95.61.182:38859 -(SIP over UDP)-> 192.98.102.10:5060
> SUBSCRIBE sip:foo at test.fi SIP/2.0
> Via: SIP/2.0/UDP 87.95.61.182:38859;rport;branch=z9hG4bKPjw-bReQx0eO1JFrSd8mli7-B3E0P0Mn5x
> Max-Forwards: 70
> From: <sip:foo at test.fi>;tag=F8v5bNK0bh125ysuJQJp74Ashs5LuoL2
> To: <sip:foo at test.fi>
> Contact: <sip:bcnvqrkd at 192.98.102.10:38859>
> Call-ID: uxeMPm3H8HvfnRkY2trxhYGnDBqhRr6e
> CSeq: 22113 SUBSCRIBE
> Route: <sip:192.98.102.10;lr>
> Event: message-summary
> Expires: 600
> Accept: application/simple-message-summary
> Allow-Events: presence.winfo, message-summary, xcap-diff, presence
> User-Agent: sipsimple 0.16.1
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.822236: RECEIVED: Packet 9, +0:00:00.467805
> 192.98.102.10:5060 -(SIP over UDP)-> 87.95.61.182:38859
> SIP/2.0 407 Proxy Authentication Required
> Via: SIP/2.0/UDP 87.95.61.182:38859;rport=38859;branch=z9hG4bKPjw-bReQx0eO1JFrSd8mli7-B3E0P0Mn5x;received=192.98.102.10
> From: <sip:foo at test.fi>;tag=F8v5bNK0bh125ysuJQJp74Ashs5LuoL2
> To: <sip:foo at test.fi>;tag=d1a4b41581077e5e9a5de6b4ac7c30b6.7387
> Call-ID: uxeMPm3H8HvfnRkY2trxhYGnDBqhRr6e
> CSeq: 22113 SUBSCRIBE
> Proxy-Authenticate: Digest realm="test.fi", nonce="TKbnI0ym5fey1tK7MvIkp/c9IjkEQY0fcETWxIA=", qop="auth"
> Server: OpenXg SIP Proxy  (3.1.0-pre1 (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44.822832: SENDING: Packet 10, +0:00:00.468401
> 87.95.61.182:38859 -(SIP over UDP)-> 192.98.102.10:5060
> SUBSCRIBE sip:foo at test.fi SIP/2.0
> Via: SIP/2.0/UDP 87.95.61.182:38859;rport;branch=z9hG4bKPjg952Fapt6KQwh0c1bdl-I4KD9..pN96m
> Max-Forwards: 70
> From: <sip:foo at test.fi>;tag=F8v5bNK0bh125ysuJQJp74Ashs5LuoL2
> To: <sip:foo at test.fi>
> Contact: <sip:bcnvqrkd at 192.98.102.10:38859>
> Call-ID: uxeMPm3H8HvfnRkY2trxhYGnDBqhRr6e
> CSeq: 22114 SUBSCRIBE
> Route: <sip:192.98.102.10;lr>
> Event: message-summary
> Expires: 600
> Accept: application/simple-message-summary
> Allow-Events: presence.winfo, message-summary, xcap-diff, presence
> User-Agent: sipsimple 0.16.1
> Proxy-Authorization: Digest username="foo", realm="test.fi", nonce="TKbnI0ym5fey1tK7MvIkp/c9IjkEQY0fcETWxIA=", uri="sip:foo at test.fi", response="0d93c6384ac7b4eaf100723b9dd84eb0", cnonce="zMB69e4z1iR.mW4AiWYUISr4oA9juGJ9", qop=auth, nc=00000001
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.836325: SENDING: Packet 11, +0:00:00.481894
> 87.95.61.182:38859 -(SIP over UDP)-> 192.98.102.10:5060
> SUBSCRIBE sip:test at test.fi SIP/2.0
> Via: SIP/2.0/UDP 87.95.61.182:38859;rport;branch=z9hG4bKPjahoVa.WSX91DLxpbNpTBKrYFkrRfg5lf
> Max-Forwards: 70
> From: <sip:test at test.fi>;tag=bsSIaKc9JiRgefWeP9s3MgCFWKFRrkBp
> To: <sip:test at test.fi>
> Contact: <sip:dmapcjwh at 192.98.102.10:38859>
> Call-ID: 2pwHLCRkCHtdXSShAFH0XGAZ-9.XGrRN
> CSeq: 6959 SUBSCRIBE
> Route: <sip:192.98.102.10;lr>
> Event: message-summary
> Expires: 600
> Accept: application/simple-message-summary
> Allow-Events: presence.winfo, message-summary, xcap-diff, presence
> User-Agent: sipsimple 0.16.1
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.845685: RECEIVED: Packet 12, +0:00:00.491254
> 192.98.102.10:5060 -(SIP over UDP)-> 87.95.61.182:38859
> SIP/2.0 407 Proxy Authentication Required
> Via: SIP/2.0/UDP 87.95.61.182:38859;rport=38859;branch=z9hG4bKPjahoVa.WSX91DLxpbNpTBKrYFkrRfg5lf;received=192.98.102.10
> From: <sip:test at test.fi>;tag=bsSIaKc9JiRgefWeP9s3MgCFWKFRrkBp
> To: <sip:test at test.fi>;tag=d1a4b41581077e5e9a5de6b4ac7c30b6.823d
> Call-ID: 2pwHLCRkCHtdXSShAFH0XGAZ-9.XGrRN
> CSeq: 6959 SUBSCRIBE
> Proxy-Authenticate: Digest realm="test.fi", nonce="TKbnI0ym5ffz0imr/hi62By18XgOsk6TcETXxYA=", qop="auth"
> Server: OpenXg SIP Proxy  (3.1.0-pre1 (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44.846206: SENDING: Packet 13, +0:00:00.491775
> 87.95.61.182:38859 -(SIP over UDP)-> 192.98.102.10:5060
> SUBSCRIBE sip:test at test.fi SIP/2.0
> Via: SIP/2.0/UDP 87.95.61.182:38859;rport;branch=z9hG4bKPjZhGdkWwLhL0SkR-9TZ-HXKCPrsCntZdI
> Max-Forwards: 70
> From: <sip:test at test.fi>;tag=bsSIaKc9JiRgefWeP9s3MgCFWKFRrkBp
> To: <sip:test at test.fi>
> Contact: <sip:dmapcjwh at 192.98.102.10:38859>
> Call-ID: 2pwHLCRkCHtdXSShAFH0XGAZ-9.XGrRN
> CSeq: 6960 SUBSCRIBE
> Route: <sip:192.98.102.10;lr>
> Event: message-summary
> Expires: 600
> Accept: application/simple-message-summary
> Allow-Events: presence.winfo, message-summary, xcap-diff, presence
> User-Agent: sipsimple 0.16.1
> Proxy-Authorization: Digest username="test", realm="test.fi", nonce="TKbnI0ym5ffz0imr/hi62By18XgOsk6TcETXxYA=", uri="sip:test at test.fi", response="54be1417c3234e515ed0346170b0d707", cnonce="nRWfcUU7On7mMKUXlmjw-WKQjSgMbdo8", qop=auth, nc=00000001
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.880416: RECEIVED: Packet 14, +0:00:00.525985
> 192.98.102.10:5061 -(SIP over tls)-> 192.98.102.10:60183
> SIP/2.0 200 OK
> Record-Route: <sip:192.98.102.10;transport=tcp;r2=on;lr;ftag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM>
> Record-Route: <sip:192.98.102.10:5061;transport=tls;r2=on;lr;ftag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM>
> Via: SIP/2.0/tls 192.98.102.10:60183;rport=60183;branch=z9hG4bKPj9fD00eTlE1DLVwaulEgmBj8Ay0FvNfDJ
> From: "Juha Heinanen" <sip:jh at test.fi>;tag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM
> To: <sip:jh at vm.test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-fe42
> Call-ID: XwJAsAvBYGTsdpgygpDJ2NQWFuQTrcuM
> CSeq: 10269 SUBSCRIBE
> Expires: 600
> Contact: <sip:127.0.0.1:5082;transport=tcp>
> Server: OpenSIPS (1.6.3-tls (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44.891959: RECEIVED: Packet 15, +0:00:00.537528
> 192.98.102.10:5060 -(SIP over UDP)-> 87.95.61.182:38859
> SIP/2.0 200 OK
> Record-Route: <sip:192.98.102.10;lr;ftag=bsSIaKc9JiRgefWeP9s3MgCFWKFRrkBp>
> Via: SIP/2.0/UDP 87.95.61.182:38859;received=192.98.102.10;rport=38859;branch=z9hG4bKPjZhGdkWwLhL0SkR-9TZ-HXKCPrsCntZdI
> From: <sip:test at test.fi>;tag=bsSIaKc9JiRgefWeP9s3MgCFWKFRrkBp
> To: <sip:test at test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-9d80
> Call-ID: 2pwHLCRkCHtdXSShAFH0XGAZ-9.XGrRN
> CSeq: 6960 SUBSCRIBE
> Expires: 600
> Contact: <sip:127.0.0.1:5082>
> Server: OpenSIPS (1.6.3-tls (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44.892988: RECEIVED: Packet 16, +0:00:00.538557
> 192.98.102.10:5061 -(SIP over tls)-> 192.98.102.10:60183
> NOTIFY sip:dplmyfnh at 192.98.102.10:56227;transport=tls SIP/2.0
> Via: SIP/2.0/TLS 192.98.102.10:5061;branch=z9hG4bK141b.ad930d2.0;i=3
> Via: SIP/2.0/TCP 127.0.0.1:5082;branch=z9hG4bK141b.50f6c7c3.0
> To: <sip:jh at test.fi>;tag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM
> From: <sip:jh at vm.test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-fe42
> CSeq: 1 NOTIFY
> Call-ID: XwJAsAvBYGTsdpgygpDJ2NQWFuQTrcuM
> Content-Length: 49
> User-Agent: OpenSIPS (1.6.3-tls (i386/linux))
> Max-Forwards: 69
> Event: message-summary
> Contact: <sip:127.0.0.1:5082;alias=127.0.0.1~49802~2;transport=tcp>
> Subscription-State: active;expires=600
> Content-Type: application/simple-message-summary
> 
> Messages-Waiting: yes
> Voice-Message: 1/0 (0/0)
> 
> --
> 
> 2010-10-02 10:57:44.894386: SENDING: Packet 17, +0:00:00.539955
> 192.98.102.10:60183 -(SIP over tls)-> 192.98.102.10:5061
> SIP/2.0 200 OK
> Via: SIP/2.0/TLS 192.98.102.10:5061;received=192.98.102.10;branch=z9hG4bK141b.ad930d2.0;i=3
> Via: SIP/2.0/TCP 127.0.0.1:5082;branch=z9hG4bK141b.50f6c7c3.0
> Call-ID: XwJAsAvBYGTsdpgygpDJ2NQWFuQTrcuM
> From: <sip:jh at vm.test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-fe42
> To: <sip:jh at test.fi>;tag=0gjT4Lybxf-6XAs514GC3b6E6R.BF7iM
> CSeq: 1 NOTIFY
> Contact: <sip:dplmyfnh at 192.98.102.10:56227;transport=tls>
> Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE
> Supported: 100rel
> Server: sipsimple 0.16.1
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.934032: RECEIVED: Packet 18, +0:00:00.579601
> 192.98.102.10:5060 -(SIP over UDP)-> 87.95.61.182:38859
> NOTIFY sip:dmapcjwh at 192.98.102.10:38859 SIP/2.0
> Via: SIP/2.0/UDP 192.98.102.10;branch=z9hG4bK100d.98a51494.0
> Via: SIP/2.0/UDP 127.0.0.1:5082;branch=z9hG4bK100d.fa984ac7.0
> To: <sip:test at test.fi>;tag=bsSIaKc9JiRgefWeP9s3MgCFWKFRrkBp
> From: <sip:test at test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-9d80
> CSeq: 1 NOTIFY
> Call-ID: 2pwHLCRkCHtdXSShAFH0XGAZ-9.XGrRN
> Content-Length: 0
> User-Agent: OpenSIPS (1.6.3-tls (i386/linux))
> Max-Forwards: 69
> Event: message-summary
> Contact: <sip:127.0.0.1:5082>
> Subscription-State: active;expires=600
> 
> 
> --
> 
> 2010-10-02 10:57:44.935194: SENDING: Packet 19, +0:00:00.580763
> 87.95.61.182:38859 -(SIP over UDP)-> 192.98.102.10:5060
> SIP/2.0 200 OK
> Via: SIP/2.0/UDP 192.98.102.10;received=192.98.102.10;branch=z9hG4bK100d.98a51494.0
> Via: SIP/2.0/UDP 127.0.0.1:5082;branch=z9hG4bK100d.fa984ac7.0
> Call-ID: 2pwHLCRkCHtdXSShAFH0XGAZ-9.XGrRN
> From: <sip:test at test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-9d80
> To: <sip:test at test.fi>;tag=bsSIaKc9JiRgefWeP9s3MgCFWKFRrkBp
> CSeq: 1 NOTIFY
> Contact: <sip:dmapcjwh at 192.98.102.10:38859>
> Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE
> Supported: 100rel
> Server: sipsimple 0.16.1
> Content-Length:  0
> 
> 
> --
> 
> 2010-10-02 10:57:44.935923: RECEIVED: Packet 20, +0:00:00.581492
> 192.98.102.10:5060 -(SIP over UDP)-> 87.95.61.182:38859
> SIP/2.0 200 OK
> Record-Route: <sip:192.98.102.10;lr;ftag=F8v5bNK0bh125ysuJQJp74Ashs5LuoL2>
> Via: SIP/2.0/UDP 87.95.61.182:38859;received=192.98.102.10;rport=38859;branch=z9hG4bKPjg952Fapt6KQwh0c1bdl-I4KD9..pN96m
> From: <sip:foo at test.fi>;tag=F8v5bNK0bh125ysuJQJp74Ashs5LuoL2
> To: <sip:foo at test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-f34b
> Call-ID: uxeMPm3H8HvfnRkY2trxhYGnDBqhRr6e
> CSeq: 22114 SUBSCRIBE
> Expires: 600
> Contact: <sip:127.0.0.1:5082>
> Server: OpenSIPS (1.6.3-tls (i386/linux))
> Content-Length: 0
> 
> 
> --
> 
> 2010-10-02 10:57:44.936598: RECEIVED: Packet 21, +0:00:00.582167
> 192.98.102.10:5060 -(SIP over UDP)-> 87.95.61.182:38859
> NOTIFY sip:bcnvqrkd at 192.98.102.10:38859 SIP/2.0
> Via: SIP/2.0/UDP 192.98.102.10;branch=z9hG4bK31d6.e8d2f7c2.0
> Via: SIP/2.0/UDP 127.0.0.1:5082;branch=z9hG4bK31d6.45a0b017.0
> To: <sip:foo at test.fi>;tag=F8v5bNK0bh125ysuJQJp74Ashs5LuoL2
> From: <sip:foo at test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-f34b
> CSeq: 1 NOTIFY
> Call-ID: uxeMPm3H8HvfnRkY2trxhYGnDBqhRr6e
> Content-Length: 0
> User-Agent: OpenSIPS (1.6.3-tls (i386/linux))
> Max-Forwards: 69
> Event: message-summary
> Contact: <sip:127.0.0.1:5082>
> Subscription-State: active;expires=600
> 
> 
> --
> 
> 2010-10-02 10:57:44.937726: SENDING: Packet 22, +0:00:00.583295
> 87.95.61.182:38859 -(SIP over UDP)-> 192.98.102.10:5060
> SIP/2.0 200 OK
> Via: SIP/2.0/UDP 192.98.102.10;received=192.98.102.10;branch=z9hG4bK31d6.e8d2f7c2.0
> Via: SIP/2.0/UDP 127.0.0.1:5082;branch=z9hG4bK31d6.45a0b017.0
> Call-ID: uxeMPm3H8HvfnRkY2trxhYGnDBqhRr6e
> From: <sip:foo at test.fi>;tag=48de7c3cb9f0a00e953b10ae4e49e9de-f34b
> To: <sip:foo at test.fi>;tag=F8v5bNK0bh125ysuJQJp74Ashs5LuoL2
> CSeq: 1 NOTIFY
> Contact: <sip:bcnvqrkd at 192.98.102.10:38859>
> Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE
> Supported: 100rel
> Server: sipsimple 0.16.1
> Content-Length:  0
> 
> 
> --
> 




More information about the SIPBeyondVoIP mailing list