04-10-2013 11:53 AM - edited 03-16-2019 04:43 PM
Kinda new to configuring dial peers and need a little help
Scenario:
Softswitch -------------> Cisco AS 5350 ----------------->PSTN via DS3
Caller dials 011442074999000 and gets connected using a POTS dial peer. When the called party presses a number on the keypad, IVR doesnt not recognize the digits pushed. when i do a "debug voip rtp named-event" on the AS5350, I can see the digits pushed from the called party side but the calling party is not able to hear the DTMF.
I keep reading something about needing a inbound and outbound dial peers, but this router does not handle inbound calls. It is used strictly for outbound international calls only.
Any help would be appreciated.
Brian
04-10-2013 12:02 PM
Brian,
Even if this gateway is only used for outbound calls, it will still match an inbound dial-peer before calls are routed out via the outbound leg..
The device sending calls to this gateway will m atch an inbound leg first..
So please send your sh run..
what protocol is the soft switch using to talk to the gateway? Is it sip?
which dtmf does the end points making calls support?
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
04-10-2013 01:06 PM
Thanks for the reply. What exactly are you looking for in the config. I have included the dial peers that i have for the 011 calls. We are using SIP from softswitch and it is a DS3 with 7 T-1 using ISDN-PRI for the outbound from the cisco gateway.
dial-peer voice 999 voip
destination-pattern 011.T
session protocol sipv2
session target sip-server
dtmf-relay rtp-nte
!
dial-peer voice 150 pots
destination-pattern 011.T
port 3/0:1:D
forward-digits all
prefix 011
With the inbound dialpeer above, the call will fail to unacceptable media. Bu tif the dial peer 999 is deleted, the call goes thru to the DS3
04-10-2013 02:17 PM
dial-peer 999 routes call to a sip server...Is this what you want?
You need an inbound dial-peer to match for inbound calls from softswitch..
eg
dial-peer voice 1 voip
session protocol sipv2
incoming called number .
no vad
dtmf-relay rtp-nte
When calls come into the gateway from softswitch, it will match this dial-peer on the inbound leg and then match either 999 or 150. for outbound leg
Do a test call again and send
debug voip ccapi inout
debug ccsip messages
show sip-ua calls
debug voip rtp named-event
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
04-10-2013 02:54 PM
aokanlawon, I appreciate your help. I have the debug info below. There is only 1 call as this has yet been put into production. Am I maybe missing something on my ISDN config eityher in the global config or the voice port directly?????
Config snippett:
isdn switch-type primary-4ess
!
voice call send-alert
!
voice service voip
fax protocol t38 ls-redundancy 5 hs-redundancy 2 fallback pass-through g711ulaw
modem passthrough nse codec g711ulaw redundancy
!
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
codec preference 3 g729br8
!
interface Serial3/0:1:23
no ip address
encapsulation hdlc
isdn switch-type primary-4ess
isdn incoming-voice modem
no cdp enable
Debug:
Sprint5350#
*Sep 20 23:32:37.276: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:5027428527@216.49.129.130:5060 SIP/2.0
From: "Line1 LY_NOC" <5024427533>;tag=4df7666e-1dd2-11b2-acbe-b03162323164+50ac7db85024427533>
Contact: "Line1 LY_NOC" <5024427533>5024427533>
To: <5027428527>5027428527>
Call-ID: 4946688-1149128623@216.49.129.100
CSeq: 1 INVITE
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK121990280446463
Max-Forwards: 70
Allow: INVITE,BYE,ACK,CANCEL,PRACK,REFER,OPTIONS,REGISTER,NOTIFY
Content-Type: application/sdp
Remote-Party-ID: <5024427533>;party=calling;id-type=subscriber;privacy=off5024427533>
P-Asserted-Identity: "LY_NOC,Line1" <>>5024427533@lycin.net>
Content-Length: 202
v=0
o=- 4125848212 4125848212 IN IP4 216.49.129.100
s=MGCP Call
c=IN IP4 216.49.129.122
t=0 0
m=audio 16404 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
*Sep 20 23:32:37.280: //19778/xxxxxxxxxxxx/CCAPI/cc_api_caps_ind:
Call Entry Is Not Found
*Sep 20 23:32:37.280: //-1/224353C58126/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=5024427533
----- ccCallInfo IE subfields -----
cisco-ani=5024427533
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=5027428527
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=-1
cisco-rdnsi=-1
cisco-redirectreason=-1 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
*Sep 20 23:32:37.280: //-1/224353C58126/CCAPI/cc_api_call_setup_ind_common:
Interface=0x66C04C94, Call Info(
Calling Number=5024427533,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
Incoming Dial-peer=0, Progress Indication=NULL(0), Calling IE Present=TRUE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=19778
*Sep 20 23:32:37.280: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 20 23:32:37.280: :cc_get_feature_vsa malloc success
*Sep 20 23:32:37.280: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 20 23:32:37.280: cc_get_feature_vsa count is 1
*Sep 20 23:32:37.280: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 20 23:32:37.280: :FEATURE_VSA attributes are: feature_name:0,feature_time:1728418992,feature_id:19771
*Sep 20 23:32:37.280: //19778/224353C58126/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown))
*Sep 20 23:32:37.280: //19778/224353C58126/CCAPI/cc_process_call_setup_ind:
Event=0x67070228
*Sep 20 23:32:37.280: //19778/224353C58126/CCAPI/ccCallSetContext:
Context=0x68E0BBEC
*Sep 20 23:32:37.280: //19778/224353C58126/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 19778 with tag 0 to app "_ManagedAppProcess_Default"
*Sep 20 23:32:37.284: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK121990280446463
From: "Line1 LY_NOC" <5024427533>;tag=4df7666e-1dd2-11b2-acbe-b03162323164+50ac7db85024427533>
To: <5027428527>5027428527>
Date: Wed, 20 Sep 2006 23:32:37 GMT
Call-ID: 4946688-1149128623@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 INVITE
Allow-Events: telephone-event
Content-Length: 0
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=156, Params=0x68C28FF8, Progress Indication=NULL(0)
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccCheckClipClir:
In: Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccCheckClipClir:
Out: Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccCallSetupRequest:
Destination Pattern=502......., Called Number=5027428527, Digit Strip=TRUE
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccCallSetupRequest:
Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown),
Redirect Number=, Display Info=
Account Number=5024427533, Final Destination Flag=TRUE,
Guid=224353C5-4837-11DB-8126-F39111A66781, Outgoing Dial-peer=156
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=5024427533
----- ccCallInfo IE subfields -----
cisco-ani=5024427533
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=5027428527
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=-1
cisco-rdnsi=-1
cisco-redirectreason=-1 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x6749BEC0, Interface Type=6, Destination=, Mode=0x0,
Call Params(Calling Number=5024427533,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=156, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
*Sep 20 23:32:37.284: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 20 23:32:37.284: :cc_get_feature_vsa malloc success
*Sep 20 23:32:37.284: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 20 23:32:37.284: cc_get_feature_vsa count is 2
*Sep 20 23:32:37.284: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 20 23:32:37.284: :FEATURE_VSA attributes are: feature_name:0,feature_time:1728427632,feature_id:19772
*Sep 20 23:32:37.284: //19779/224353C58126/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1
*Sep 20 23:32:37.284: //19779/224353C58126/CCAPI/ccCallSetContext:
Context=0x68C28FA8
*Sep 20 23:32:37.284: //19778/224353C58126/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=156
*Sep 20 23:32:37.456: //19779/224353C58126/CCAPI/cc_api_call_proceeding:
Interface=0x6749BEC0, Progress Indication=NULL(0)
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/cc_api_call_alert:
Interface=0x6749BEC0, Progress Indication=INBAND(8), Signal Indication=SIGNAL RINGBACK(1)
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/cc_api_call_alert:
Call Entry(Retry Count=0, Responsed=TRUE)
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/ccCallAlert:
Progress Indication=INBAND(8), Signal Indication=SIGNAL RINGBACK(1)
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/ccCallAlert:
Call Entry(Responsed=TRUE, AlertSent=TRUE)
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=19778
*Sep 20 23:32:39.556: //19778/xxxxxxxxxxxx/CCAPI/ccConferenceCreate:
(confID=0x687047DC, callID1=0x4D42, callID2=0x4D43, tag=0x0)
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/ccConferenceCreate:
Conference Id=0x687047DC, Call Id1=19778, Call Id2=19779, Tag=0x0
*Sep 20 23:32:39.556: //19778/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
*Sep 20 23:32:39.556: cc_api_get_xcode_stream : 4369
*Sep 20 23:32:39.556: //19778/xxxxxxxxxxxx/CCAPI/cc_api_bridge_done:
Conference Id=0x2699, Source Interface=0x66C04C94, Source Call Id=19778,
Destination Call Id=19779, Disposition=0x0, Tag=0x0
*Sep 20 23:32:39.556: //19779/xxxxxxxxxxxx/CCAPI/cc_api_bridge_done:
Conference Id=0x2699, Source Interface=0x6749BEC0, Source Call Id=19779,
Destination Call Id=19778, Disposition=0x0, Tag=0xFFFFFFFF
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/cc_generic_bridge_done:
Conference Id=0x2699, Source Interface=0x6749BEC0, Source Call Id=19779,
Destination Call Id=19778, Disposition=0x0, Tag=0xFFFFFFFF
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x2699, Destination Call Id=19779)
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x2699, Destination Call Id=19778)
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/cc_api_caps_ind:
Destination Interface=0x66C04C94, Destination Call Id=19778, Source Call Id=19779,
Caps(Codec=0x1, Fax Rate=0x1, Vad=0x1,
Modem=0x2, Codec Bytes=20, Signal Type=3)
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=250(ms), Fax Nom=300(ms))
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/cc_api_caps_ind:
Destination Interface=0x6749BEC0, Destination Call Id=19779, Source Call Id=19778,
Caps(Codec=0x1, Fax Rate=0x2, Vad=0x2,
Modem=0x0, Codec Bytes=160, Signal Type=2)
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=250(ms), Fax Nom=300(ms))
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/cc_api_caps_ack:
Destination Interface=0x6749BEC0, Destination Call Id=19779, Source Call Id=19778,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=ON(0x2),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=7553)
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/cc_api_caps_ack:
Destination Interface=0x66C04C94, Destination Call Id=19778, Source Call Id=19779,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=ON(0x2),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=7553)
*Sep 20 23:32:39.556: //19778/224353C58126/CCAPI/cc_process_notify_bridge_done:
Conference Id=0x2699, Call Id1=19778, Call Id2=19779
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/cc_api_voice_mode_event:
Call Id=19779
*Sep 20 23:32:39.556: //19779/224353C58126/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x68C28FA8)
*Sep 20 23:32:39.556: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK121990280446463
From: "Line1 LY_NOC" <5024427533>;tag=4df7666e-1dd2-11b2-acbe-b03162323164+50ac7db85024427533>
To: <5027428527>;tag=6DC31D0-8AE5027428527>
Date: Wed, 20 Sep 2006 23:32:37 GMT
Call-ID: 4946688-1149128623@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: <5027428527>;party=called;screen=no;privacy=off5027428527>
Contact: <5027428527>5027428527>
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 241
v=0
o=CiscoSystemsSIP-GW-UserAgent 8048 3170 IN IP4 216.49.129.130
s=SIP Call
c=IN IP4 216.49.129.130
t=0 0
m=audio 16852 RTP/AVP 0 101
c=IN IP4 216.49.129.130
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
*Sep 20 23:32:48.804: //19779/224353C58126/CCAPI/cc_api_call_connected:
Interface=0x6749BEC0, Data Bitmask=0x1, Progress Indication=NULL(0),
Connection Handle=0
*Sep 20 23:32:48.804: //19779/224353C58126/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
*Sep 20 23:32:48.804: //19778/224353C58126/CCAPI/ccCallConnect:
Progress Indication=NULL(0), Data Bitmask=0x1
*Sep 20 23:32:48.804: //19778/224353C58126/CCAPI/ccCallConnect:
Call Entry(Connected=TRUE, Responsed=TRUE)
*Sep 20 23:32:48.804: //19778/224353C58126/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=19778
*Sep 20 23:32:48.804: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK121990280446463
From: "Line1 LY_NOC" <5024427533>;tag=4df7666e-1dd2-11b2-acbe-b03162323164+50ac7db85024427533>
To: <5027428527>;tag=6DC31D0-8AE5027428527>
Date: Wed, 20 Sep 2006 23:32:37 GMT
Call-ID: 4946688-1149128623@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Contact: <5027428527>5027428527>
Supported: replaces
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 241
v=0
o=CiscoSystemsSIP-GW-UserAgent 8048 3170 IN IP4 216.49.129.130
s=SIP Call
c=IN IP4 216.49.129.130
t=0 0
m=audio 16852 RTP/AVP 0 101
c=IN IP4 216.49.129.130
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
*Sep 20 23:32:48.808: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
ACK sip:5027428527@216.49.129.130:5060 SIP/2.0
From: "Line1 LY_NOC" <5024427533>;tag=4df7666e-1dd2-11b2-acbe-b03162323164+50ac7db85024427533>
To: <5027428527>;tag=6DC31D0-8AE5027428527>
Call-ID: 4946688-1149128623@216.49.129.100
CSeq: 1 ACK
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK1725445940580441
Max-Forwards: 70
Content-Length: 0
*Sep 20 23:32:55.928: s=DSP d=VoIP payload 0x65 ssrc 0x1183 sequence 0x1EE6 timestamp 0x601FA687
*Sep 20 23:32:55.928: Pt:101 Evt:5 Pkt:05 00 00
*Sep 20 23:32:55.928: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D42
*Sep 20 23:32:55.996: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D42
*Sep 20 23:32:56.608: s=DSP d=VoIP payload 0x65 ssrc 0x1183 sequence 0x1EF7 timestamp 0x601FBBC7
*Sep 20 23:32:56.608: Pt:101 Evt:4 Pkt:05 00 00
*Sep 20 23:32:56.608: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 4 to dstCallId 0x4D42
*Sep 20 23:32:56.680: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 4 to dstCallId 0x4D42
*Sep 20 23:32:57.068: s=DSP d=VoIP payload 0x65 ssrc 0x1183 sequence 0x1F06 timestamp 0x601FCA27
*Sep 20 23:32:57.068: Pt:101 Evt:2 Pkt:05 00 00
*Sep 20 23:32:57.068: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 2 to dstCallId 0x4D42
*Sep 20 23:32:57.140: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 2 to dstCallId 0x4D42
*Sep 20 23:33:00.932: s=DSP d=VoIP payload 0x65 ssrc 0x1183 sequence 0x1F5F timestamp 0x602042C7
*Sep 20 23:33:00.932: Pt:101 Evt:5 Pkt:05 00 00
*Sep 20 23:33:00.932: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D42
*Sep 20 23:33:01.000: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D42
*Sep 20 23:33:01.412: s=DSP d=VoIP payload 0x65 ssrc 0x1183 sequence 0x1F6E timestamp 0x602051C7
*Sep 20 23:33:01.412: Pt:101 Evt:8 Pkt:05 00 00
*Sep 20 23:33:01.412: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D42
*Sep 20 23:33:01.492: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D42
*Sep 20 23:33:01.992: s=DSP d=VoIP payload 0x65 ssrc 0x1183 sequence 0x1F88 timestamp 0x602063E7
*Sep 20 23:33:01.992: Pt:101 Evt:6 Pkt:05 00 00
*Sep 20 23:33:01.992: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 6 to dstCallId 0x4D42
*Sep 20 23:33:02.072: //19779/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 6 to dstCallId 0x4D42
*Sep 20 23:33:07.048: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
BYE sip:5027428527@216.49.129.130:5060 SIP/2.0
From: "Line1 LY_NOC" <5024427533>;tag=4df7666e-1dd2-11b2-acbe-b03162323164+50ac7db85024427533>
To: <5027428527>;tag=6DC31D0-8AE5027428527>
Call-ID: 4946688-1149128623@216.49.129.100
CSeq: 2 BYE
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK1402964535818809
Max-Forwards: 70
Content-Length: 0
*Sep 20 23:33:07.048: //19779/224353C58126/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=FALSE, Tone=Null,
Tone Direction=Sum Network, Params=0x0, Call Id=19779
*Sep 20 23:33:07.048: //19778/224353C58126/CCAPI/cc_api_call_disconnected:
Cause Value=16, Interface=0x66C04C94, Call Id=19778
*Sep 20 23:33:07.048: //19778/224353C58126/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
*Sep 20 23:33:07.048: //19778/224353C58126/CCAPI/ccConferenceDestroy:
Conference Id=0x2699, Tag=0x0
*Sep 20 23:33:07.048: //19778/xxxxxxxxxxxx/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x2699, Source Interface=0x66C04C94, Source Call Id=19778,
Destination Call Id=19779, Disposition=0x0, Tag=0x0
*Sep 20 23:33:07.048: //19779/xxxxxxxxxxxx/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x2699, Source Interface=0x6749BEC0, Source Call Id=19779,
Destination Call Id=19778, Disposition=0x0, Tag=0x0
*Sep 20 23:33:07.048: //19778/224353C58126/CCAPI/cc_generic_bridge_done:
Conference Id=0x2699, Source Interface=0x6749BEC0, Source Call Id=19779,
Destination Call Id=19778, Disposition=0x0, Tag=0x0
*Sep 20 23:33:07.048: //19778/224353C58126/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
*Sep 20 23:33:07.048: //19778/224353C58126/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
*Sep 20 23:33:07.048: //19779/224353C58126/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
*Sep 20 23:33:07.048: //19779/224353C58126/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
*Sep 20 23:33:07.052: //19779/224353C58126/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
*Sep 20 23:33:07.052: //19778/224353C58126/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x66C04C94, Tag=0x0, Call Id=19778,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
*Sep 20 23:33:07.052: //19778/224353C58126/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
*Sep 20 23:33:07.052: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 20 23:33:07.052: :cc_free_feature_vsa freeing 670594A8
*Sep 20 23:33:07.052: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 20 23:33:07.052: vsacount in free is 1
*Sep 20 23:33:07.052: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK1402964535818809
From: "Line1 LY_NOC" <5024427533>;tag=4df7666e-1dd2-11b2-acbe-b03162323164+50ac7db85024427533>
To: <5027428527>;tag=6DC31D0-8AE5027428527>
Date: Wed, 20 Sep 2006 23:33:07 GMT
Call-ID: 4946688-1149128623@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 2 BYE
Reason: Q.850;cause=16
Content-Length: 0
*Sep 20 23:33:07.152: //19779/224353C58126/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x6749BEC0, Tag=0x0, Call Id=19779,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
*Sep 20 23:33:07.156: //19779/224353C58126/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
*Sep 20 23:33:07.156: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 20 23:33:07.156: :cc_free_feature_vsa freeing 6705B668
*Sep 20 23:33:07.156: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 20 23:33:07.156: vsacount in free is 0
Sprint5350#
Sprint5350#
04-10-2013 07:05 PM
Brian,
Here is what I think your problem is..
The inbound call is matching dial-peer 0...The default dial-peer which doesnt have ant dtmf attribute on it..
*Sep 20 23:32:37.280: //-1/224353C58126/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=5024427533
----- ccCallInfo IE subfields -----
cisco-ani=5024427533
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=5027428527
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=-1
cisco-rdnsi=-1
cisco-redirectreason=-1 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
*Sep 20 23:32:37.280: //-1/224353C58126/CCAPI/cc_api_call_setup_ind_common:
Interface=0x66C04C94, Call Info(
Calling Number=5024427533,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
Incoming Dial-peer=0,
You need to configure an inbound dial-peer as I suggested earlier
dial-peer voice 1 voip
session protocol sipv2
incoming called number .
no vad
dtmf-relay rtp-nte
Test again...
This time please send show sip-ua calls
What type of phones are connected to the softswitch? Are they sip phones?
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
04-11-2013 06:27 AM
aokanlawon,
thanks for your time. I have added a VoIP dial peer but when calling still get the same result. The called party is pushing a number on the telephone keypad, I see the digits being pushed on the Cisco 5350 debug but do not hear the DTMF tones. The POTS side is a ISDN DS3 and the ip phone is a Cisco 7960 running MGCP. The softswitch is an old Sylantro softswitch trancoding from MGCP to SIP.
Here is the show sip-ua calls output:
SIP UAC CALL INFO
Number of SIP User Agent Client(UAC) calls: 0
SIP UAS CALL INFO
Call 1
SIP Call ID : 4952493-1152354759@216.49.129.100
State of the call : STATE_ACTIVE (7)
Substate of the call : SUBSTATE_NONE (0)
Calling Number : 5024427533
Called Number : 5027428527
Bit Flags : 0xC0401E 0x100 0x4
CC Call ID : 19786
Source IP Address (Sig ): 216.49.129.130
Destn SIP Req Addr:Port : 216.49.129.100:5065
Destn SIP Resp Addr:Port: 216.49.129.100:5065
Destination Name : 216.49.129.100
Number of Media Streams : 1
Number of Active Streams: 1
RTP Fork Object : 0x0
Media Mode : flow-through
Media Stream 1
State of the stream : STREAM_ACTIVE
Stream Call ID : 19786
Stream Type : voice+dtmf (1)
Negotiated Codec : g711ulaw (160 bytes)
Codec Payload Type : 0
Negotiated Dtmf-relay : rtp-nte
Dtmf-relay Payload Type : 101
Media Source IP Addr:Port: 216.49.129.130:22986
Media Dest IP Addr:Port : 216.49.129.122:16404
Orig Media Dest IP Addr:Port : 0.0.0.0:0
Options-Ping ENABLED:NO ACTIVE:NO
Number of SIP User Agent Server(UAS) calls: 1
And here is the rest of the putput for the debug:
Sprint5350#
*Sep 21 14:56:25.912: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:5027428527@216.49.129.130:5060 SIP/2.0
From: "Line1 LY_NOC" <5024427533>;tag=5851a9d6-1dd2-11b2-acdc-b03162323164+5f094dce5024427533>
Contact: "Line1 LY_NOC" <5024427533>5024427533>
To: <5027428527>5027428527>
Call-ID: 4952493-1152354759@216.49.129.100
CSeq: 1 INVITE
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK891561425220579
Max-Forwards: 70
Allow: INVITE,BYE,ACK,CANCEL,PRACK,REFER,OPTIONS,REGISTER,NOTIFY
Content-Type: application/sdp
Remote-Party-ID: <5024427533>;party=calling;id-type=subscriber;privacy=off5024427533>
P-Asserted-Identity: "LY_NOC,Line1" <>>5024427533@lycin.net>
Content-Length: 202
v=0
o=- 4181277386 4181277386 IN IP4 216.49.129.100
s=MGCP Call
c=IN IP4 216.49.129.122
t=0 0
m=audio 16404 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
*Sep 21 14:56:25.912: //19786/xxxxxxxxxxxx/CCAPI/cc_api_caps_ind:
Call Entry Is Not Found
*Sep 21 14:56:25.912: //-1/304D634B813A/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=5024427533
----- ccCallInfo IE subfields -----
cisco-ani=5024427533
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=5027428527
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=-1
cisco-rdnsi=-1
cisco-redirectreason=-1 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
*Sep 21 14:56:25.912: //-1/304D634B813A/CCAPI/cc_api_call_setup_ind_common:
Interface=0x66C04C94, Call Info(
Calling Number=5024427533,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
Incoming Dial-peer=1000, Progress Indication=NULL(0), Calling IE Present=TRUE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=19786
*Sep 21 14:56:25.912: //-1/304D634B813A/CCAPI/ccCheckClipClir:
In: Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Sep 21 14:56:25.912: //-1/304D634B813A/CCAPI/ccCheckClipClir:
Out: Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Sep 21 14:56:25.912: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 21 14:56:25.916: :cc_get_feature_vsa malloc success
*Sep 21 14:56:25.916: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 21 14:56:25.916: cc_get_feature_vsa count is 1
*Sep 21 14:56:25.916: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 21 14:56:25.916: :FEATURE_VSA attributes are: feature_name:0,feature_time:1728427632,feature_id:19779
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown))
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/cc_process_call_setup_ind:
Event=0x6706F8D8
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccCallSetContext:
Context=0x686AE0C4
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 19786 with tag 1000 to app "_ManagedAppProcess_Default"
*Sep 21 14:56:25.916: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK891561425220579
From: "Line1 LY_NOC" <5024427533>;tag=5851a9d6-1dd2-11b2-acdc-b03162323164+5f094dce5024427533>
To: <5027428527>5027428527>
Date: Thu, 21 Sep 2006 14:56:25 GMT
Call-ID: 4952493-1152354759@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 INVITE
Allow-Events: telephone-event
Content-Length: 0
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=997, Params=0x686A5064, Progress Indication=NULL(0)
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccCheckClipClir:
In: Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccCheckClipClir:
Out: Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccCallSetupRequest:
Destination Pattern=502......., Called Number=5027428527, Digit Strip=TRUE
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccCallSetupRequest:
Calling Number=5024427533(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown),
Redirect Number=, Display Info=
Account Number=5024427533, Final Destination Flag=TRUE,
Guid=304D634B-48B8-11DB-813A-F39111A66781, Outgoing Dial-peer=997
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=5024427533
----- ccCallInfo IE subfields -----
cisco-ani=5024427533
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=5027428527
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=-1
cisco-rdnsi=-1
cisco-redirectreason=-1 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x6749BEC0, Interface Type=6, Destination=, Mode=0x0,
Call Params(Calling Number=5024427533,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=5027428527(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=997, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
*Sep 21 14:56:25.916: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 21 14:56:25.916: :cc_get_feature_vsa malloc success
*Sep 21 14:56:25.916: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 21 14:56:25.916: cc_get_feature_vsa count is 2
*Sep 21 14:56:25.916: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
*Sep 21 14:56:25.916: :FEATURE_VSA attributes are: feature_name:0,feature_time:1728418992,feature_id:19780
*Sep 21 14:56:25.916: //19787/304D634B813A/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1
*Sep 21 14:56:25.916: //19787/304D634B813A/CCAPI/ccCallSetContext:
Context=0x686A5014
*Sep 21 14:56:25.916: //19786/304D634B813A/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=997
*Sep 21 14:56:26.088: //19787/304D634B813A/CCAPI/cc_api_call_proceeding:
Interface=0x6749BEC0, Progress Indication=NULL(0)
*Sep 21 14:56:28.040: //19787/304D634B813A/CCAPI/cc_api_call_alert:
Interface=0x6749BEC0, Progress Indication=INBAND(8), Signal Indication=SIGNAL RINGBACK(1)
*Sep 21 14:56:28.040: //19787/304D634B813A/CCAPI/cc_api_call_alert:
Call Entry(Retry Count=0, Responsed=TRUE)
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/ccCallAlert:
Progress Indication=INBAND(8), Signal Indication=SIGNAL RINGBACK(1)
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/ccCallAlert:
Call Entry(Responsed=TRUE, AlertSent=TRUE)
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=19786
*Sep 21 14:56:28.040: //19786/xxxxxxxxxxxx/CCAPI/ccConferenceCreate:
(confID=0x687049D4, callID1=0x4D4A, callID2=0x4D4B, tag=0x0)
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/ccConferenceCreate:
Conference Id=0x687049D4, Call Id1=19786, Call Id2=19787, Tag=0x0
*Sep 21 14:56:28.040: //19786/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
*Sep 21 14:56:28.040: cc_api_get_xcode_stream : 4369
*Sep 21 14:56:28.040: //19786/xxxxxxxxxxxx/CCAPI/cc_api_bridge_done:
Conference Id=0x269C, Source Interface=0x66C04C94, Source Call Id=19786,
Destination Call Id=19787, Disposition=0x0, Tag=0x0
*Sep 21 14:56:28.040: //19787/xxxxxxxxxxxx/CCAPI/cc_api_bridge_done:
Conference Id=0x269C, Source Interface=0x6749BEC0, Source Call Id=19787,
Destination Call Id=19786, Disposition=0x0, Tag=0xFFFFFFFF
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/cc_generic_bridge_done:
Conference Id=0x269C, Source Interface=0x6749BEC0, Source Call Id=19787,
Destination Call Id=19786, Disposition=0x0, Tag=0xFFFFFFFF
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x269C, Destination Call Id=19787)
*Sep 21 14:56:28.040: //19787/304D634B813A/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x269C, Destination Call Id=19786)
*Sep 21 14:56:28.040: //19787/304D634B813A/CCAPI/cc_api_caps_ind:
Destination Interface=0x66C04C94, Destination Call Id=19786, Source Call Id=19787,
Caps(Codec=0x1, Fax Rate=0x1, Vad=0x1,
Modem=0x2, Codec Bytes=20, Signal Type=3)
*Sep 21 14:56:28.040: //19787/304D634B813A/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=250(ms), Fax Nom=300(ms))
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/cc_api_caps_ind:
Destination Interface=0x6749BEC0, Destination Call Id=19787, Source Call Id=19786,
Caps(Codec=0x1, Fax Rate=0x2, Vad=0x2,
Modem=0x0, Codec Bytes=160, Signal Type=1)
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=250(ms), Fax Nom=300(ms))
*Sep 21 14:56:28.040: //19786/304D634B813A/CCAPI/cc_api_caps_ack:
Destination Interface=0x6749BEC0, Destination Call Id=19787, Source Call Id=19786,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=ON(0x2),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=1, Seq Num Start=7360)
*Sep 21 14:56:28.040: //19787/304D634B813A/CCAPI/cc_api_caps_ack:
Destination Interface=0x66C04C94, Destination Call Id=19786, Source Call Id=19787,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=ON(0x2),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=1, Seq Num Start=7360)
*Sep 21 14:56:28.044: //19786/304D634B813A/CCAPI/cc_process_notify_bridge_done:
Conference Id=0x269C, Call Id1=19786, Call Id2=19787
*Sep 21 14:56:28.044: //19787/304D634B813A/CCAPI/cc_api_voice_mode_event:
Call Id=19787
*Sep 21 14:56:28.044: //19787/304D634B813A/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x686A5014)
*Sep 21 14:56:28.044: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK891561425220579
From: "Line1 LY_NOC" <5024427533>;tag=5851a9d6-1dd2-11b2-acdc-b03162323164+5f094dce5024427533>
To: <5027428527>;tag=A29F758-20F65027428527>
Date: Thu, 21 Sep 2006 14:56:25 GMT
Call-ID: 4952493-1152354759@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: <5027428527>;party=called;screen=no;privacy=off5027428527>
Contact: <5027428527>5027428527>
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 241
v=0
o=CiscoSystemsSIP-GW-UserAgent 5408 8370 IN IP4 216.49.129.130
s=SIP Call
c=IN IP4 216.49.129.130
t=0 0
m=audio 22986 RTP/AVP 0 101
c=IN IP4 216.49.129.130
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
*Sep 21 14:56:47.740: //19787/304D634B813A/CCAPI/cc_api_call_connected:
Interface=0x6749BEC0, Data Bitmask=0x1, Progress Indication=NULL(0),
Connection Handle=0
*Sep 21 14:56:47.740: //19787/304D634B813A/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
*Sep 21 14:56:47.740: //19786/304D634B813A/CCAPI/ccCallConnect:
Progress Indication=NULL(0), Data Bitmask=0x1
*Sep 21 14:56:47.740: //19786/304D634B813A/CCAPI/ccCallConnect:
Call Entry(Connected=TRUE, Responsed=TRUE)
*Sep 21 14:56:47.740: //19786/304D634B813A/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=19786
*Sep 21 14:56:47.740: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK891561425220579
From: "Line1 LY_NOC" <5024427533>;tag=5851a9d6-1dd2-11b2-acdc-b03162323164+5f094dce5024427533>
To: <5027428527>;tag=A29F758-20F65027428527>
Date: Thu, 21 Sep 2006 14:56:25 GMT
Call-ID: 4952493-1152354759@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 1 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Contact: <5027428527>5027428527>
Supported: replaces
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 241
v=0
o=CiscoSystemsSIP-GW-UserAgent 5408 8370 IN IP4 216.49.129.130
s=SIP Call
c=IN IP4 216.49.129.130
t=0 0
m=audio 22986 RTP/AVP 0 101
c=IN IP4 216.49.129.130
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
ca
*Sep 21 14:56:47.744: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
ACK sip:5027428527@216.49.129.130:5060 SIP/2.0
From: "Line1 LY_NOC" <5024427533>;tag=5851a9d6-1dd2-11b2-acdc-b03162323164+5f094dce5024427533>
To: <5027428527>;tag=A29F758-20F65027428527>
Call-ID: 4952493-1152354759@216.49.129.100
CSeq: 1 ACK
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK206334602854639
Max-Forwards: 70
Content-Length: 0
ll
*Sep 21 14:56:58.028: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x1F1C timestamp 0x199AB53C
*Sep 21 14:56:58.028: Pt:101 Evt:8 Pkt:05 00 00
*Sep 21 14:56:58.028: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:56:58.096: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:56:59.348: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x1F3B timestamp 0x199ADE7C
*Sep 21 14:56:59.348: Pt:101 Evt:8 Pkt:05 00 00
*Sep 21 14:56:59.348: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:56:59.416: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:57:05.044: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x1FC5 timestamp 0x199B909C
*Sep 21 14:57:05.044: Pt:101 Evt:5 Pkt:05 00 00
*Sep 21 14:57:05.044: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D4A
*Sep 21 14:57:05.124: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D4A
*Sep 21 14:57:06.048: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x1FEF timestamp 0x199BAFDC
*Sep 21 14:57:06.048: Pt:101 Evt:7 Pkt:05 00 00
*Sep 21 14:57:06.048: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 7 to dstCallId 0x4D4A
*Sep 21 14:57:06.128: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 7 to dstCallId 0x4D4A
*Sep 21 14:57:07.164: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x200C timestamp 0x199BD2DC
*Sep 21 14:57:07.164: Pt:101 Evt:8 Pkt:05 00 00
*Sep 21 14:57:07.164: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:57:07.244: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:57:18.704: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x20BE timestamp 0x199D3B7C
*Sep 21 14:57:18.704: Pt:101 Evt:8 Pkt:05 00 00
*Sep 21 14:57:18.704: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:57:18.784: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 8 to dstCallId 0x4D4A
*Sep 21 14:57:19.716: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x20CE timestamp 0x199D5B0C
*Sep 21 14:57:19.716: Pt:101 Evt:7 Pkt:05 00 00
*Sep 21 14:57:19.716: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 7 to dstCallId 0x4D4A
*Sep 21 14:57:19.776: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 7 to dstCallId 0x4D4A
*Sep 21 14:57:20.448: s=DSP d=VoIP payload 0x65 ssrc 0x195F sequence 0x20EC timestamp 0x199D71DC
*Sep 21 14:57:20.448: Pt:101 Evt:5 Pkt:05 00 00
*Sep 21 14:57:20.448: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_begin:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D4A
*Sep 21 14:57:20.516: //19787/xxxxxxxxxxxx/CCAPI/cc_api_call_digit_end:
Consume mask is not set. Relaying Digit 5 to dstCallId 0x4D4A
*Sep 21 14:57:28.248: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
BYE sip:5027428527@216.49.129.130:5060 SIP/2.0
From: "Line1 LY_NOC" <5024427533>;tag=5851a9d6-1dd2-11b2-acdc-b03162323164+5f094dce5024427533>
To: <5027428527>;tag=A29F758-20F65027428527>
Call-ID: 4952493-1152354759@216.49.129.100
CSeq: 2 BYE
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK1490002726558820
Max-Forwards: 70
Content-Length: 0
*Sep 21 14:57:28.248: //19787/304D634B813A/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=FALSE, Tone=Null,
Tone Direction=Sum Network, Params=0x0, Call Id=19787
*Sep 21 14:57:28.248: //19786/304D634B813A/CCAPI/cc_api_call_disconnected:
Cause Value=16, Interface=0x66C04C94, Call Id=19786
*Sep 21 14:57:28.248: //19786/304D634B813A/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
*Sep 21 14:57:28.248: //19786/304D634B813A/CCAPI/ccConferenceDestroy:
Conference Id=0x269C, Tag=0x0
*Sep 21 14:57:28.248: //19786/xxxxxxxxxxxx/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x269C, Source Interface=0x66C04C94, Source Call Id=19786,
Destination Call Id=19787, Disposition=0x0, Tag=0x0
*Sep 21 14:57:28.248: //19787/xxxxxxxxxxxx/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x269C, Source Interface=0x6749BEC0, Source Call Id=19787,
Destination Call Id=19786, Disposition=0x0, Tag=0x0
*Sep 21 14:57:28.248: //19786/304D634B813A/CCAPI/cc_generic_bridge_done:
Conference Id=0x269C, Source Interface=0x6749BEC0, Source Call Id=19787,
Destination Call Id=19786, Disposition=0x0, Tag=0x0
*Sep 21 14:57:28.248: //19786/304D634B813A/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
*Sep 21 14:57:28.248: //19786/304D634B813A/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
*Sep 21 14:57:28.248: //19787/304D634B813A/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
*Sep 21 14:57:28.248: //19787/304D634B813A/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
*Sep 21 14:57:28.248: //19787/304D634B813A/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
*Sep 21 14:57:28.252: //19786/304D634B813A/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x66C04C94, Tag=0x0, Call Id=19786,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
*Sep 21 14:57:28.252: //19786/304D634B813A/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
*Sep 21 14:57:28.252: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 21 14:57:28.252: :cc_free_feature_vsa freeing 6705B668
*Sep 21 14:57:28.252: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 21 14:57:28.252: vsacount in free is 1
*Sep 21 14:57:28.252: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 216.49.129.100:5065;branch=z9hG4bK1490002726558820
From: "Line1 LY_NOC" <5024427533>;tag=5851a9d6-1dd2-11b2-acdc-b03162323164+5f094dce5024427533>
To: <5027428527>;tag=A29F758-20F65027428527>
Date: Thu, 21 Sep 2006 14:57:28 GMT
Call-ID: 4952493-1152354759@216.49.129.100
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 2 BYE
Reason: Q.850;cause=16
Content-Length: 0
*Sep 21 14:57:28.340: //19787/304D634B813A/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x6749BEC0, Tag=0x0, Call Id=19787,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
*Sep 21 14:57:28.340: //19787/304D634B813A/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
*Sep 21 14:57:28.340: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 21 14:57:28.340: :cc_free_feature_vsa freeing 670594A8
*Sep 21 14:57:28.340: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
*Sep 21 14:57:28.340: vsacount in free is 0
Sprint5350#
04-11-2013 06:44 AM
OK..Cisco 7960 running MGCP will not support dtmf-relay rtp-nte. I am not sure what dtmf methods is support, but I am sure it will support one of the OOB (Notify)
lets try this..
dial-peer voice 1000 voip
dtmf-relay sip-notify sip-kpml rtp-nte
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
04-12-2013 07:29 AM
Tried that and still get the same result. The return DTMF is seen hitting the box but not heard by the calling party. Maybe it is something else in the config.
04-12-2013 08:06 AM
Brian,
I take it that this is a call made by the cisco phone..It looks as if it is negotiating the correct dtmf..from the sh sip-ua calls..It looks af if the DS3 network cant interpret it...You may need to opne a TAC case
Please rate all useful posts
"opportunity is a haughty goddess who waste no time with those who are unprepared"
04-12-2013 08:13 AM
ok thanks for your help.
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