12-21-2010 02:54 PM - edited 03-16-2019 02:32 AM
Hello all, i have a 3945 configured as an H323 Gateway for my CUCM cluster....in this gateway, i have also configured the following ITSP:
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
redirect ip2ip
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
sip
registrar server expires max 300 min 60
no call service stop
voice class sip-profiles 1
request INVITE sip-header From modify "(<.*:)(.*@)" "\1caytoscarlosguardia@"
request ACK sip-header From modify "(<.*:)(.*@)" "\1caytoscarlosguardia@"
request INVITE sip-header Contact modify "(<.*:)(.*@)" "\1caytoscarlosguardia@"
request INVITE sip-header CSeq modify "101 INVITE" "2 INVITE"
request INVITE sdp-header Connection-Info add "IN IP4 200.87.213.138"
!
dial-peer voice 3 voip
destination-pattern 00T
session protocol sipv2
session target sip-server
no voice-class sip early-offer forced
voice-class sip profiles 1
dtmf-relay rtp-nte
codec g711alaw
no vad
!
sip-ua
credentials username caytoscarlosguardia password 7 *********************** realm sip.nonoh.net
authentication username caytoscarlosguardia password 7 ******************************* realm sip.nonoh.net
retry invite 2
retry register 10
retry options 1
timers connect 100
registrar dns:sip.nonoh.net expires 3600
sip-server dns:sip.nonoh.net
host-registrar
When i dial a number..all i get is a busy signal....doing a debug i found out that Im getting a Bad Request because there is no SDP DATA !!!!!
Dec 21 22:49:50.429: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:0018005532447@sip.nonoh.net:5060 SIP/2.0
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22BF11CF
Remote-Party-ID: <sip:4335@200.87.213.138>;party=calling;screen=yes;privacy=off
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A74EBEC-2418
To: <sip:0018005532447@sip.nonoh.net>
Date: Tue, 21 Dec 2010 22:49:50 GMT
Call-ID: 73CFC231-C8B11E0-950BEDD1-F328D0C0@200.87.213.138
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 2147533724-0237965777-0083914242-2886733854
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 2 INVITE
Max-Forwards: 70
Timestamp: 1292971790
Contact: <sip:caytoscarlosguardia@200.87.213.138:5060>
Expires: 180
Allow-Events: telephone-event
Content-Length: 0
Dec 21 22:49:50.693: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 400 Bad request
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22BF11CF
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A74EBEC-2418
To: <sip:0018005532447@sip.nonoh.net>
Contact: sip:0018005532447@194.120.0.198:5060
Call-ID: 73CFC231-C8B11E0-950BEDD1-F328D0C0@200.87.213.138
CSeq: 2 INVITE
Server: (Very nice Sip Registrar/Proxy Server)
Allow: ACK,BYE,CANCEL,INVITE,REGISTER,OPTIONS,INFO,MESSAGE
Content-Length: 0
Dec 21 22:49:50.697: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#ACK sip:0018005532447@sip.nonoh.net:5060 SIP/2.0
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22BF11CF
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A74EBEC-2418
To: <sip:0018005532447@sip.nonoh.net>
Date: Tue, 21 Dec 2010 22:49:50 GMT
Call-ID: 73CFC231-C8B11E0-950BEDD1-F328D0C0@200.87.213.138
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
Ive spent 4 HOURS trying to troubleshoot this...and i figured this out.....if i add
request INVITE sip-header Content-Type add "Content-Type: application/sdp"
to my sip-profile.....i get this in my debug
Dec 21 22:52:02.481: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:0018005532447@sip.nonoh.net:5060 SIP/2.0
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22C01E7F
Remote-Party-ID: <sip:4335@200.87.213.138>;party=calling;screen=yes;privacy=off
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A76EFC0-21BE
To: <sip:0018005532447@sip.nonoh.net>
Date: Tue, 21 Dec 2010 22:52:02 GMT
Call-ID: C28375C0-C8B11E0-9510EDD1-F328D0C0@200.87.213.138
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 2157605099-2452558289-0100691714-2886733854
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 2 INVITE
Max-Forwards: 70
Timestamp: 1292971922
Contact: <sip:caytoscarlosguardia@200.87.213.138:5060>
Expires: 180
Allow-Events: telephone-event
Content-Length: 0
Content-Type: application/sdp
Dec 21 22:52:02.745: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22C01E7F
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A76EFC0-21BE
To: <sip:0018005532447@sip.nonoh.net>
Contact: sip:0018005532447@194.120.0.198:5060
Call-ID: C28375C0-C8B11E0-9510EDD1-F328D0C0@200.87.213.138
CSeq: 2 INVITE
Server: (Very nice Sip Registrar/Proxy Server)
Allow: ACK,BYE,CANCEL,INVITE,REGISTER,OPTIONS,INFO,MESSAGE
WWW-Authenticate: Digest realm="sip.nonoh.net",nonce="1033179704",algorithm=MD5
Content-Length: 0
Dec 21 22:52:02.745: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
ACK sip:0018005532447@sip.nonoh.net:5060 SIP/2.0
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22C01E7F
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A76EFC0-21BE
To: <sip:0018005532447@sip.nonoh.net>
Date: Tue, 21 Dec 2010 22:52:02 GMT
Call-ID: C28375C0-C8B11E0-9510EDD1-F328D0C0@200.87.213.138
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
Dec 21 22:52:02.745: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:0018005532447@sip.nonoh.net:5060 SIP/2.0
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22C11590
Remote-Party-ID: <sip:4335@200.87.213.138>;party=calling;screen=yes;privacy=off
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A76EFC0-21BE
To: <sip:0018005532447@sip.nonoh.net>
Date: Tue, 21 Dec 2010 22:52:02 GMT
Call-ID: C28375C0-C8B11E0-9510EDD1-F328D0C0@200.87.213.138
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 2157605099-2452558289-0100691714-2886733854
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 102 INVITE
Max-Forwards: 70
Timestamp: 1292971922
Contact: <sip:caytoscarlosguardia@200.87.213.138:5060>
Expires: 180
Allow-Events: telephone-event
Authorization: Digest username="caytoscarlosguardia",realm="sip.nonoh.net",uri="sip:0018005532447@sip.nonoh.net:5060",response="29f0ff98da3a78e6f0ac88691e4ce1e8",nonce="1033179704",algorithm=MD5
Content-Length: 0
Content-Type: application/sdp
Dec 21 22:52:03.017: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22C11590
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A76EFC0-21BE
To: <sip:0018005532447@sip.nonoh.net>
Contact: sip:0018005532447@194.120.0.198:5060
Call-ID: C28375C0-C8B11E0-9510EDD1-F328D0C0@200.87.213.138
CSeq: 102 INVITE
Server: (Very nice Sip Registrar/Proxy Server)
Allow: ACK,BYE,CANCEL,INVITE,REGISTER,OPTIONS,INFO,MESSAGE
Content-Length: 0
Dec 21 22:52:03.021: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 415 Unsupported media type
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22C11590
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A76EFC0-21BE
To: <sip:0018005532447@sip.nonoh.net>
Contact: sip:0018005532447@194.120.0.198:5060
Call-ID: C28375C0-C8B11E0-9510EDD1-F328D0C0@200.87.213.138
CSeq: 102 INVITE
Server: (Very nice Sip Registrar/Proxy Server)
Allow: ACK,BYE,CANCEL,INVITE,REGISTER,OPTIONS,INFO,MESSAGE
Content-Length: 0
Dec 21 22:52:03.025: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#ACK sip:0018005532447@sip.nonoh.net:5060 SIP/2.0
Via: SIP/2.0/UDP 200.87.213.138:5060;branch=z9hG4bK22C11590
From: <sip:caytoscarlosguardia@sip.nonoh.net>;tag=2A76EFC0-21BE
To: <sip:0018005532447@sip.nonoh.net>
Date: Tue, 21 Dec 2010 22:52:02 GMT
Call-ID: C28375C0-C8B11E0-9510EDD1-F328D0C0@200.87.213.138
Max-Forwards: 70
CSeq: 102 ACK
Allow-Events: telephone-event
Content-Length: 0
HOW DO I TURN SDP ON!!!!!???????????
THANK YOU SO MUCH!!!
12-27-2010 01:59 AM
Hi Carlos,
so as per the description you have H323 to SIP call flow through the CUBE?
12-27-2010 06:08 AM
Based on debugs, if you are have the parameter application/sdp in header Content Type, then you are doing Early Offer and the call is rejected with 401 Unauthorized. But I do not see any sdp in INVITE. Can you have the H.323 leg to be fast start.
Also, please post the output of "show sip-ua register status" Does your SIP provider see the trunk as registered?
12-27-2010 06:12 AM
Indeed, CUBE supports only:
- h323 fast start to sip early offer
- h323 slow start to sip delayed offer
12-27-2010 06:46 AM
Hello all,
So a little update on my case.....i decided to make it easier on the GW so I established a SIP Trunk from my CUCM Cluster to my 3945 Router (GW) and then i also changed my ITSP to VoicePulse also SIP. So NOW i have a SIP 2 SIP call....which its still not working.....heres my debug:
SCZ-R3945-01#
Dec 27 14:36:50.223: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:18005532447@172.16.64.36:5060 SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK6e01700c671
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352340424335>
To: <18005532447>18005532447>
Date: Mon, 27 Dec 2010 14:36:50 GMT
Call-ID: bc2fb280-d181a482-1a9-32010ac@172.16.32.3
Supported: timer,resource-priority,replaces
Min-SE: 1800
User-Agent: Cisco-CUCM8.0
Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
CSeq: 101 INVITE
Contact: <4335>4335>
Expires: 180
Allow-Events: presence, kpml
Supported: X-cisco-srtp-fallback
Supported: Geolocation
Call-Info: <172.16.32.3:5060>;method="NOTIFY;Event=telephone-event;Duration=500"172.16.32.3:5060>
Cisco-Guid: 3157242496-3514934402-0000000117-0052433068
Session-Expires: 1800
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Remote-Party-ID: "Carlos Guardia" <4335>;party=calling;screen=yes;privacy=off4335>
Max-Forwards: 70
Content-Length: 0
Dec 27 14:36:50.227: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK6e01700c671
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352340424335>
To: <18005532447>18005532447>
Date: Mon, 27 Dec 2010 14:36:50 GMT
Call-ID: bc2fb280-d181a482-1a9-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
SCZ-R3945-01#
Dec 27 14:36:50.807: %TRACKING-5-STATE: 123 ip sla 1 reachability Down->Up
Dec 27 14:36:51.111: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:18005532447@jfk-primary.voicepulse.com:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27009BC
Remote-Party-ID: "Carlos Guardia" <4335>;party=calling;screen=yes;privacy=off4335>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4797BBDC-1218
To: <>>18005532447@jfk-primary.voicepulse.com>
Date: Mon, 27 Dec 2010 14:36:51 GMT
Call-ID: 932094B1-10FD11E0-A2CEEDD1-F328D0C0@172.16.64.36
Supported: timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 3157242496-3514934402-0000000117-0052433068
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Timestamp: 1293460611
Contact:
Expires: 180
Allow-Events: telephone-event
Max-Forwards: 69
Session-Expires: 1800
Content-Length: 0
Dec 27 14:36:51.335: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SCZ-R3945-01#SIP/2.0 100 Giving a try
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27009BC;rport=56854
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4797BBDC-1218
To: <>>18005532447@jfk-primary.voicepulse.com>
Call-ID: 932094B1-10FD11E0-A2CEEDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
SCZ-R3945-01#
Dec 27 14:36:53.091: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK27009BC
Record-Route: <64.61.93.190>64.61.93.190>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4797BBDC-1218
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as20a3042d
Call-ID: 932094B1-10FD11E0-A2CEEDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <>>
Content-Type: application/sdp
Content-Length: 525
v=0
o=root 24019 24019 IN IP4 64.61.93.188
s=session
c=IN IP4 64.61.93.188
b=CT:384
t=0 0
m=audio 19914 RTP/AVP 0 8 110 111 3 97 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:110 speex/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000
a=fmtp:97 mode=30
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
m=video 15070 RTP/AVP 31 34 103
a=rtpmap:31 H261/90000
a=rtpmap:34 H263/90000
a=rtpmap:103 h263-1998/90000
a=sendrecv
Dec 27 14:36:53.091: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 503 Service Unavailable
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK6e01700c671
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352340424335>
To: <18005532447>;tag=4797C39C-1CE018005532447>
Date: Mon, 27 Dec 2010 14:36:50 GMT
Call-ID: bc2fb280-d181a482-1a9-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow-Events: telephone-event
Reason: Q.850;cause=47
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
Dec 27 14:36:53.091: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 503 Service Unavailable
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK6e01700c671
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352340424335>
To: <18005532447>;tag=4797C39C-1CE018005532447>
Date: Mon, 27 Dec 2010 14:36:50 GMT
Call-ID: bc2fb280-d181a482-1a9-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow-Events: telephone-event
Reason: Q.850;cause=47
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
Dec 27 14:36:53.091: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 503 Service Unavailable
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK6e01700c671
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352340424335>
To: <18005532447>;tag=4797C39C-1CE018005532447>
Date: Mon, 27 Dec 2010 14:36:50 GMT
Call-ID: bc2fb280-d181a482-1a9-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow-Events: telephone-event
Reason: Q.850;cause=47
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
Dec 27 14:36:53.091: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 503 Service Unavailable
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK6e01700c671
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352340424335>
To: <18005532447>;tag=4797C39C-1CE018005532447>
Date: Mon, 27 Dec 2010 14:36:50 GMT
Call-ID: bc2fb280-d181a482-1a9-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow-Events: telephone-event
Reason: Q.850;cause=47
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
Dec 27 14:36:53.095: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
CANCEL sip:18005532447@jfk-primary.voicepulse.com:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27009BC
From: "Carlos Guardia" <>>4335@jfk-primary.voicepulse.com>;tag=4797BBDC-1218
To: <>>18005532447@jfk-primary.voicepulse.com>
Date: Mon, 27 Dec 2010 14:36:51 GMT
Call-ID: 932094B1-10FD11E0-A2CEEDD1-F328D0C0@172.16.64.36
CSeq: 101 CANCEL
Max-Forwards: 70
Timestamp: 1293460613
Reason: Q.850;cause=47
Content-Length: 0
Dec 27 14:36:53.095: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
ACK sip:18005532447@172.16.64.36:5060 SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK6e01700c671
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352340424335>
To: <18005532447>;tag=4797C39C-1CE018005532447>
Date: Mon, 27 Dec 2010 14:36:50 GMT
Call-ID: bc2fb280-d181a482-1a9-32010ac@172.16.32.3
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: presence, kpml
Content-Length: 0
Dec 27 14:36:53.295: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 canceling
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27009BC;rport=56854
From: "Carlos Guardia" <>>4335@jfk-primary.voicepulse.com>;tag=4797BBDC-1218
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=fa997f81440371de71ab448ebdb9af56-1048
Call-ID: 932094B1-10FD11E0-A2CEEDD1-F328D0C0@172.16.64.36
CSeq: 101 CANCEL
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
Dec 27 14:36:53.299: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 503 Service Unavailable
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27009BC;rport=56854
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4797BBDC-1218
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=fa997f81440371de71ab448ebdb9af56-1048
Call-ID: 932094B1-10FD11E0-A2CEEDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
Dec 27 14:36:53.299: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#ACK sip:18005532447@jfk-primary.voicepulse.com:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27009BC
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4797BBDC-1218
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=fa997f81440371de71ab448ebdb9af56-1048
Date: Mon, 27 Dec 2010 14:36:51 GMT
Call-ID: 932094B1-10FD11E0-A2CEEDD1-F328D0C0@172.16.64.36
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
As you can see NOW my router is the one CANCELING the session by a 47 cause??????. heres a partial show run:
voice-card 0
dsp services dspfarm
!
!
voice rtp send-recv
!
voice service voip
dtmf-interworking rtp-nte
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
no supplementary-service sip moved-temporarily
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
h323
emptycapability
h225 id-passthru
sip
bind control source-interface Loopback0
bind media source-interface Loopback0
no call service stop
!
!
voice class codec 2
codec preference 1 ilbc
codec preference 2 g726r32
codec preference 3 g726r24
codec preference 4 g726r16
codec preference 5 g711alaw
codec preference 6 g711ulaw
!
!
voice class sip-profiles 1
request INVITE sip-header From modify "(<.*:)(.*@)" "\1RgV51xhS53@"
request ACK sip-header From modify "(<.*:)(.*@)" "\1RgV51xhS53@"
request INVITE sip-header Contact modify "(<.*:)(.*@)" "\1RgV51xhS53@"
!
!
dial-peer voice 4 voip
session protocol sipv2
incoming called-number .T
!
dial-peer voice 5 pots
preference 1
destination-pattern .T
port 0/0/3
prefix 0012
!
dial-peer voice 3 voip
destination-pattern .T
session protocol sipv2
session target sip-server
voice-class codec 2
voice-class sip profiles 1
no vad
!
sip-ua
credentials username RgV51xhS53 password XXXXXXXXXXXXXXXXXXXXXXX realm jfk-primary.voicepulse.com
authentication username RgV51xhS53 password XXXXXXXXXXXXXXXXXXXX realm jfk-primary.voicepulse.com
nat symmetric check-media-src
retry invite 2
retry register 10
retry options 1
timers connect 100
registrar dns:jfk-primary.voicepulse.com expires 3600
sip-server dns:jfk-primary.voicepulse.com
host-registrar
!
SCZ-R3945-01#show sip-ua register status
Line peer expires(sec) registered P-Associ-URI
================================ ========== ============ ========== ============
RgV51xhS53 -1 1279 yes
PLEASE HELP!
12-27-2010 06:53 AM
add:
voice service voip
sip
early-offer forced
becareful from the codec you use on cm, under voice class codec 2 as well as what does SP advertise.
B.R./Haitham
12-27-2010 06:59 AM
The sdp in 183 message from telco is not doing G729 and the inbound dial-peer that would be matched for the leg between CUCM and Gateway is configured with no codec command. Hence it defaults to G729.
Add the following and repost the output of debug -
!
dial-peer voice 4 voip
voice-class codec 2
!
Do let us know of your findings.
HTH
Udit.
12-27-2010 07:01 AM
Also. If you want the leg between CUCM and Gateway to G729 then you will have to configure a transcoder for the call to work.
Udit
12-27-2010 07:15 AM
IT WORKED!!!
I had no idea that by default, a VoIP leg would do G.729...... so i added the voice-class codec 2 under my incoming leg..and also added the early-offer forced command under voice service voip.
ok...so i got the call established with the free line of Cisco....but when i try to dial a number..lets say 0 to talk to a person...it doesnt do anything...i dial ANY number and its like i havent pressed anything...
Something with DTMF????
heres the debug of the call being established..!!! we're almost there guys!!!! its almost working!!!
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2010.12.27 11:11:11 =~=~=~=~=~=~=~=~=~=~=~=
Dec 27 15:10:16.282: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:18005532447@172.16.64.36:5060 SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK72117230c00
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352341814335>
To: <18005532447>18005532447>
Date: Mon, 27 Dec 2010 15:10:16 GMT
Call-ID: 67db0180-d181ac58-1be-32010ac@172.16.32.3
Supported: timer,resource-priority,replaces
Min-SE: 1800
User-Agent: Cisco-CUCM8.0
Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
CSeq: 101 INVITE
Contact: <4335>4335>
Expires: 180
Allow-Events: presence
Supported: X-cisco-srtp-fallback
Supported: Geolocation
Cisco-Guid: 1742406016-3514936408-0000000136-0052433068
Session-Expires: 1800
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Remote-Party-ID: "Carlos Guardia" <4335>;party=calling;screen=yes;privacy=off4335>
Max-Forwards: 70
Content-Length: 0
Dec 27 15:10:16.286: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#SIP/2.0 100 Trying
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK72117230c00
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352341814335>
To: <18005532447>18005532447>
Date: Mon, 27 Dec 2010 15:10:16 GMT
Call-ID: 67db0180-d181ac58-1be-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
SCZ-R3945-01#
Dec 27 15:10:18.258: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:18005532447@jfk-primary.voicepulse.com:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK271C136C
Remote-Party-ID: "Carlos Guardia" <4335>;party=calling;screen=yes;privacy=off4335>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>
Date: Mon, 27 Dec 2010 15:10:18 GMT
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1742406016-3514936408-0000000136-0052433068
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Timestamp: 1293462618
Contact:
Expires: 180
Allow-Events: telephone-event
Max-Forwards: 69
Session-Expires: 1800
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 340
v=0
o=CiscoSystemsSIP-GW-UserAgent 6157 8932 IN IP4 172.16.64.36
s=SIP Call
c=IN IP4 172.16.64.36
t=0 0
m=audio 26104 RTP/AVP 116 98 99 102 8 0
c=IN IP4 172.16.64.36
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=20
a=rtpmap:98 G726-32/8000
a=rtpmap:99 G726-24/8000
a=rtpmap:102 G726-16/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
Dec 27 15:10:18.522: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SCZ-R3945-01#SIP/2.0 100 Giving a try
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK271C136C;rport=56854
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
SCZ-R3945-01#
Dec 27 15:10:20.786: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK271C136C
Record-Route: <64.61.93.190>64.61.93.190>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as74b81d6c
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <>>
Content-Type: application/sdp
Content-Length: 285
v=0
o=root 16996 16996 IN IP4 64.61.93.199
s=session
c=IN IP4 64.61.93.199
t=0 0
m=audio 12988 RTP/AVP 0 8 98 116
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:98 G726-32/8000
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=30
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
Dec 27 15:10:20.786: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 183 Session Progress
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK72117230c00
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352341814335>
To: <18005532447>;tag=47B6662C-21BF18005532447>
Date: Mon, 27 Dec 2010 15:10:16 GMT
Call-ID: 67db0180-d181ac58-1be-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: <18005532447>18005532447>
SCZ-R3945-01#@172.16.64.36>;party=called;screen=yes;privacy=off
Contact: <18005532447>18005532447>
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-12.x
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 215
v=0
o=CiscoSystemsSIP-GW-UserAgent 9180 6414 IN IP4 172.16.64.36
s=SIP Call
c=IN IP4 172.16.64.36
t=0 0
m=audio 19748 RTP/AVP 0 19
c=IN IP4 172.16.64.36
a=rtpmap:0 PCMU/8000
a=rtpmap:19 CN/8000
a=ptime:20
Dec 27 15:10:21.362: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK271C136C
Record-Route: <64.61.93.190>64.61.93.190>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as74b81d6c
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <>>
Content-Type: application/sdp
Content-Length: 285
v=0
o=root 16996 16997 IN IP4 64.61.93.199
s=session
c=IN IP4 64.61.93.199
t=0 0
m=audio 12988 RTP/AVP 0 8 98 116
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:98 G726-32/8000
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=30
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
Dec 27 15:10:21.362: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK72117230c00
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352341814335>
To: <18005532447>;tag=47B6662C-21BF18005532447>
Date: Mon, 27 Dec 2010 15:10:16 GMT
Call-ID: 67db0180-d181ac58-1be-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: <18005532447>;party=called;screen=no;privacy=off18005532447>
Contact: <>>
Supported: replaces
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-12.x
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 215
v=0
o=CiscoSystemsSIP-GW-UserAgent 9180 6414 IN IP4 172.16.64.36
s=SIP Call
c=IN IP4 172.16.64.36
t=0 0
m=audio 19748 RTP/AVP 0 19
c=IN IP4 172.16.64.36
a=rtpmap:0 PCMU/8000
a=rtpmap:19 CN/8000
a=ptime:20
Dec 27 15:10:21.362: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
ACK sip:+18005532447@64.61.93.199:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK271D7AF
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as74b81d6c
Date: Mon, 27 Dec 2010 15:10:18 GMT
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
Route: <64.61.93.190>64.61.93.190>
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
Dec 27 15:10:21.390: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
ACK sip:+18005532447@172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK7224cba1710
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352341814335>
To: <18005532447>;tag=47B6662C-21BF18005532447>
Date: Mon, 27 Dec 2010 15:10:16 GMT
Call-ID: 67db0180-d181ac58-1be-32010ac@172.16.32.3
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: presence
Content-Type: application/sdp
Content-Length: 154
v=0
o=CiscoSystemsCCM-SIP 2000 1 IN IP4 172.16.32.3
s=SIP Call
c=IN IP4 172.16.2.36
t=0 0
m=audio 24610 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=ptime:20
Dec 27 15:10:21.534: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK271C136C
Record-Route: <64.61.93.190>64.61.93.190>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as74b81d6c
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <>>
Content-Type: application/sdp
Content-Length: 285
v=0
o=root 16996 16997 IN IP4 64.61.93.199
s=session
c=IN IP4 64.61.93.199
t=0 0
m=audio 12988 RTP/AVP 0 8 98 116
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:98 G726-32/8000
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=30
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
Dec 27 15:10:21.534: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#ACK sip:+18005532447@64.61.93.199:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK271D7AF
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as74b81d6c
Date: Mon, 27 Dec 2010 15:10:18 GMT
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
Route: <64.61.93.190>64.61.93.190>
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
SCZ-R3945-01#
Dec 27 15:10:29.514: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
BYE sip:+18005532447@172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK72342b9b954
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352341814335>
To: <18005532447>;tag=47B6662C-21BF18005532447>
Date: Mon, 27 Dec 2010 15:10:16 GMT
Call-ID: 67db0180-d181ac58-1be-32010ac@172.16.32.3
User-Agent: Cisco-CUCM8.0
Max-Forwards: 70
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
CSeq: 102 BYE
Content-Length: 0
Dec 27 15:10:29.514: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK72342b9b954
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352341814335>
To: <18005532447>;tag=47B6662C-21BF18005532447>
Date: Mon, 27 Dec 2010 15:10:29 GMT
Call-ID: 67db0180-d181ac58-1be-32010ac@172.16.32.3
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 102 BYE
Reason: Q.850;cause=16
Content-Length: 0
Dec 27 15:10:29.518: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
BYE sip:+18005532447@64.61.93.199:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK271E7A5
From: "Carlos Guardia" <>>4335@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as74b81d6c
Date: Mon, 27 Dec 2010 15:10:18 GMT
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Route: <64.61.93.190>64.61.93.190>
Timestamp: 1293462629
CSeq: 102 BYE
Reason: Q.850;cause=16
Content-Length: 0
Dec 27 15:10:29.726: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SCZ-R3945-01#SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK271E7A5
From: "Carlos Guardia" <>>4335@jfk-primary.voicepulse.com>;tag=47B65C4C-2014
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as74b81d6c
Call-ID: 3ED50412-110211E0-A37EEDD1-F328D0C0@172.16.64.36
CSeq: 102 BYE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Content-Length: 0
SCZ-R3945-01#
12-27-2010 07:23 AM
Please make the following changes:
!
dial-peer voice 4 voip
dtmf-relay rtp-nte
!
!
dial-peer voice 3 voip
dtmf-relay rtp-nte
!
And then on CUCM SIP trunk page ont DTMF Relay drop down use RFC 2833. Hit on Save and then Reset.
Let us know your findings. Also, the call should work without Early Offer Forced.
Regards,
Udit
12-27-2010 07:28 AM
early offer forced is to send EO when you receive DO
for dial-peprs do not have codec, they advertise all codecs supported by IOS but g729 will have more priority than g711
it seems your SP support OOB dtmf so that you need OOB from cm sip trunk config page and under dial-peers to use kpml for dp points to CM and sip-notify for dp points to sp
12-27-2010 07:42 AM
ok guys..its still not doing anything when i press the buttons....heres my current config
dial-peer voice 4 voip
session protocol sipv2
incoming called-number .T
voice-class codec 2
dtmf-relay sip-kpml
!
dial-peer voice 3 voip
destination-pattern .T
session protocol sipv2
session target sip-server
voice-class codec 2
voice-class sip profiles 1
dtmf-relay sip-notify
no vad
!
12-27-2010 07:51 AM
My friends!!! i have a bad news!!! i dialed a REAL person on the united states...and he answers...i can hear him perfectly but he wont listen to me!! at all...
i try iLBC and also G711u and NOTHING...he says he cant hear me!! so maybe the DTMF problem is because my router isnt sending anything!!...
ive tried putting media flow-around...but it says that command doesnt exist...my using a 3945 by the way....
12-27-2010 08:33 AM
Can you post the complete debug output. Look out for the IPs in c lines of SDP. Make sure that are routable.
Regards,
Udit
12-27-2010 08:43 AM
Here is my complete Debug!.
Now that you mention.....in one line of the debug...i found the following line
c=IN IP4 172.16.2.36
thats my phones IP....shouldnt that be NATed.????
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2010.12.27 12:34:39 =~=~=~=~=~=~=~=~=~=~=~=
SCZ-R3945-01#
SCZ-R3945-01#
SCZ-R3945-01#
SCZ-R3945-01#
Dec 27 16:33:47.514: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:18005532447@172.16.64.36:5060 SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK8397bf66e9d
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>18005532447>
Date: Mon, 27 Dec 2010 16:33:47 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
Supported: timer,resource-priority,replaces
Min-SE: 1800
User-Agent: Cisco-CUCM8.0
Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
CSeq: 101 INVITE
Contact: <4335>4335>
Expires: 180
Allow-Events: presence, kpml
Supported: X-cisco-srtp-fallback
Supported: Geolocation
Call-Info: <172.16.32.3:5060>;method="NOTIFY;Event=telephone-event;Duration=500"172.16.32.3:5060>
Cisco-Guid: 0312798464-3514941419-0000000174-0052433068
Session-Expires: 1800
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Remote-Party-ID: "Carlos Guardia" <4335>;party=calling;screen=yes;privacy=off4335>
Max-Forwards: 70
Content-Length: 0
Dec 27 16:33:47.522: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#SIP/2.0 100 Trying
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK8397bf66e9d
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>18005532447>
Date: Mon, 27 Dec 2010 16:33:47 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow-Events: kpml, telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
SCZ-R3945-01#
Dec 27 16:33:57.718: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:18005532447@jfk-primary.voicepulse.com:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27CB123E
Remote-Party-ID: "Carlos Guardia" <4335>;party=calling;screen=yes;privacy=off4335>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>
Date: Mon, 27 Dec 2010 16:33:57 GMT
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 0312798464-3514941419-0000000174-0052433068
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Timestamp: 1293467637
Contact:
Call-Info: <172.16.64.36:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"172.16.64.36:5060>
Expires: 180
Allow-Events: telephone-event
Max-Forwards: 69
Session-Expires: 1800
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 226
v=0
o=CiscoSystemsSIP-GW-UserAgent 2638 959 IN IP4 172.16.64.36
s=SIP Call
c=IN IP4 172.16.64.36
t=0 0
m=audio 17156 RTP/AVP 116 0
c=IN IP4 172.16.64.36
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=20
a=rtpmap:0 PCMU/8000
Dec 27 16:33:57.950: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SCZ-R3945-01#SIP/2.0 100 Giving a try
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27CB123E;rport=56854
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
SCZ-R3945-01#
Dec 27 16:34:00.362: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK27CB123E
Record-Route: <64.61.93.190>64.61.93.190>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as021125ce
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <>>
Content-Type: application/sdp
Content-Length: 232
v=0
o=root 14928 14928 IN IP4 64.61.93.189
s=session
c=IN IP4 64.61.93.189
t=0 0
m=audio 17072 RTP/AVP 0 116
a=rtpmap:0 PCMU/8000
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=30
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
Dec 27 16:34:00.366: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 183 Session Progress
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK8397bf66e9d
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:33:47 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: kpml, telephone-event
Remote-Party-ID: <180055>180055>
SCZ-R3945-01#32447@172.16.64.36>;party=called;screen=yes;privacy=off
Contact: <18005532447>18005532447>
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-12.x
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 215
v=0
o=CiscoSystemsSIP-GW-UserAgent 6173 4291 IN IP4 172.16.64.36
s=SIP Call
c=IN IP4 172.16.64.36
t=0 0
m=audio 23434 RTP/AVP 0 19
c=IN IP4 172.16.64.36
a=rtpmap:0 PCMU/8000
a=rtpmap:19 CN/8000
a=ptime:20
Dec 27 16:34:00.982: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK27CB123E
Record-Route: <64.61.93.190>64.61.93.190>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as021125ce
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <>>
Content-Type: application/sdp
Content-Length: 232
v=0
o=root 14928 14929 IN IP4 64.61.93.189
s=session
c=IN IP4 64.61.93.189
t=0 0
m=audio 17072 RTP/AVP 0 116
a=rtpmap:0 PCMU/8000
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=30
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
Dec 27 16:34:00.982: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK8397bf66e9d
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:33:47 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 101 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: kpml, telephone-event
Remote-Party-ID: <18005532447>;party=called;screen=no;privacy=off18005532447>
Contact: <>>
Supported: replaces
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-12.x
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 215
v=0
o=CiscoSystemsSIP-GW-UserAgent 6173 4291 IN IP4 172.16.64.36
s=SIP Call
c=IN IP4 172.16.64.36
t=0 0
m=audio 23434 RTP/AVP 0 19
c=IN IP4 172.16.64.36
a=rtpmap:0 PCMU/8000
a=rtpmap:19 CN/8000
a=ptime:20
Dec 27 16:34:00.982: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
ACK sip:+18005532447@64.61.93.189:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27CC1BCB
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as021125ce
Date: Mon, 27 Dec 2010 16:33:57 GMT
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
Route: <64.61.93.190>64.61.93.190>
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
Dec 27 16:34:00.998: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
ACK sip:+18005532447@172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK83b744e3e5a
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:33:47 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: presence, kpml
Content-Type: application/sdp
Content-Length: 154
v=0
o=CiscoSystemsCCM-SIP 2000 1 IN IP4 172.16.32.3
s=SIP Call
c=IN IP4 172.16.2.36
t=0 0
m=audio 24674 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=ptime:20
Dec 27 16:34:01.002: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SUBSCRIBE sip:4335@172.16.32.3:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.64.36:5060;branch=z9hG4bK27CD2D7
From: <18005532447>;tag=4802FDE8-DB318005532447>
To: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 101 SUBSCRIBE
Max-Forwards: 70
Date: Mon, 27 Dec 2010 16:34:01 GMT
User-Agent: Cisco-SIPGateway/IOS-12.x
Event: kpml
Expires: 7200
Contact: <172.16.64.36:5060>172.16.64.36:5060>
Content-Type: application/kpml-request+xml
Content-Length: 327
Dec 27 16:34:01.002: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.64.36:5060;branch=z9hG4bK27CD2D7
From: <18005532447>;tag=4802FDE8-DB318005532447>
To: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
Date: Mon, 27 Dec 2010 16:34:00 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 101 SUBSCRIBE
Content-Length: 0
Contact: <4335>4335>
Expires: 7200
Dec 27 16:34:01.002: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
NOTIFY sip:172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK83c5435d724
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 102 NOTIFY
Max-Forwards: 70
Date: Mon, 27 Dec 2010 16:34:00 GMT
User-Agent: Cisco-CUCM8.0
Event: kpml
Subscription-State: active;expires=7200
Contact: <4335>4335>
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Content-Length: 0
Dec 27 16:34:01.006: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK83c5435d724
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:34:01 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 102 NOTIFY
Content-Length: 0
Dec 27 16:34:01.202: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK27CB123E
Record-Route: <64.61.93.190>64.61.93.190>
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as021125ce
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
CSeq: 101 INVITE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <>>
Content-Type: application/sdp
Content-Length: 232
v=0
o=root 14928 14929 IN IP4 64.61.93.189
s=session
c=IN IP4 64.61.93.189
t=0 0
m=audio 17072 RTP/AVP 0 116
a=rtpmap:0 PCMU/8000
a=rtpmap:116 iLBC/8000
a=fmtp:116 mode=30
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
Dec 27 16:34:01.202: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#ACK sip:+18005532447@64.61.93.189:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27CC1BCB
From: "Carlos Guardia" <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as021125ce
Date: Mon, 27 Dec 2010 16:33:57 GMT
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
Route: <64.61.93.190>64.61.93.190>
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
SCZ-R3945-01#
SCZ-R3945-01#
SCZ-R3945-01#
SCZ-R3945-01#
SCZ-R3945-01#
Dec 27 16:34:18.558: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
NOTIFY sip:172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK83e37fe4553
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 103 NOTIFY
Max-Forwards: 70
Date: Mon, 27 Dec 2010 16:34:18 GMT
User-Agent: Cisco-CUCM8.0
Event: kpml
Subscription-State: active;expires=7182
Contact: <4335>4335>
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Content-Type: application/kpml-response+xml
Content-Length: 336
Dec 27 16:34:18.558: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK83e37fe4553
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:34:18 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 103 NOTIFY
Content-Length: 0
SCZ-R3945-01#
Dec 27 16:34:32.426: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
NOTIFY sip:172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK83f49450171
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 104 NOTIFY
Max-Forwards: 70
Date: Mon, 27 Dec 2010 16:34:32 GMT
User-Agent: Cisco-CUCM8.0
Event: kpml
Subscription-State: active;expires=7168
Contact: <4335>4335>
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Content-Type: application/kpml-response+xml
Content-Length: 336
Dec 27 16:34:32.426: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SCZ-R3945-01#SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK83f49450171
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:34:32 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 104 NOTIFY
Content-Length: 0
SCZ-R3945-01#
Dec 27 16:34:36.202: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
BYE sip:+18005532447@172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK84014e2f773
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:33:47 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
User-Agent: Cisco-CUCM8.0
Max-Forwards: 70
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
CSeq: 105 BYE
Content-Length: 0
Dec 27 16:34:36.206: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK84014e2f773
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:34:36 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 105 BYE
Reason: Q.850;cause=16
Content-Length: 0
Dec 27 16:34:36.206: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SUBSCRIBE sip:4335@172.16.32.3:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.64.36:5060;branch=z9hG4bK27CF17C3
From: <18005532447>;tag=4802FDE8-DB318005532447>
To: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 102 SUBSCRIBE
Max-Forwards: 70
Date: Mon, 27 Dec 2010 16:34:36 GMT
User-Agent: Cisco-SIPGateway/IOS-12.x
Event: kpml
Expires: 0
Contact: <172.16.64.36:5060>172.16.64.36:5060>
Content-Length: 0
Dec 27 16:34:36.206: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
BYE sip:+18005532447@64.61.93.189:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27CE1E88
From: "Carlos Guardia" <>>4335@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as021125ce
Date: Mon, 27 Dec 2010 16:33:57 GMT
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Route: <64.61.93.190>64.61.93.190>
Timestamp: 1293467676
CSeq: 102 BYE
Reason: Q.850;cause=16
Content-Length: 0
Dec 27 16:34:36.214: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
NOTIFY sip:172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK841156b0157
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 106 NOTIFY
Max-Forwards: 70
Date: Mon, 27 Dec 2010 16:34:36 GMT
User-Agent: Cisco-CUCM8.0
Event: kpml
Subscription-State: terminated
Contact: <4335>4335>
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Content-Length: 0
Dec 27 16:34:36.214: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK841156b0157
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:34:36 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 106 NOTIFY
Content-Length: 0
Dec 27 16:34:36.218: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/TCP 172.16.64.36:5060;branch=z9hG4bK27CF17C3
From: <18005532447>;tag=4802FDE8-DB318005532447>
To: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
Date: Mon, 27 Dec 2010 16:34:36 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 102 SUBSCRIBE
Content-Length: 0
Contact: <4335>4335>
Expires: 0
Dec 27 16:34:36.218: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
NOTIFY sip:172.16.64.36:5060;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK842264b59aa
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 107 NOTIFY
Max-Forwards: 70
Date: Mon, 27 Dec 2010 16:34:36 GMT
User-Agent: Cisco-CUCM8.0
Event: kpml
Subscription-State: terminated;reason=timeout
Contact: <4335>4335>
P-Asserted-Identity: "Carlos Guardia" <4335>4335>
Content-Type: application/kpml-response+xml
Content-Length: 348
Dec 27 16:34:36.218: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 481 Subscription does not exist
Via: SIP/2.0/TCP 172.16.32.3:5060;branch=z9hG4bK842264b59aa
From: "Carlos Guardia" <4335>;tag=577437d4-e4d0-42b6-90a7-884616201781-352345904335>
To: <18005532447>;tag=4802FDE8-DB318005532447>
Date: Mon, 27 Dec 2010 16:34:36 GMT
Call-ID: 12a4ed00-d181bfeb-1e4-32010ac@172.16.32.3
CSeq: 107 NOTIFY
Content-Length: 0
Dec 27 16:34:36.410: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SCZ-R3945-01#SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK27CE1E88
From: "Carlos Guardia" <>>4335@jfk-primary.voicepulse.com>;tag=4802F390-16B0
To: <>>18005532447@jfk-primary.voicepulse.com>;tag=as021125ce
Call-ID: E9C244B4-110D11E0-A4A1EDD1-F328D0C0@172.16.64.36
CSeq: 102 BYE
User-Agent: VoicePulse PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Content-Length: 0
SCZ-R3945-01#
Dec 27 16:34:42.602: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:jfk-primary.voicepulse.com:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27D017F6
From: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4803A2E4-1FAD
To: <>>RgV51xhS53@jfk-primary.voicepulse.com>
Date: Mon, 27 Dec 2010 16:34:42 GMT
Call-ID: E35F159A-D4E11E0-9AB0EDD1-F328D0C0
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1293467682
CSeq: 288 REGISTER
Contact:
Expires: 3600
Supported: path
Content-Length: 0
Dec 27 16:34:42.802: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying Registration
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27D017F6;rport=56854
From: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4803A2E4-1FAD
To: <>>RgV51xhS53@jfk-primary.voicepulse.com>
Call-ID: E35F159A-D4E11E0-9AB0EDD1-F328D0C0
CSeq: 288 REGISTER
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
Dec 27 16:34:42.806: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK27D017F6
From: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4803A2E4-1FAD
To: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=329cfeaa6ded039da25ff8cbb8668bd2.b569
Call-ID: E35F159A-D4E11E0-9AB0EDD1-F328D0C0
CSeq: 288 REGISTER
WWW-Authenticate: Digest realm="jfk-primary.voicepulse.com", nonce="4d18c187d7432b0e0c8ef2d239de1258cec42241", qop="auth"
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
Dec 27 16:34:42.806: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:jfk-primary.voicepulse.com:5060 SIP/2.0
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27D11720
From: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4803A2E4-1FAD
To: <>>RgV51xhS53@jfk-primary.voicepulse.com>
Date: Mon, 27 Dec 2010 16:34:42 GMT
Call-ID: E35F159A-D4E11E0-9AB0EDD1-F328D0C0
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1293467682
CSeq: 289 REGISTER
Contact:
Expires: 3600
Authorization: Digest username="RgV51xhS53",realm="jfk-primary.voicepulse.com",uri="sip:jfk-primary.voicepulse.com:5060",response="535e07736e14586b829fe39001bd3b4a",nonce="4d18c187d7432b0e0c8ef2d239de1258cec42241",cnonce="DF531365",qop=auth,algorithm=md5,nc=00000001
Content-Length: 0
Dec 27 16:34:43.010: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying Registration
Via: SIP/2.0/UDP 172.16.64.36:5060;branch=z9hG4bK27D11720;rport=56854
From: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4803A2E4-1FAD
To: <>>RgV51xhS53@jfk-primary.voicepulse.com>
Call-ID: E35F159A-D4E11E0-9AB0EDD1-F328D0C0
CSeq: 289 REGISTER
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
SCZ-R3945-01#
Dec 27 16:34:43.030: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.64.36:5060;rport=56854;branch=z9hG4bK27D11720
From: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=4803A2E4-1FAD
To: <>>RgV51xhS53@jfk-primary.voicepulse.com>;tag=329cfeaa6ded039da25ff8cbb8668bd2.96ae
Call-ID: E35F159A-D4E11E0-9AB0EDD1-F328D0C0
CSeq: 289 REGISTER
Contact: <.>;expires=2373;received="sip:200.87.213.138:56854",
Server: OpenSER (1.3.2-notls (i386/linux))
Content-Length: 0
SCZ-R3945-01#
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide