02-03-2023 08:54 PM
Hello,
I'm trying to understand out how to route calls using dial peers and translation rules and I'm just going in circles and getting a headache.
I need to match incoming calls from my SIP provider, They send 11 digits to me.
I need to route outgoing calls from my phones and pots ports to my sip provider.
I can't have my users dial a prefix to get out, if they want to call 5203825968 they should be able to dial it as 3825968, 5203825968 or 15203825968 and it gets rewritten to 15203825968 to send to the carrier.
voice translation-rule 1
rule 1 /^1/ //
!
voice translation-rule 2
rule 1 /5204792894/ /101/
rule 2 /5204792896/ /100/
rule 3 /5202827081/ /201/
!
voice translation-rule 10
rule 1 /100/ /5204792896/
rule 2 /101/ /5204792894/
rule 3 /201/ /5202827081/
!
voice translation-rule 20
rule 1 /\([2-9]......$\)/ /520\1/
!
!
voice translation-profile CONVERT_TO_XTN
translate called 2
!
voice translation-profile EXTENSION_TO_CID
translate calling 10
translate called 20
!
voice translation-profile STRIP-1
translate called 1
voice class sip-profiles 1
request ANY sip-header Diversion remove
request INVITE sip-header Diversion remove
dial-peer voice 1 voip
description Incoming 11 digit calls from carrier
translation-profile outgoing STRIP-1
preference 1
destination-pattern 1..........
translate-outgoing called 101
session protocol sipv2
session target ipv4:192.168.100.1
incoming called-number 1..........
voice-class sip profiles 1
!
dial-peer voice 2 voip
description Redirected 10 digit incoming calls
translation-profile incoming CONVERT_TO_XTN
preference 2
destination-pattern ..........
session target sip-server
incoming called-number ..........
!
dial-peer voice 7 voip
description 7 Digit Dial
translation-profile outgoing EXTENSION_TO_CID
destination-pattern [2-9]......
session protocol sipv2
session target sip-server
codec g711ulaw
02-06-2023 10:15 AM - edited 02-06-2023 10:48 AM
Based on the running config you shared, I suggest you apply the below changes and test again. In case the issue still persists, please share the output of "debug ccsip messages" and "debug voice ccapi inout". BTW, this time I used different dial peer tags and xlation rule tags so the change won't overwrite your existing configs. This makes it easier to revert the changes if needed.
voice service voip
sip
sip-profiles 1
sip-profiles 1 inbound
voice translation-rule 30
rule 1 /15204792894/ /101/
rule 2 /15204792896/ /100/
rule 3 /15202827081/ /201/
***Note: Make sure the prefix 1 is there. This is a new xlation rule with the tag 30 so it won't overwrite the exiting rule 2.
!
voice translation-profile DID_To_Ext
translate called 30
voice class uri 1 sip
host 1.1.1.1
*** Very IMPORTANT Note: Replace 1.1.1.1 with with host address in the via header of the incoming invites from the carrier
!
dial-peer voice 30 voip
description Incoming Calls from the Carrier
session protocol sipv2
incoming uri via 1
translation-profile incoming DID_To_Ext
voice-class sip profiles 1 inbound
codec g711ulaw
no vad
*** This dial peer accepts all calls from the carrier based on the host address in the via header of the incoming invite.
!
dial-peer voice 40 voip
description Outgoing dial-peer to the Carrier
session protocol sipv2
destination-pattern .T
translation-profile outgoing EXTENSION_TO_CID
session target sip-server
codec g711ulaw
no vad
*** This dial peer sends call to the carrier. Calling numbers get xlated to 10 digits and called numbers to 11 digits. 9911 gets xlated to just 911 before routing to the carrier. If users dial 911 the digits route without any xlation.
Important Note: Before you begin testing, shutdown dial peers below and disable dial-peer inbound selection command.
dial-peer voice 1 voip
shutdown
dial-peer voice 2 voip
shutdown
dial-peer voice 7 voip
shutdown
no dial-peer inbound selection sip-trunk
After you are done testing and the new configs do not work, you can revert the changes buy shutting down dial peers 30 and 40, and unshut dial peers 1 and 2, then re-enable dial-peer inbound selection command.
02-06-2023 10:45 AM
VOIP(config-register-global)#sip
VOIP(config-sip-ua)#sip-profiles 1
^
% Invalid input detected at '^' marker.
VOIP(config-sip-ua)#sip-profiles 1 inbound
^
% Invalid input detected at '^' marker.
dial-peer voice 30 voip
VOIP(config-dial-peer)#voice-class sip profiles 1 inbound
^
% Invalid input detected at '^' marker.
Logs are attached below, I've given up on obfuscating IP's and other information.
VOIP#debug voice ccapi inout
voip ccapi inout debugging is on
VOIP#
Feb 6 11:40:26.655: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:15202827081@192.168.100.1:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKnri4l00008u2m98je3e0.1
Contact: <sip:173.244.45.246:5065;transport=udp>
CSeq: 12017 INVITE
Content-Length: 364
Content-Type: application/sdp
Call-ID: SDnc71301-57991cff97dac8d8c6ab4dff32a5e431-ao1agu3010
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDnc71301-S06T20230206184026U13894846_DID15202827081
To: sip:15202827081@64.119.40.170:64013;transport=udp
Diversion: sip:15202827081@null;reason=unconditional
Max-Forwards: 65
Priority: normal
Session-Expires: 1800;refresher=uac
Allow: INVITE
Allow: ACK
Allow: PRACK
Allow: CANCEL
Allow: BYE
Allow: REFER
Allow: NOTIFY
Allow: OPTIONS
Allow: MESSAGE
Allow: INFO
Allow: REGISTER
Allow: SUBSCRIBE
Supported: timer
v=0
o=CPE2_Media_Cluster 711554334 711554335 IN IP4 173.244.45.248
s=b84a1c25-8ec1-4d4b-96ca-fe14d8195a4d/3ad46762-5da1-4287-949b-aadaa28539e5
c=IN IP4 173.244.45.248
t=0 0
m=audio 28628 RTP/AVP 0 18 101 13
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:13 CN/8000
a=ptime:20
Feb 6 11:40:26.667: //-1/8EB09200801C/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=15205457285
----- ccCallInfo IE subfields -----
cisco-ani=15205457285
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=15202827081
cisco-desttype=0
cisco-destplan=0
cisco-rdie=74
cisco-rdn=15202827081
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=15 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 11:40:26.671: //-1/8EB09200801C/CCAPI/cc_api_call_setup_ind_common:
Interface=0x67F2AA7C, Call Info(
Calling Number=15205457285,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15202827081(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
Incoming Dial-peer=40, Progress Indication=NULL(0), Calling IE Present=TRUE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=122
Feb 6 11:40:26.671: //-1/8EB09200801C/CCAPI/ccCheckClipClir:
In: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 11:40:26.671: //-1/8EB09200801C/CCAPI/ccCheckClipClir:
Out: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 11:40:26.671: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 11:40:26.671: :cc_get_feature_vsa malloc success
Feb 6 11:40:26.671: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 11:40:26.671: cc_get_feature_vsa count is 1
Feb 6 11:40:26.671: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 11:40:26.671: :FEATURE_VSA attributes are: feature_name:0,feature_time:1765153088,feature_id:5
Feb 6 11:40:26.671: //122/8EB09200801C/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15202827081(TON=Unknown, NPI=Unknown))
Feb 6 11:40:26.675: //122/8EB09200801C/CCAPI/cc_process_call_setup_ind:
Event=0x685C1A20
Feb 6 11:40:26.675: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
Try with the demoted called number 15202827081
Feb 6 11:40:26.679: //122/8EB09200801C/CCAPI/ccCallSetContext:
Context=0x6947A3F8
Feb 6 11:40:26.679: //122/8EB09200801C/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 122 with tag 40 to app "_ManagedAppProcess_Default"
Feb 6 11:40:26.679: //122/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKnri4l00008u2m98je3e0.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDnc71301-S06T20230206184026U13894846_DID15202827081
To: sip:15202827081@64.119.40.170:64013;transport=udp
Date: Mon, 06 Feb 2023 18:40:26 GMT
Call-ID: SDnc71301-57991cff97dac8d8c6ab4dff32a5e431-ao1agu3010
CSeq: 12017 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
Feb 6 11:40:26.683: //122/8EB09200801C/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Feb 6 11:40:26.687: //122/8EB09200801C/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=40, Params=0x6947B908, Progress Indication=NULL(0)
Feb 6 11:40:26.687: //122/8EB09200801C/CCAPI/ccCheckClipClir:
In: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 11:40:26.687: //122/8EB09200801C/CCAPI/ccCheckClipClir:
Out: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 11:40:26.687: //122/8EB09200801C/CCAPI/ccCallSetupRequest:
Destination Pattern=.T, Called Number=152015202827081, Digit Strip=FALSE
Feb 6 11:40:26.687: //122/8EB09200801C/CCAPI/ccCallSetupRequest:
Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=152015202827081(TON=Unknown, NPI=Unknown),
Redirect Number=15202827081, Display Info=Simply Bits
Account Number=15205457285, Final Destination Flag=TRUE,
Guid=8EB09200-A584-11ED-801C-D958B280208A, Outgoing Dial-peer=40
Feb 6 11:40:26.687: //122/8EB09200801C/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=15205457285
----- ccCallInfo IE subfields -----
cisco-ani=15205457285
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=152015202827081
cisco-desttype=0
cisco-destplan=0
cisco-rdie=74
cisco-rdn=15202827081
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=15 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 11:40:26.691: //122/8EB09200801C/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x67F2AA7C, Interface Type=3, Destination=, Mode=0x0,
Call Params(Calling Number=15205457285,(Calling Name=Simply Bits)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=152015202827081(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=40, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
Feb 6 11:40:26.691: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 11:40:26.691: :cc_get_feature_vsa malloc success
Feb 6 11:40:26.691: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 11:40:26.691: cc_get_feature_vsa count is 2
Feb 6 11:40:26.691: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 11:40:26.691: :FEATURE_VSA attributes are: feature_name:0,feature_time:1765152640,feature_id:6
Feb 6 11:40:26.695: //123/8EB09200801C/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
Feb 6 11:40:26.695: //123/8EB09200801C/CCAPI/ccCallSetContext:
Context=0x6947B8B8
Feb 6 11:40:26.695: //122/8EB09200801C/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=40
Feb 6 11:40:26.699: //123/8EB09200801C/CCAPI/cc_api_call_proceeding:
Interface=0x67F2AA7C, Progress Indication=NULL(0)
Feb 6 11:40:26.707: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:152015202827081@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK7826E0
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 18:40:26 GMT
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 2393936384-2776895981-2149374296-2994741386
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Timestamp: 1675708826
Contact: <sip:15205457285@192.168.100.1:5060>
Expires: 180
Allow-Events: telephone-event
Max-Forwards: 64
Session-Expires: 1800;refresher=uac
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 5708 6053 IN IP4 192.168.100.1
s=SIP Call
c=IN IP4 192.168.100.1
t=0 0
m=audio 17876 RTP/AVP 0
c=IN IP4 192.168.100.1
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 11:40:26.819: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.100.1:5060;received=64.119.40.170;branch=z9hG4bK7826E0;rport=64013
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
CSeq: 101 INVITE
Timestamp: 1675708826
Content-Length: 0
Feb 6 11:40:26.827: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.100.1:5060;received=64.119.40.170;branch=z9hG4bK7826E0;rport=64013
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>;tag=SDiavoa99-lignup-4063-63e1499a
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
CSeq: 101 INVITE
Timestamp: 1675708826
Content-Length: 0
WWW-Authenticate: Digest nonce="MDAxNjc1NzA4ODI2OjUwNDczOTEwOGJVN0VqNkVrQyt1eFdyOXJEWUV6SlE9PQA=",realm="Alianza"
Contact: <sip:173.244.45.246:5065;transport=udp>
Feb 6 11:40:26.835: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Sent:
ACK sip:152015202827081@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK7826E0
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>;tag=SDiavoa99-lignup-4063-63e1499a
Date: Mon, 06 Feb 2023 18:40:26 GMT
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
Feb 6 11:40:26.839: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:152015202827081@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK791D03
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 18:40:26 GMT
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 2393936384-2776895981-2149374296-2994741386
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 102 INVITE
Timestamp: 1675708826
Contact: <sip:15205457285@192.168.100.1:5060>
Expires: 180
Allow-Events: telephone-event
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:152015202827081@siptrunk.p2.alianza.com:5065",response="126d0cb5b0e0e7993c6e1d0696c08456",nonce="MDAxNjc1NzA4ODI2OjUwNDczOTEwOGJVN0VqNkVrQyt1eFdyOXJEWUV6SlE9PQA=",algorithm=md5
Max-Forwards: 64
Session-Expires: 1800;refresher=uac
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 5708 6053 IN IP4 192.168.100.1
s=SIP Call
c=IN IP4 192.168.100.1
t=0 0
m=audio 17876 RTP/AVP 0
c=IN IP4 192.168.100.1
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 11:40:27.335: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:152015202827081@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK791D03
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 18:40:27 GMT
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 2393936384-2776895981-2149374296-2994741386
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 102 INVITE
Timestamp: 1675708827
Contact: <sip:15205457285@192.168.100.1:5060>
Expires: 180
Allow-Events: telephone-event
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:152015202827081@siptrunk.p2.alianza.com:5065",response="126d0cb5b0e0e7993c6e1d0696c08456",nonce="MDAxNjc1NzA4ODI2OjUwNDczOTEwOGJVN0VqNkVrQyt1eFdyOXJEWUV6SlE9PQA=",algorithm=md5
Max-Forwards: 64
Session-Expires: 1800;refresher=uac
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 5708 6053 IN IP4 192.168.100.1
s=SIP Call
c=IN IP4 192.168.100.1
t=0 0
m=audio 17876 RTP/AVP 0
c=IN IP4 192.168.100.1
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 11:40:27.495: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.100.1:5060;received=64.119.40.170;branch=z9hG4bK791D03;rport=64013
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
CSeq: 102 INVITE
Timestamp: 1675708827
Content-Length: 0
Feb 6 11:40:27.539: //123/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 192.168.100.1:5060;received=64.119.40.170;branch=z9hG4bK791D03;rport=64013
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>;tag=SDiavoa99-lignup-4a59-63e1499b
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
CSeq: 102 INVITE
Timestamp: 1675708827
Content-Length: 0
Contact: <sip:173.244.45.246:5065;transport=udp>
Feb 6 11:40:27.539: //123/8EB09200801C/CCAPI/cc_api_call_disconnected:
Cause Value=1, Interface=0x67F2AA7C, Call Id=123
Feb 6 11:40:27.543: //123/8EB09200801C/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=1, Retry Count=0)
Feb 6 11:40:27.543: //122/8EB09200801C/CCAPI/ccCallReleaseResources:
release reserved xcoding resource.
Feb 6 11:40:27.543: //123/8EB09200801C/CCAPI/ccCallSetAAA_Accounting:
Accounting=0, Call Id=123
Feb 6 11:40:27.543: //123/8EB09200801C/CCAPI/ccCallDisconnect:
Cause Value=1, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=1)
Feb 6 11:40:27.543: //123/8EB09200801C/CCAPI/ccCallDisconnect:
Cause Value=1, Call Entry(Responsed=TRUE, Cause Value=1)
Feb 6 11:40:27.547: //123/8EB09200801C/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x67F2AA7C, Tag=0x0, Call Id=123,
Call Entry(Disconnect Cause=1, Voice Class Cause Code=0, Retry Count=0)
Feb 6 11:40:27.547: //123/8EB09200801C/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 6 11:40:27.547: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 11:40:27.547: :cc_free_feature_vsa freeing 69361778
Feb 6 11:40:27.547: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 11:40:27.547: vsacount in free is 1
Feb 6 11:40:27.551: //122/8EB09200801C/CCAPI/ccCallDisconnect:
Cause Value=1, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Feb 6 11:40:27.551: //122/8EB09200801C/CCAPI/ccCallDisconnect:
Cause Value=1, Call Entry(Responsed=TRUE, Cause Value=1)
Feb 6 11:40:27.555: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
ACK sip:152015202827081@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK791D03
From: "Simply Bits" <sip:15205457285@siptrunk.p2.alianza.com>;tag=3A4320-218D
To: <sip:152015202827081@siptrunk.p2.alianza.com>;tag=SDiavoa99-lignup-4a59-63e1499b
Date: Mon, 06 Feb 2023 18:40:27 GMT
Call-ID: 8EB6ACC1-A58411ED-8022D958-B280208A@192.168.100.1
Max-Forwards: 70
CSeq: 102 ACK
Allow-Events: telephone-event
Content-Length: 0
VOIP#
Feb 6 11:40:27.555: //122/8EB09200801C/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKnri4l00008u2m98je3e0.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDnc71301-S06T20230206184026U13894846_DID15202827081
To: sip:15202827081@64.119.40.170:64013;transport=udp;tag=3A4670-5B4
Date: Mon, 06 Feb 2023 18:40:26 GMT
Call-ID: SDnc71301-57991cff97dac8d8c6ab4dff32a5e431-ao1agu3010
CSeq: 12017 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Reason: Q.850;cause=1
Content-Length: 0
Feb 6 11:40:27.692: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
ACK sip:15202827081@192.168.100.1:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKnri4l00008u2m98je3e0.1
CSeq: 12017 ACK
Call-ID: SDnc71301-57991cff97dac8d8c6ab4dff32a5e431-ao1agu3010
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDnc71301-S06T20230206184026U13894846_DID15202827081
To: <sip:15202827081@64.119.40.170:64013>;transport=udp;tag=3A4670-5B4
Max-Forwards: 65
Content-Length: 0
Feb 6 11:40:27.696: //122/8EB09200801C/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x67F2AA7C, Tag=0x0, Call Id=122,
Call Entry(Disconnect Cause=1, Voice Class Cause Code=0, Retry Count=0)
Feb 6 11:40:27.696: //122/8EB09200801C/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 6 11:40:27.696: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 11:40:27.700: :cc_free_feature_vsa freeing 69361938
Feb 6 11:40:27.700: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 11:40:27.700: vsacount in free is 0
VOIP#
Feb 6 11:41:35.203: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK7A17A7
From: <sip:101@siptrunk.p2.alianza.com>;tag=3B4E98-B04
To: <sip:101@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 18:41:35 GMT
Call-ID: A5F570EE-14EE11CC-8004D958-B280208A
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1675708895
CSeq: 34 REGISTER
Contact: <sip:101@192.168.100.1:5060>
Expires: 3600
Supported: path
Content-Length: 0
Feb 6 11:41:35.295: //124/000000000000/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.100.1:5060;received=64.119.40.170;branch=z9hG4bK7A17A7;rport=64013
From: <sip:101@siptrunk.p2.alianza.com>;tag=3B4E98-B04
To: <sip:101@siptrunk.p2.alianza.com>;tag=aprqvui9h28e4bo67-rr4gjs0000042
Call-ID: A5F570EE-14EE11CC-8004D958-B280208A
Timestamp: 1675708895
CSeq: 34 REGISTER
Contact: <sip:101@192.168.100.1:5060>;expires=181
Content-Length: 0
VOIP#
Feb 6 11:41:45.287: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK7B12E4
From: <sip:100@siptrunk.p2.alianza.com>;tag=3B75F8-1788
To: <sip:100@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 18:41:45 GMT
Call-ID: A5F4D4C6-14EE11CC-8003D958-B280208A
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1675708905
CSeq: 45 REGISTER
Contact: <sip:100@192.168.100.1:5060>
Expires: 3600
Supported: path
Content-Length: 0
Feb 6 11:41:45.295: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 192.168.100.1:5060;branch=z9hG4bK7CA7E
From: <sip:ciscoiad1@siptrunk.p2.alianza.com>;tag=3B75FC-79
To: <sip:ciscoiad1@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 18:41:45 GMT
Call-ID: A5D5B40B-14EE11CC-8002D958-B280208A
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1675708905
CSeq: 45 REGISTER
Contact: <sip:ciscoiad1@192.168.100.1:5060>
Expires: 3600
Supported: path
Content-Length: 0
Feb 6 11:41:45.411: //126/000000000000/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.100.1:5060;received=64.119.40.170;branch=z9hG4bK7CA7E;rport=64013
From: <sip:ciscoiad1@siptrunk.p2.alianza.com>;tag=3B75FC-79
To: <sip:ciscoiad1@siptrunk.p2.alianza.com>;tag=aprqvui9h28e4bo67-79k6gl10000q2
Call-ID: A5D5B40B-14EE11CC-8002D958-B280208A
Timestamp: 1675708905
CSeq: 45 REGISTER
Contact: <sip:ciscoiad1@192.168.100.1:5060>;expires=121
Content-Length: 0
Feb 6 11:41:45.411: //125/000000000000/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.100.1:5060;received=64.119.40.170;branch=z9hG4bK7B12E4;rport=64013
From: <sip:100@siptrunk.p2.alianza.com>;tag=3B75F8-1788
To: <sip:100@siptrunk.p2.alianza.com>;tag=aprqvui9h28e4bo67-78us4v20000q2
Call-ID: A5F4D4C6-14EE11CC-8003D958-B280208A
Timestamp: 1675708905
CSeq: 45 REGISTER
Contact: <sip:100@192.168.100.1:5060>;expires=121
Content-Length: 0
02-06-2023 11:04 AM
Sorry. I made a typing error in my previous post but I fixed now. The inbound sip profile should be applied as below.
voice service voip
sip
sip-profiles 1
sip-profiles 1 inbound
Also, from the logs you shared, I see that the incoming call matches dial peer 40 instead of dial peer 30. Please make sure
you add the IP address of the carrier under the voice class uri 1 as below.
voice class uri 1 sip
host 173.244.45.246
Not sure why you can't add the inbound sip profile under the dial peer. It may be not be supported on your router's version of IOS but I guess that is ok as far as you can enable it globally using the config I shared near the top of this post.
Please share your running config again after applying all the changes.
02-06-2023 11:18 AM
Doesn't look like my IOS supports a inbound profile. How about matching on a carrier-id? I've found references to that but can't find a good example, I've tried adding a voice source-group where I define a carrier-id.
VOIP(config)#voice service voip
VOIP(conf-voi-serv)#sip
VOIP(conf-serv-sip)#sip-profiles 1
VOIP(conf-serv-sip)#sip-profiles 1 inbound
^
% Invalid input detected at '^' marker.
VOIP(conf-serv-sip)#
VOIP(conf-serv-sip)#voice class uri 1 sip
VOIP(config-voice-uri-class)#host 173.244.45.246
host 173.244.45.246 already present
---
Config:
! Last configuration change at 12:16:31 MST Mon Feb 6 2023 by johnk
version 15.1
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname VOIP
!
boot-start-marker
boot system slot0:c2430-ik9o3s-mz.151-4.M10.bin
boot-end-marker
!
!
card type t1 1
logging buffered 4096
enable secret 5 $1$zwo8$nA2odUimH/BICmKTnI9rl.
enable password 7 121C0B16100709
!
aaa new-model
!
!
!
!
!
!
!
aaa session-id common
clock timezone MST -7 0
clock summer-time MDT recurring
network-clock-participate T1 1/0
network-clock-select 1 T1 1/0
crypto pki token default removal timeout 0
!
!
ip source-route
no ip routing
!
!
!
no ip cef
ip domain name simplybits.net
ip name-server 8.8.8.8
no ip dhcp use vrf connected
!
ip dhcp pool PHONES
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
option 150 ip 192.168.100.1
dns-server 8.8.8.8
!
!
!
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
!
voice hunt user-busy
voice call convert-discpi-to-prog
voice call carrier capacity active
voice rtp send-recv
!
voice service voip
no ip address trusted authenticate
allow-connections sip to sip
redirect ip2ip
sip
bind control source-interface FastEthernet0/1
bind media source-interface FastEthernet0/1
registrar server expires max 1200 min 300
sip-profiles 1
no call service stop
!
!
voice class uri ALIANZA sip
host 173.254.188.208
!
voice class uri 1 sip
host 173.244.45.246
voice class sip-profiles 1
request ANY sip-header Diversion remove
request INVITE sip-header Diversion remove
!
voice class sip-hdr-passthrulist 1
!
voice class sip-copylist 1
!
!
!
voice register global
mode cme
source-address 192.168.100.1 port 5060
max-dn 10
max-pool 8
load 7965 SCCP45.9-4-2SR3-1S
authenticate register
authenticate realm simplybits.net
dialplan-pattern 1 1.. extension-length 3
tftp-path slot0:
file text
create profile sync 0005026636280538
ntp-server 17.253.16.125 mode unicast
!
!
voice source-group Alianza
access-list 99
carrier-id source Alianza
!
voice translation-rule 1
rule 1 /^1/ //
!
voice translation-rule 2
rule 1 /5204792894/ /101/
rule 2 /5204792896/ /100/
rule 3 /5202827081/ /201/
!
voice translation-rule 10
rule 1 /100/ /5204792896/
rule 2 /101/ /5204792894/
rule 3 /201/ /5202827081/
!
voice translation-rule 20
rule 1 /\([2-9]......$\)/ /1520\1/
rule 2 /\([2-9]..[2-9]......$\)/ /1\1/
rule 3 /9911/ /911/
!
voice translation-rule 30
rule 1 /15204792894/ /101/
rule 2 /15204792896/ /100/
rule 3 /15202827081/ /201/
!
!
voice translation-profile CONVERT_TO_XTN
translate called 2
!
voice translation-profile DID_To_Ext
translate called 30
!
voice translation-profile EXTENSION_TO_CID
translate calling 10
translate called 20
!
voice translation-profile STRIP-1
translate called 1
!
!
voice-card 0
!
archive
log config
hidekeys
path slot0:
maximum 14
write-memory
username johnk password 7 030752180500
username admin privilege 15 secret 5 $1$C4oN$vJsaf4xiVPK4CbEac31YR/
username itech privilege 15 secret 5 $1$T7UO$BzcKLoYxC.69TBSRQ.jqS.
!
!
controller T1 1/0
channel-group 0 timeslots 1-24
!
ip ftp username ciscoftp
ip ftp password 7 0822455D0A49544541
ip ssh version 2
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0
ip address dhcp
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.100.1 255.255.255.0
no ip route-cache
duplex auto
speed auto
ntp broadcast
!
interface Serial1/0:0
no ip address
!
ip forward-protocol nd
ip http server
ip http authentication local
no ip http secure-server
ip http path slot0:cme-gui-8.6.0
!
!
!
logging source-interface Loopback0
access-list 99 permit 198.204.63.0 0.0.0.255
access-list 99 permit 208.93.8.0 0.0.0.255
access-list 99 permit 173.254.188.0 0.0.0.255
access-list 99 permit 173.244.45.0 0.0.0.255
!
tftp-server flash:apps45.9-4-2ES26.sbn
tftp-server flash:cnu45.9-4-2ES26.sbn
tftp-server flash:cvm45sccp.9-4-2ES26.sbn
tftp-server flash:dsp45.9-4-2ES26.sbn
tftp-server flash:jar45sccp.9-4-2ES26.sbn
tftp-server flash:SCCP45.9-4-2SR3-1S.loads
tftp-server flash:term65.default.loads
tftp-server flash:B016-1-0-4-2.SBN
tftp-server flash:music-on-hold.au
tftp-server flash:term45.default.loads
tftp-server flash:SCCP45.9-2-1S.loads
tftp-server flash:jar45sccp.9-2-1TH1-13.sbn
tftp-server flash:dsp45.9-2-1TH1-13.sbn
tftp-server flash:cvm45sccp.9-2-1TH1-13.sbn
tftp-server flash:cnu45.9-2-1TH1-13.sbn
tftp-server flash:apps45.9-2-1TH1-13.sbn
!
!
!
!
control-plane
!
!
voice-port 2/0
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/1
no supervisory disconnect lcfo
no battery-reversal
caller-id enable
!
voice-port 2/2
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/3
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/4
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/5
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/6
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/7
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/8
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/9
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/10
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/11
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/12
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/13
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/14
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/15
no supervisory disconnect lcfo
no battery-reversal
!
!
mgcp profile default
!
!
dial-peer voice 200 pots
destination-pattern 200
port 2/0
no sip-register
!
dial-peer voice 201 pots
destination-pattern 201
port 2/1
no sip-register
!
dial-peer voice 202 pots
destination-pattern 202
port 2/2
no sip-register
!
dial-peer voice 203 pots
destination-pattern 203
port 2/3
no sip-register
!
dial-peer voice 204 pots
destination-pattern 204
port 2/4
no sip-register
!
dial-peer voice 205 pots
destination-pattern 205
port 2/5
no sip-register
!
dial-peer voice 1 voip
description Incoming 11 digit calls from Alianza
translation-profile outgoing STRIP-1
preference 1
shutdown
destination-pattern 1..........
translate-outgoing called 101
modem passthrough nse codec g711ulaw
session protocol sipv2
session target ipv4:192.168.100.1
incoming called-number 1..........
incoming uri via 1
incoming uri from ALIANZA
voice-class sip profiles 1
dtmf-relay rtp-nte digit-drop h245-alphanumeric
fax-relay ecm disable
fax-relay sg3-to-g3
fax nsf 000000
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
no vad
!
dial-peer voice 2 voip
description Redirected 10 digit incoming calls
translation-profile incoming CONVERT_TO_XTN
preference 2
shutdown
session target sip-server
incoming called-number ..........
!
dial-peer voice 7 voip
description 7 Digit Dial
translation-profile outgoing EXTENSION_TO_CID
shutdown
destination-pattern [2-9]......
session protocol sipv2
session target sip-server
codec g711ulaw
!
dial-peer voice 30 voip
description Incoming Calls from the Carrier
translation-profile incoming DID_To_Ext
session protocol sipv2
session target sip-server
incoming uri via 1
carrier-id source Alianza
codec g711ulaw
no vad
!
dial-peer voice 40 voip
description Outgoing dial-peer to the Carrier
translation-profile outgoing EXTENSION_TO_CID
destination-pattern .T
session protocol sipv2
session target sip-server
codec g711ulaw
no vad
!
!
dial-peer inbound selection sip-trunk
gateway
timer receive-rtp 1200
!
sip-ua
credentials username ciscoiad1 password 7 15100F5855737A252A61 realm all
credentials username ciscoiad1 password 7 15100F5855737A252A61 realm siptrunk.p2.alianza.com
authentication username ciscoiad1 password 7 04590F525E781D4F0B4B
no remote-party-id
registrar dns:siptrunk.p2.alianza.com:5065 expires 3600
sip-server dns:siptrunk.p2.alianza.com:5065
!
!
!
telephony-service
no auto-reg-ephone
max-ephones 30
max-dn 150
ip source-address 10.169.197.102 port 2000
timeouts interdigit 2
cnf-file perphone
load 7965 SCCP45.9-4-2SR3-1S
max-conferences 4 gain -6
call-park system application
call-forward pattern .T
moh flash:music-on-hold.au
transfer-system full-consult
transfer-pattern .T
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1
!
!
ephone-dn 10
number 100
label x100
allow watch
!
!
ephone-dn 11
number 101
label x101
allow watch
!
!
ephone 1
device-security-mode none
mac-address C025.5C43.0CDD
type 7965
button 1:10
!
!
!
ephone 2
device-security-mode none
mac-address 2893.FE13.4C0A
type 7965
button 1:11
!
!
!
line con 0
line aux 0
line vty 0 4
exec-timeout 0 0
password 7 030752180500
logging synchronous
transport input all
!
ntp master
ntp peer time.apple.com
end
02-06-2023 11:59 AM
Does the outbound calls work? I doubt it because your router is behind NAT and you don't have any outbound sip profiles in your configs. You need an outbound sip profile to xlate the private IP of the router to its public IP. Please add the sip profile 40 and apply it to dial peer 40 as below.
voice class sip-profiles 40
request ANY sip-header From modify "192.168.100.1" "64.119.40.170"
request ANY sip-header Via modify "192.168.100.1" "64.119.40.170"
request ANY sip-header Remote-Party-ID modify "192.168.100.1" "64.119.40.170"
request ANY sip-header Contact modify "192.168.100.1" "64.119.40.170"
response ANY sip-header Contact modify "192.168.100.1" "64.119.40.170"
response ANY sip-header Remote-Party-ID modify "192.168.100.1" "64.119.40.170"
request ANY sdp-header Audio-Connection-Info modify "192.168.100.1" "64.119.40.170"
request ANY sdp-header Connection-Info modify "192.168.100.1" "64.119.40.170"
request ANY sdp-header Session-Owner modify "192.168.100.1" "64.119.40.170"
response ANY sdp-header Session-Owner modify "192.168.100.1" "64.119.40.170"
response ANY sdp-header Connection-Info modify "192.168.100.1" "64.119.40.170"
response ANY sdp-header Audio-Connection-Info modify "192.168.100.1" "64.119.40.170"
request ANY sip-header Call-Info modify "192.168.100.1" "64.119.40.170"
request ANY sip-header P-Asserted-Identity modify "192.168.100.1" "64.119.40.170"
dial-peer voice 40 voip
voice-class sip profiles 40
For inbound calls:
I still see "dial-peer inbound selection sip-trunk" in your configs. I believe this command won't allow the inbound calls from the carrier to correctly match dial-peer 30. Please remove using "no dial-peer inbound selection sip-trunk" for now.
If the inbound calls still don't work then try this (just for testing).
dial-peer voice 30 voip
no incoming uri via 1
incoming called-number 15202827081
If using this method, you should obviously test your inbound calls by dialing 15202827081.
02-06-2023 03:02 PM
Yeah, I didn't have working RTP earlier, but as this is only a test configuration in my lab I wasn't worried about that yet.
I just removed a bunch of the stuff I had been trying from my configuration to try and get it down to just what you want me to work with and here's what I have.
Incoming calls to 15202827081 are ringing through to my POTS port and can be answered.
Here's a log of that: -------------------------
Feb 6 15:54:38.547: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:15202827081@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKohl2sn005g58folgj5b0.1
Contact: <sip:173.244.45.246:5065;transport=udp>
CSeq: 15584 INVITE
Content-Length: 366
Content-Type: application/sdp
Call-ID: SD456t201-edfc22c9c7cc284d1434598dba86160c-ao1a0u3050
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SD456t201-S07T20230206225438U14385267_DID15202827081
To: sip:15202827081@64.119.40.170:60577;transport=udp
Diversion: sip:15202827081@null;reason=unconditional
Max-Forwards: 65
Priority: normal
Session-Expires: 1800;refresher=uac
Allow: INVITE
Allow: ACK
Allow: PRACK
Allow: CANCEL
Allow: BYE
Allow: REFER
Allow: NOTIFY
Allow: OPTIONS
Allow: MESSAGE
Allow: INFO
Allow: REGISTER
Allow: SUBSCRIBE
Supported: timer
v=0
o=CPE2_Media_Cluster 1196888226 1196888227 IN IP4 173.244.45.188
s=95c2740f-55b9-4caa-9bc5-14bef6860e8a/e3cfb46e-5550-442c-89bf-62fda3165153
c=IN IP4 173.244.45.188
t=0 0
m=audio 21822 RTP/AVP 0 18 101 13
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:13 CN/8000
a=ptime:20
Feb 6 15:54:38.563: //-1/11872C9E805D/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=15205457285
----- ccCallInfo IE subfields -----
cisco-ani=15205457285
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=15202827081
cisco-desttype=0
cisco-destplan=0
cisco-rdie=74
cisco-rdn=15202827081
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=15 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 15:54:38.567: //-1/11872C9E805D/CCAPI/cc_api_call_setup_ind_common:
Interface=0x67F2B37C, Call Info(
Calling Number=15205457285,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15202827081(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
Incoming Dial-peer=30, Progress Indication=NULL(0), Calling IE Present=TRUE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=76
Feb 6 15:54:38.567: //-1/11872C9E805D/CCAPI/ccCheckClipClir:
In: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:54:38.567: //-1/11872C9E805D/CCAPI/ccCheckClipClir:
Out: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:54:38.567: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:54:38.567: :cc_get_feature_vsa malloc success
Feb 6 15:54:38.567: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:54:38.567: cc_get_feature_vsa count is 1
Feb 6 15:54:38.567: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:54:38.567: :FEATURE_VSA attributes are: feature_name:0,feature_time:1721144048,feature_id:27
Feb 6 15:54:38.567: //76/11872C9E805D/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15202827081(TON=Unknown, NPI=Unknown))
Feb 6 15:54:38.571: //76/11872C9E805D/CCAPI/cc_process_call_setup_ind:
Event=0x685C2E18
Feb 6 15:54:38.571: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
Try with the demoted called number 15202827081
Feb 6 15:54:38.571: //76/11872C9E805D/CCAPI/ccCallSetContext:
Context=0x69535430
Feb 6 15:54:38.571: //76/11872C9E805D/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 76 with tag 30 to app "_ManagedAppProcess_Default"
Feb 6 15:54:38.575: //76/11872C9E805D/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Feb 6 15:54:38.579: //76/11872C9E805D/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=201, Params=0x69536940, Progress Indication=NULL(0)
Feb 6 15:54:38.579: //76/11872C9E805D/CCAPI/ccCheckClipClir:
In: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:54:38.579: //76/11872C9E805D/CCAPI/ccCheckClipClir:
Out: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:54:38.579: //76/11872C9E805D/CCAPI/ccCallSetupRequest:
Destination Pattern=201, Called Number=201, Digit Strip=TRUE
Feb 6 15:54:38.579: //76/11872C9E805D/CCAPI/ccCallSetupRequest:
Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=201(TON=Unknown, NPI=Unknown),
Redirect Number=15202827081, Display Info=Simply Bits
Account Number=15205457285, Final Destination Flag=TRUE,
Guid=11872C9E-A5A8-11ED-805D-ACF0AF83D342, Outgoing Dial-peer=201
Feb 6 15:54:38.579: //76/11872C9E805D/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=15205457285
----- ccCallInfo IE subfields -----
cisco-ani=15205457285
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=201
cisco-desttype=0
cisco-destplan=0
cisco-rdie=74
cisco-rdn=15202827081
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=15 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 15:54:38.583: //76/11872C9E805D/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x68611614, Interface Type=6, Destination=, Mode=0x0,
Call Params(Calling Number=15205457285,(Calling Name=Simply Bits)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=201(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=201, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
Feb 6 15:54:38.583: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:54:38.583: :cc_get_feature_vsa malloc success
Feb 6 15:54:38.583: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:54:38.583: cc_get_feature_vsa count is 2
Feb 6 15:54:38.583: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:54:38.583: :FEATURE_VSA attributes are: feature_name:0,feature_time:1721143824,feature_id:28
Feb 6 15:54:38.583: //77/11872C9E805D/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1
Feb 6 15:54:38.583: //77/11872C9E805D/CCAPI/ccCallSetContext:
Context=0x695368F0
Feb 6 15:54:38.583: //76/11872C9E805D/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=201
Feb 6 15:54:38.591: //77/11872C9E805D/CCAPI/cc_api_call_proceeding:
Interface=0x68611614, Progress Indication=NULL(0)
Feb 6 15:54:38.591: //77/11872C9E805D/CCAPI/cc_api_call_cut_progress:
Interface=0x68611614, Progress Indication=INBAND(8), Signal Indication=INTERCEPT(2),
Cause Value=0
Feb 6 15:54:38.591: //77/11872C9E805D/CCAPI/cc_api_call_cut_progress:
Call Entry(Responsed=TRUE)
Feb 6 15:54:38.595: //76/11872C9E805D/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKohl2sn005g58folgj5b0.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SD456t201-S07T20230206225438U14385267_DID15202827081
To: sip:15202827081@64.119.40.170:60577;transport=udp
Date: Mon, 06 Feb 2023 22:54:38 GMT
Call-ID: SD456t201-edfc22c9c7cc284d1434598dba86160c-ao1a0u3050
CSeq: 15584 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
Feb 6 15:54:38.595: //76/11872C9E805D/CCAPI/ccCallCutProgress:
Progress Indication=INBAND(8), Signal Indication=INTERCEPT(2), Cause Value=0
Voice Call Send Alert=FALSE, Call Entry(Alert Sent=FALSE)
Feb 6 15:54:38.595: //76/11872C9E805D/CCAPI/ccCallCutProgress:
Call Entry(Responsed=TRUE)
Feb 6 15:54:38.595: //76/11872C9E805D/CCAPI/ccConferenceCreate:
(confID=0x696289E0, callID1=0x4C, gcid=118864EE-A5A811ED-8060ACF0-AF83D342, tag=0x0)
Feb 6 15:54:38.595: //77/11872C9E805D/CCAPI/ccConferenceCreate:
(confID=0x696289E0, callID2=0x4D, gcid=118864EE-A5A811ED-8060ACF0-AF83D342, tag=0x0)
Feb 6 15:54:38.595: //76/11872C9E805D/CCAPI/ccConferenceCreate:
Conference Id=0x696289E0, Call Id1=76, Call Id2=77, Tag=0x0
Feb 6 15:54:38.599: //76/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:54:38.599: cc_api_get_xcode_stream : 4702
Feb 6 15:54:38.599: //76/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:54:38.599: cc_api_get_xcode_stream : 4702
Feb 6 15:54:38.599: //76/11872C9E805D/CCAPI/cc_api_bridge_done:
Conference Id=0x9, Source Interface=0x67F2B37C, Source Call Id=76,
Destination Call Id=77, Disposition=0x0, Tag=0x0
Feb 6 15:54:38.599: //77/11872C9E805D/CCAPI/cc_api_bridge_done:
Conference Id=0x9, Source Interface=0x68611614, Source Call Id=77,
Destination Call Id=76, Disposition=0x0, Tag=0xFFFFFFFF
Feb 6 15:54:38.603: //76/11872C9E805D/CCAPI/cc_generic_bridge_done:
Conference Id=0x9, Source Interface=0x68611614, Source Call Id=77,
Destination Call Id=76, Disposition=0x0, Tag=0xFFFFFFFF
Feb 6 15:54:38.603: //76/11872C9E805D/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x9, Destination Call Id=77)
Feb 6 15:54:38.603: //77/11872C9E805D/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x9, Destination Call Id=76)
Feb 6 15:54:38.603: //77/11872C9E805D/CCAPI/cc_api_caps_ind:
Destination Interface=0x67F2B37C, Destination Call Id=76, Source Call Id=77,
Caps(Codec=0x1, Fax Rate=0x1, Vad=0x1,
Modem=0x2, Codec Bytes=20, Signal Type=3)
Feb 6 15:54:38.603: //77/11872C9E805D/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
Feb 6 15:54:38.603: //76/11872C9E805D/CCAPI/cc_api_caps_ind:
Destination Interface=0x68611614, Destination Call Id=77, Source Call Id=76,
Caps(Codec=0x1, Fax Rate=0x2, Vad=0x1,
Modem=0x0, Codec Bytes=160, Signal Type=2)
Feb 6 15:54:38.603: //76/11872C9E805D/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
Feb 6 15:54:38.603: //76/11872C9E805D/CCAPI/cc_api_caps_ack:
Destination Interface=0x68611614, Destination Call Id=77, Source Call Id=76,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=2027)
Feb 6 15:54:38.607: //77/11872C9E805D/CCAPI/cc_api_caps_ack:
Destination Interface=0x67F2B37C, Destination Call Id=76, Source Call Id=77,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=2027)
Feb 6 15:54:38.607: //76/11872C9E805D/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=76
Feb 6 15:54:38.611: //76/11872C9E805D/CCAPI/cc_process_notify_bridge_done:
Conference Id=0x9, Call Id1=76, Call Id2=77
Feb 6 15:54:38.615: //77/11872C9E805D/CCAPI/cc_api_voice_mode_event:
Call Id=77
Feb 6 15:54:38.615: //77/11872C9E805D/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x695368F0)
Feb 6 15:54:38.615: //76/11872C9E805D/CCAPI/cc_api_event_indication:
Event=90, Call Id=76
Feb 6 15:54:38.615: //76/11872C9E805D/CCAPI/cc_api_event_indication:
Event Is Sent To Conferenced SPI(s) Directly
Feb 6 15:54:38.615: //76/11872C9E805D/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKohl2sn005g58folgj5b0.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SD456t201-S07T20230206225438U14385267_DID15202827081
To: sip:15202827081@64.119.40.170:60577;transport=udp;tag=1120B0-87B
Date: Mon, 06 Feb 2023 22:54:38 GMT
Call-ID: SD456t201-edfc22c9c7cc284d1434598dba86160c-ao1a0u3050
CSeq: 15584 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
A
VOIP#llow-Events: telephone-event
Contact: <sip:15202827081@10.169.197.102:5060>
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-12.x
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 197
v=0
o=CiscoSystemsSIP-GW-UserAgent 5939 7195 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 17118 RTP/AVP 0
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=ptime:20
VOIP#
Feb 6 15:54:42.156: //77/11872C9E805D/CCAPI/cc_api_voice_mode_event:
Call Id=77
Feb 6 15:54:42.156: //77/11872C9E805D/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x695368F0)
Feb 6 15:54:42.941: //77/11872C9E805D/CCAPI/cc_api_call_connected:
Interface=0x68611614, Data Bitmask=0x1, Progress Indication=DESTINATION IS NON ISDN(2),
Connection Handle=0
Feb 6 15:54:42.941: //77/11872C9E805D/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
Feb 6 15:54:42.941: //76/11872C9E805D/CCAPI/ccCallConnect:
Progress Indication=DESTINATION IS NON ISDN(2), Data Bitmask=0x1
Feb 6 15:54:42.941: //76/11872C9E805D/CCAPI/ccCallConnect:
Call Entry(Connected=TRUE, Responsed=TRUE)
Feb 6 15:54:42.945: //76/11872C9E805D/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=76
Feb 6 15:54:42.953: //76/11872C9E805D/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKohl2sn005g58folgj5b0.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SD456t201-S07T20230206225438U14385267_DID15202827081
To: sip:15202827081@64.119.40.170:60577;transport=udp;tag=1120B0-87B
Date: Mon, 06 Feb 2023 22:54:38 GMT
Call-ID: SD456t201-edfc22c9c7cc284d1434598dba86160c-ao1a0u3050
CSeq: 15584 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Contact: <sip:15202827081@10.169.197.102:5060>
Supported: replaces
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-12.x
Require: timer
Session-Expires: 1800;refresher=uac
Supported: timer
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 197
v=0
o=CiscoSystemsSIP-GW-UserAgent 5939 7195 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 17118 RTP/AVP 0
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 15:54:43.173: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#ACK sip:15202827081@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK22l2sk00eo4jp6h3nls0.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SD456t201-S07T20230206225438U14385267_DID15202827081
To: sip:15202827081@64.119.40.170:60577;transport=udp;tag=1120B0-87B
Contact: <sip:173.244.45.246:5065;transport=udp>
Call-ID: SD456t201-edfc22c9c7cc284d1434598dba86160c-ao1a0u3050
CSeq: 15584 ACK
Content-Length: 0
Max-Forwards: 70
VOIP#
Feb 6 15:54:44.774: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
OPTIONS sip:101@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKq5dthl300881urtgpfj0
From: <sip:101@siptrunk.p2.alianza.com:5065>;tag=a96
To: <sip:101@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:45:34 GMT
Call-ID: dcf4c412111ea51c1c7ee9216155beab010@173.244.45.246
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 69
Timestamp: 1675723534
CSeq: 11 OPTIONS
Contact: <sip:173.244.45.246:5065;transport=udp>
Expires: 3600
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:siptrunk.p2.alianza.com:5065",response="2fc280628a101c713310198c056cafdd",nonce="MDAxNjc1NzIzNTM0OjUxNDQxNDkwM1gwamF3cktuSnBWYWJHYmh6aEFva0E9PQA=",algorithm=md5
Content-Length: 0
Feb 6 15:54:44.790: //78/153D496E8063/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKq5dthl300881urtgpfj0
From: <sip:101@siptrunk.p2.alianza.com:5065>;tag=a96
To: <sip:101@siptrunk.p2.alianza.com>;tag=1138C8-E97
Date: Mon, 06 Feb 2023 22:54:44 GMT
Call-ID: dcf4c412111ea51c1c7ee9216155beab010@173.244.45.246
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 11 OPTIONS
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Accept: application/sdp
Supported
VOIP#: 100rel,timer,resource-priority,replaces,sdp-anat
Content-Type: application/sdp
Content-Length: 170
v=0
o=CiscoSystemsSIP-GW-UserAgent 4470 9964 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 0 RTP/AVP 18 0 8 9 4 2 15
c=IN IP4 64.119.40.170
VOIP#
Feb 6 15:54:49.616: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
BYE sip:15202827081@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK22l2sk00eo4jp6h3nls0cd000ojg3.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SD456t201-S07T20230206225438U14385267_DID15202827081
To: sip:15202827081@64.119.40.170:60577;transport=udp;tag=1120B0-87B
Contact: <sip:173.244.45.246:5065;transport=udp>
Call-ID: SD456t201-edfc22c9c7cc284d1434598dba86160c-ao1a0u3050
CSeq: 15585 BYE
Content-Length: 0
Supported: timer
Max-Forwards: 69
Feb 6 15:54:49.620: //77/11872C9E805D/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=FALSE, Tone=Null,
Tone Direction=Sum Network, Params=0x0, Call Id=77
Feb 6 15:54:49.620: //76/11872C9E805D/CCAPI/cc_api_call_disconnected:
Cause Value=16, Interface=0x67F2B37C, Call Id=76
Feb 6 15:54:49.620: //76/11872C9E805D/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
Feb 6 15:54:49.624: //76/11872C9E805D/CCAPI/ccConferenceDestroy:
Conference Id=0x9, Tag=0x0
Feb 6 15:54:49.624: //76/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:54:49.624: cc_api_get_xcode_stream : 4702
Feb 6 15:54:49.624: //77/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:54:49.624: cc_api_get_xcode_stream : 4702
Feb 6 15:54:49.624: //76/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:54:49.624: cc_api_get_xcode_stream : 4702
Feb 6 15:54:49.624: //76/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:54:49.624: cc_api_get_xcode_stream : 4702
Feb 6 15:54:49.624: //76/11872C9E805D/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x9, Source Interface=0x67F2B37C, Source Call Id=76,
Destination Call Id=77, Disposition=0x0, Tag=0x0
Feb 6 15:54:49.628: //77/11872C9E805D/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x9, Source Interface=0x68611614, Source Call Id=77,
Destination Call Id=76, Disposition=0x0, Tag=0x0
Feb 6 15:54:49.628: //76/11872C9E805D/CCAPI/cc_generic_bridge_done:
Conference Id=0x9, Source Interface=0x68611614, Source Call Id=77,
Destination Call Id=76, Disposition=0x0, Tag=0x0
Feb 6 15:54:49.628: //76/11872C9E805D/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
Feb 6 15:54:49.632: //76/11872C9E805D/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 6 15:54:49.632: //77/11872C9E805D/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Feb 6 15:54:49.632: //77/11872C9E805D/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 6 15:54:49.632: //77/11872C9E805D/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
Feb 6 15:54:49.640: //76/11872C9E805D/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x67F2B37C, Tag=0x0, Call Id=76,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 6 15:54:49.644: //76/11872C9E805D/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 6 15:54:49.644: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:54:49.644: :cc_free_feature_vsa freeing 669692E8
Feb 6 15:54:49.644: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:54:49.644: vsacount in free is 1
Feb 6 15:54:49.644: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
VOIP#SIP/2.0 200 OK
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK22l2sk00eo4jp6h3nls0cd000ojg3.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SD456t201-S07T20230206225438U14385267_DID15202827081
To: sip:15202827081@64.119.40.170:60577;transport=udp;tag=1120B0-87B
Date: Mon, 06 Feb 2023 22:54:49 GMT
Call-ID: SD456t201-edfc22c9c7cc284d1434598dba86160c-ao1a0u3050
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 15585 BYE
Reason: Q.850;cause=16
P-RTP-Stat: PS=371,OS=59360,PR=0,OR=0,PL=0,JI=1,LA=0,DU=6
Content-Length: 0
VOIP#
Feb 6 15:54:50.736: //77/11872C9E805D/CCAPI/cc_api_call_feature:
Feature Type=6, Interface=0x68611614, Call Id=77
Feb 6 15:54:50.740: //77/11872C9E805D/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x68611614, Tag=0x0, Call Id=77,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 6 15:54:50.740: //77/11872C9E805D/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 6 15:54:50.740: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:54:50.740: :cc_free_feature_vsa freeing 66969208
Feb 6 15:54:50.740: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:54:50.740: vsacount in free is 0
Feb 6 15:54:51.785: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK448CC
From: <sip:101@siptrunk.p2.alianza.com>;tag=115420-12E
To: <sip:101@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:54:51 GMT
Call-ID: A5FF349E-14EE11CC-8004ACF0-AF83D342
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1675724091
CSeq: 17 REGISTER
Contact: <sip:101@10.169.197.102:5060>
Expires: 3600
Supported: path
Content-Length: 0
Feb 6 15:54:52.061: //79/000000000000/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK448CC;rport=60577
From: <sip:101@siptrunk.p2.alianza.com>;tag=115420-12E
To: <sip:101@siptrunk.p2.alianza.com>;tag=aprqvui9hs8e4bo67-13u7je1000021
Call-ID: A5FF349E-14EE11CC-8004ACF0-AF83D342
Timestamp: 1675724091
CSeq: 17 REGISTER
Contact: <sip:101@10.169.197.102:5060>;expires=161
Content-Length: 0
------------------------------------------
Outgoing calls are not connecting, I see multiple INVITE messages going out but nothing coming back from the carrier.
Feb 6 15:55:58.837: //-1/4161DC828065/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=0 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 15:55:58.841: //-1/4161DC828065/CCAPI/cc_api_call_setup_ind_common:
Interface=0x68611614, Call Info(
Calling Number=,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE,
Incoming Dial-peer=201, Progress Indication=ORIGINATING SIDE IS NON ISDN(3), Calling IE Present=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=-1
Feb 6 15:55:58.841: //-1/4161DC828065/CCAPI/ccCheckClipClir:
In: Calling Number=201(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:55:58.841: //-1/4161DC828065/CCAPI/ccCheckClipClir:
Out: Calling Number=201(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:55:58.841: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:55:58.841: :cc_get_feature_vsa malloc success
Feb 6 15:55:58.841: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:55:58.841: cc_get_feature_vsa count is 1
Feb 6 15:55:58.841: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:55:58.841: :FEATURE_VSA attributes are: feature_name:0,feature_time:1721143824,feature_id:29
Feb 6 15:55:58.841: //83/4161DC828065/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=201(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown))
Feb 6 15:55:58.845: //83/4161DC828065/CCAPI/cc_process_call_setup_ind:
Event=0x685C2E18
Feb 6 15:55:58.845: //83/4161DC828065/CCAPI/ccCallSetContext:
Context=0x69537DB0
Feb 6 15:55:58.845: //83/4161DC828065/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 83 with tag 201 to app "_ManagedAppProcess_Default"
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/ccCallSetupAck:
Call Id=83
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/cc_api_set_transfer_info:
Transfer Number=, Transfer Reason=0x0
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=TRUE, Tone=Dial Tone,
Tone Direction=Network, Params=0x0, Call Id=83
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/ccSetDigitTimeouts:
Initial Digit Timeout=-1000(ms), Inter Digit Timeout=-1000(ms)
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/ccSetDigitTimeouts:
Call Entry(Inter Digit Timeout=10000(ms), Initial Digit Timeout=10000(ms))
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/ccCallReportDigits:
(callID=0x53, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=83
VOIP#
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x68611614, callID=0x53, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x68611614, Call Id=83
Feb 6 15:55:58.849: //83/4161DC828065/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=10000(ms))
Feb 6 15:55:59.886: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=5, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F145A1, Rtp Expiration=0x0
Feb 6 15:56:00.006: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=5, Duration=157,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:00.006: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:56:00.534: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
VOIP#Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=4, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F159F6, Rtp Expiration=0x0
Feb 6 15:56:00.686: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=4, Duration=182,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:00.686: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:56:00.814: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=5, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F162AE, Rtp Expiration=0x0
Feb 6 15:56:00.954: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=5, Duration=180,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:00.954: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:56:01.146: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=7, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F16CFE, Rtp Expiration=0x0
Feb 6 15:56:01.226: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=7, Duration=120,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:01.226: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:56:01.454: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
VOIP#Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=2, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F176B1, Rtp Expiration=0x0
Feb 6 15:56:01.614: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=2, Duration=197,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:01.614: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:56:01.794: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=8, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F18153, Rtp Expiration=0x0
Feb 6 15:56:01.954: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=8, Duration=195,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:01.954: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:56:02.074: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
VOIP#Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=5, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F18A0E, Rtp Expiration=0x0
Feb 6 15:56:02.187: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=5, Duration=150,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:02.187: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
VOIP#
Feb 6 15:56:08.289: //83/4161DC828065/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=#, DigitBeginFlags=0x1,
Rtp Timestamp=0x17F24C1E, Rtp Expiration=0x0
Feb 6 15:56:08.357: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=83, Digit=#, Duration=110,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:56:08.357: //83/4161DC828065/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:56:08.361: //83/4161DC828065/CCAPI/ccCallReportDigits:
(callID=0x53, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 6 15:56:08.361: //83/4161DC828065/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=83
Feb 6 15:56:08.361: //83/4161DC828065/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x68611614, callID=0x53, disp=0, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 6 15:56:08.361: //83/4161DC828065/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x68611614, Call Id=83
Feb 6 15:56:08.361: //83/4161DC828065/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=10000(ms))
Feb 6 15:56:08.361: //83/4161DC828065/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Feb 6 15:56:08.369: //83/4161DC828065/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=40, Params=0x695392C0, Progress Indication=ORIGINATING SIDE IS NON ISDN(3)
Feb 6 15:56:08.369: //83/4161DC828065/CCAPI/ccCheckClipClir:
In: Calling Number=5202827081(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:56:08.369: //83/4161DC828065/CCAPI/ccCheckClipClir:
Out: Calling Number=5202827081(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:56:08.369: //83/4161DC828065/CCAPI/ccCallSetupRequest:
Destination Pattern=.T, Called Number=15205457285, Digit Strip=FALSE
Feb 6 15:56:08.369: //83/4161DC828065/CCAPI/ccCallSetupRequest:
Calling Number=5202827081(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15205457285(TON=Unknown, NPI=Unknown),
Redirect Number=, Display Info=
Account Number=, Final Destination Flag=FALSE,
Guid=4161DC82-A5A8-11ED-8065-ACF0AF83D342, Outgoing Dial-peer=40
Feb 6 15:56:08.369: //83/4161DC828065/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=5202827081
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=15205457285
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=0 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 15:56:08.373: //83/4161DC828065/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x67F2B37C, Interface Type=3, Destination=, Mode=0x0,
Call Params(Calling Number=5202827081,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15205457285(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE, Outgoing Dial-peer=40, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
Feb 6 15:56:08.373: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:56:08.373: :cc_get_feature_vsa malloc success
Feb 6 15:56:08.373: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:56:08.373: cc_get_feature_vsa count is 2
Feb 6 15:56:08.373: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:56:08.373: :FEATURE_VSA attributes are: feature_name:0,feature_time:1721144048,feature_id:30
Feb 6 15:56:08.373: //84/4161DC828065/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
Feb 6 15:56:08.373: //84/4161DC828065/CCAPI/ccCallSetContext:
Context=0x69539270
Feb 6 15:56:08.373: //83/4161DC828065/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=40
Feb 6 15:56:08.377: //84/4161DC828065/CCAPI/cc_api_call_proceeding:
Interface=0x67F2B37C, Progress Indication=NULL(0)
Feb 6 15:56:08.389: //84/4161DC828065/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 64.119.40.170:5060;branch=z9hG4bK471164
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=127F38-B5D
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:08 GMT
Call-ID: 4711952C-A5A811ED-806AACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1096932482-2779255277-2154147056-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE
VOIP#, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724168
Contact: <sip:5202827081@64.119.40.170:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 6830 8549 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 19308 RTP/AVP 0
c=IN IP4 64.119.40.170
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 15:56:08.893: //84/4161DC828065/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 64.119.40.170:5060;branch=z9hG4bK471164
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=127F38-B5D
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:08 GMT
Call-ID: 4711952C-A5A811ED-806AACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1096932482-2779255277-2154147056-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE
VOIP#, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724168
Contact: <sip:5202827081@64.119.40.170:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 6830 8549 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 19308 RTP/AVP 0
c=IN IP4 64.119.40.170
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 15:56:09.894: //84/4161DC828065/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 64.119.40.170:5060;branch=z9hG4bK471164
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=127F38-B5D
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:09 GMT
Call-ID: 4711952C-A5A811ED-806AACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1096932482-2779255277-2154147056-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724169
Contact: <sip:5202827081@64.119.40.170:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 6830 8549 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 19308 RTP/AVP 0
c=IN IP4 64.119.40.170
a=rtpmap:0 PCMU/8000
a=ptime:20
VOIP#
Feb 6 15:56:11.895: //84/4161DC828065/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 64.119.40.170:5060;branch=z9hG4bK471164
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=127F38-B5D
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:11 GMT
Call-ID: 4711952C-A5A811ED-806AACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1096932482-2779255277-2154147056-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE
VOIP#, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724171
Contact: <sip:5202827081@64.119.40.170:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 6830 8549 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 19308 RTP/AVP 0
c=IN IP4 64.119.40.170
a=rtpmap:0 PCMU/8000
a=ptime:20
VOIP#
Feb 6 15:56:15.896: //84/4161DC828065/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 64.119.40.170:5060;branch=z9hG4bK471164
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=127F38-B5D
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:15 GMT
Call-ID: 4711952C-A5A811ED-806AACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1096932482-2779255277-2154147056-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE
VOIP#, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724175
Contact: <sip:5202827081@64.119.40.170:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 6830 8549 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 19308 RTP/AVP 0
c=IN IP4 64.119.40.170
a=rtpmap:0 PCMU/8000
a=ptime:20
VOIP#
Feb 6 15:56:23.900: //84/4161DC828065/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 64.119.40.170:5060;branch=z9hG4bK471164
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=127F38-B5D
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:23 GMT
Call-ID: 4711952C-A5A811ED-806AACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1096932482-2779255277-2154147056-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE
VOIP#, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724183
Contact: <sip:5202827081@64.119.40.170:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 6830 8549 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 19308 RTP/AVP 0
c=IN IP4 64.119.40.170
a=rtpmap:0 PCMU/8000
a=ptime:20
VOIP#
Feb 6 15:56:31.507: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
OPTIONS sip:100@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKdtguhk2098u23rnqe7g0
From: <sip:100@siptrunk.p2.alianza.com:5065>;tag=a98
To: <sip:100@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:47:15 GMT
Call-ID: 133be9112df974663dfb311027d7fb5b050@173.244.45.246
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 69
Timestamp: 1675723635
CSeq: 12 OPTIONS
Contact: <sip:173.244.45.246:5065;transport=udp>
Expires: 3600
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:siptrunk.p2.alianza.com:5065",response="154357687d52bf72d7b4bf0f47823c7f",nonce="MDAxNjc1NzIzNjM1OjUxNzI2NDg4MXNyN2MvMXFDWlFlWUxEV3BTbW54Nnc9PQA=",algorithm=md5
Content-Length: 0
Feb 6 15:56:31.523: //85/54DB894E806B/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKdtguhk2098u23rnqe7g0
From: <sip:100@siptrunk.p2.alianza.com:5065>;tag=a98
To: <sip:100@siptrunk.p2.alianza.com>;tag=12D988-43A
Date: Mon, 06 Feb 2023 22:56:31 GMT
Call-ID: 133be9112df974663dfb311027d7fb5b050@173.244.45.246
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 12 OPTIONS
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Accept: application/sdp
Supported
VOIP#: 100rel,timer,resource-priority,replaces,sdp-anat
Content-Type: application/sdp
Content-Length: 170
v=0
o=CiscoSystemsSIP-GW-UserAgent 6246 5962 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 0 RTP/AVP 18 0 8 9 4 2 15
c=IN IP4 64.119.40.170
VOIP#
Feb 6 15:56:39.479: //83/4161DC828065/CCAPI/cc_api_call_disconnected:
Cause Value=16, Interface=0x68611614, Call Id=83
Feb 6 15:56:39.479: //83/4161DC828065/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=FALSE, Cause Value=16, Retry Count=0)
Feb 6 15:56:39.479: //84/4161DC828065/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Feb 6 15:56:39.479: //84/4161DC828065/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=FALSE, Cause Value=16)
Feb 6 15:56:39.483: //83/4161DC828065/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
Feb 6 15:56:39.483: //83/4161DC828065/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 6 15:56:39.483: //83/4161DC828065/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
Feb 6 15:56:39.491: //83/4161DC828065/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x68611614, Tag=0x0, Call Id=83,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 6 15:56:39.491: //83/4161DC828065/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
VOIP#
Feb 6 15:56:39.491: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:56:39.491: :cc_free_feature_vsa freeing 66969208
Feb 6 15:56:39.491: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:56:39.491: vsacount in free is 1
Feb 6 15:56:39.907: //84/4161DC828065/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 64.119.40.170:5060;branch=z9hG4bK471164
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=127F38-B5D
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:39 GMT
Call-ID: 4711952C-A5A811ED-806AACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1096932482-2779255277-2154147056-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE
VOIP#, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724199
Contact: <sip:5202827081@64.119.40.170:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 194
v=0
o=CiscoSystemsSIP-GW-UserAgent 6830 8549 IN IP4 64.119.40.170
s=SIP Call
c=IN IP4 64.119.40.170
t=0 0
m=audio 19308 RTP/AVP 0
c=IN IP4 64.119.40.170
a=rtpmap:0 PCMU/8000
a=ptime:20
VOIP#
Feb 6 15:56:44.521: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK482585
From: <sip:100@siptrunk.p2.alianza.com>;tag=130C50-144E
To: <sip:100@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:56:44 GMT
Call-ID: A5FE9876-14EE11CC-8003ACF0-AF83D342
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1675724204
CSeq: 19 REGISTER
Contact: <sip:100@10.169.197.102:5060>
Expires: 3600
Supported: path
Content-Length: 0
Feb 6 15:56:44.669: //86/000000000000/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK482585;rport=60577
From: <sip:100@siptrunk.p2.alianza.com>;tag=130C50-144E
To: <sip:100@siptrunk.p2.alianza.com>;tag=aprqvui9hs8e4bo67-hppo2u2000061
Call-ID: A5FE9876-14EE11CC-8003ACF0-AF83D342
Timestamp: 1675724204
CSeq: 19 REGISTER
Contact: <sip:100@10.169.197.102:5060>;expires=131
Content-Length: 0
I disabled voice-class sip profiles 40 on dial-peer voice 40 voip and now I can at least dial out even if there is no RTP still.
Feb 6 15:57:28.452: //-1/76CBF4F6806C/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=0 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 15:57:28.456: //-1/76CBF4F6806C/CCAPI/cc_api_call_setup_ind_common:
Interface=0x68611614, Call Info(
Calling Number=,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE,
Incoming Dial-peer=201, Progress Indication=ORIGINATING SIDE IS NON ISDN(3), Calling IE Present=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=-1
Feb 6 15:57:28.456: //-1/76CBF4F6806C/CCAPI/ccCheckClipClir:
In: Calling Number=201(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:57:28.456: //-1/76CBF4F6806C/CCAPI/ccCheckClipClir:
Out: Calling Number=201(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:57:28.456: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:57:28.456: :cc_get_feature_vsa malloc success
Feb 6 15:57:28.456: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:57:28.456: cc_get_feature_vsa count is 1
Feb 6 15:57:28.456: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:57:28.456: :FEATURE_VSA attributes are: feature_name:0,feature_time:1721144048,feature_id:31
Feb 6 15:57:28.456: //88/76CBF4F6806C/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=201(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown))
Feb 6 15:57:28.460: //88/76CBF4F6806C/CCAPI/cc_process_call_setup_ind:
Event=0x685C2E18
Feb 6 15:57:28.460: //88/76CBF4F6806C/CCAPI/ccCallSetContext:
Context=0x6953BBF0
Feb 6 15:57:28.460: //88/76CBF4F6806C/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 88 with tag 201 to app "_ManagedAppProcess_Default"
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/ccCallSetupAck:
Call Id=88
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/cc_api_set_transfer_info:
Transfer Number=, Transfer Reason=0x0
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=TRUE, Tone=Dial Tone,
Tone Direction=Network, Params=0x0, Call Id=88
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/ccSetDigitTimeouts:
Initial Digit Timeout=-1000(ms), Inter Digit Timeout=-1000(ms)
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/ccSetDigitTimeouts:
Call Entry(Inter Digit Timeout=10000(ms), Initial Digit Timeout=10000(ms))
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/ccCallReportDigits:
(callID=0x58, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=88
VOIP#
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x68611614, callID=0x58, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 6 15:57:28.464: //88/76CBF4F6806C/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x68611614, Call Id=88
Feb 6 15:57:28.468: //88/76CBF4F6806C/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=10000(ms))
VOIP#
Feb 6 15:57:29.668: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=5, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A46ACD, Rtp Expiration=0x0
Feb 6 15:57:29.748: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=5, Duration=112,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:29.748: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:30.268: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=4, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A47D88, Rtp Expiration=0x0
Feb 6 15:57:30.348: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=4, Duration=117,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:30.348: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:30.460: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=5, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A4837D, Rtp Expiration=0x0
Feb 6 15:57:30.540: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=5, Duration=112,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:30.540: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:30.681: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
VOIP#Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=7, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A48A55, Rtp Expiration=0x0
Feb 6 15:57:30.761: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=7, Duration=120,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:30.761: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:30.909: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=2, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A49188, Rtp Expiration=0x0
Feb 6 15:57:30.989: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=2, Duration=117,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:30.989: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:31.129: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=8, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A4986D, Rtp Expiration=0x0
Feb 6 15:57:31.241: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=8, Duration=142,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:31.241: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:31.349: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=5, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A49F4D, Rtp Expiration=0x0
Feb 6 15:57:31.429: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=5, Duration=112,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:31.429: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:31.789: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=#, DigitBeginFlags=0x1,
Rtp Timestamp=0x26A4AD0A, Rtp Expiration=0x0
Feb 6 15:57:31.869: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x1, Destination Call Id=-1,
Source Call Id=88, Digit=#, Duration=115,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 6 15:57:31.869: //88/76CBF4F6806C/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 6 15:57:31.869: //88/76CBF4F6806C/CCAPI/ccCallReportDigits:
(callID=0x58, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 6 15:57:31.873: //88/76CBF4F6806C/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=88
Feb 6 15:57:31.873: //88/76CBF4F6806C/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x68611614, callID=0x58, disp=0, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 6 15:57:31.873: //88/76CBF4F6806C/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x68611614, Call Id=88
Feb 6 15:57:31.873: //88/76CBF4F6806C/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=10000(ms))
Feb 6 15:57:31.873: //88/76CBF4F6806C/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Feb 6 15:57:31.877: //88/76CBF4F6806C/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=40, Params=0x6953A780, Progress Indication=ORIGINATING SIDE IS NON ISDN(3)
Feb 6 15:57:31.881: //88/76CBF4F6806C/CCAPI/ccCheckClipClir:
In: Calling Number=5202827081(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:57:31.881: //88/76CBF4F6806C/CCAPI/ccCheckClipClir:
Out: Calling Number=5202827081(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 6 15:57:31.881: //88/76CBF4F6806C/CCAPI/ccCallSetupRequest:
Destination Pattern=.T, Called Number=15205457285, Digit Strip=FALSE
Feb 6 15:57:31.881: //88/76CBF4F6806C/CCAPI/ccCallSetupRequest:
Calling Number=5202827081(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15205457285(TON=Unknown, NPI=Unknown),
Redirect Number=, Display Info=
Account Number=, Final Destination Flag=FALSE,
Guid=76CBF4F6-A5A8-11ED-806C-ACF0AF83D342, Outgoing Dial-peer=40
Feb 6 15:57:31.881: //88/76CBF4F6806C/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=5202827081
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=15205457285
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=0 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 6 15:57:31.881: //88/76CBF4F6806C/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x67F2B37C, Interface Type=3, Destination=, Mode=0x0,
Call Params(Calling Number=5202827081,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15205457285(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE, Outgoing Dial-peer=40, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
Feb 6 15:57:31.881: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:57:31.885: :cc_get_feature_vsa malloc success
Feb 6 15:57:31.885: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
VOIP#
Feb 6 15:57:31.885: cc_get_feature_vsa count is 2
Feb 6 15:57:31.885: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 6 15:57:31.885: :FEATURE_VSA attributes are: feature_name:0,feature_time:1721143824,feature_id:32
Feb 6 15:57:31.885: //89/76CBF4F6806C/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
Feb 6 15:57:31.885: //89/76CBF4F6806C/CCAPI/ccCallSetContext:
Context=0x6953A730
Feb 6 15:57:31.885: //88/76CBF4F6806C/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=40
Feb 6 15:57:31.889: //89/76CBF4F6806C/CCAPI/cc_api_call_proceeding:
Interface=0x67F2B37C, Progress Indication=NULL(0)
Feb 6 15:57:32.093: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4A25FE
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:57:32 GMT
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1993078006-2779255277-2154605808-2944652098
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675724252
Contact: <sip:5202827081@10.169.197.102:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 197
v=0
o=CiscoSystemsSIP-GW-UserAgent 9070 3303 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 19238 RTP/AVP 0
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 15:57:32.289: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4A25FE;rport=60577
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
CSeq: 101 INVITE
Timestamp: 1675724252
Content-Length: 0
Feb 6 15:57:32.297: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4A25FE;rport=60577
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-31c0-63e185db
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
CSeq: 101 INVITE
Timestamp: 1675724252
Content-Length: 0
WWW-Authenticate: Digest nonce="MDAxNjc1NzI0MjUxOjQzOTM5MTExNlhEY3FhTDVWWUl0MG5ZdWRyUjRjOGc9PQA=",realm="Alianza"
Contact: <sip:173.244.45.246:5065;transport=udp>
Feb 6 15:57:32.305: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Sent:
ACK sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4A25FE
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-31c0-63e185db
Date: Mon, 06 Feb 2023 22:57:32 GMT
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
Feb 6 15:57:32.305: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4B1770
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:57:32 GMT
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1993078006-2779255277-2154605808-2944652098
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: 1675724252
Contact: <sip:5202827081@10.169.197.102:5060>
Expires: 180
Allow-Events: telephone-event
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:15205457285@siptrunk.p2.alianza.com:5065",response="f60ca5aa34a819dd916e09820a9d194f",nonce="MDAxNjc1NzI0MjUxOjQzOTM5MTExNlhEY3FhTDVWWUl0MG5ZdWRyUjRjOGc9PQA=",algorithm=md5
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 197
v=0
o=CiscoSystemsSIP-GW-UserAgent 9070 3303 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 19238 RTP/AVP 0
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 15:57:32.409: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4B1770;rport=60577
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
CSeq: 102 INVITE
Timestamp: 1675724252
Content-Length: 0
Feb 6 15:57:33.049: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4B1770;rport=60577
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-2506-63e185dc
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
CSeq: 102 INVITE
Timestamp: 1675724252
Content-Length: 239
Content-Type: application/sdp
Require: 100rel
RSeq: 1
Allow: INVITE
Allow: ACK
Allow: PRACK
Allow: CANCEL
Allow: BYE
Allow: REFER
Allow: NOTIFY
Allow: OPTIONS
Allow: MESSAGE
Allow: INFO
Allow: REGISTER
Allow: SUBSCRIBE
Contact: <sip:173.244.45.246:5065;transport=udp>
v=0
o=CPE2_Media_Cluster 1202456901 1202456902 IN IP4 173.244.45.188
s=606f9bc7-5262-4cdd-ad0b-faea70c86615/18b34228-f255-4ce3-a4c3-4ee55c630cb9
c=IN IP4 173.244.45.188
t=0 0
m=audio 25888 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 15:57:33.053: //89/76CBF4F6806C/CCAPI/cc_api_call_cut_progress:
Interface=0x67F2B37C, Progress Indication=INBAND(8), Signal Indication=SIGNAL RINGBACK(1),
Cause Value=0
Feb 6 15:57:33.053: //89/76CBF4F6806C/CCAPI/cc_api_call_cut_progress:
Call Entry(Responsed=TRUE)
Feb 6 15:57:33.057: //88/76CBF4F6806C/CCAPI/ccCallCutProgress:
Progress Indication=INBAND(8), Signal Indication=SIGNAL RINGBACK(1), Cause Value=0
Voice Call Send Alert=FALSE, Call Entry(Alert Sent=FALSE)
Feb 6 15:57:33.057: //88/76CBF4F6806C/CCAPI/ccCallCutProgress:
Call Entry(Responsed=TRUE)
Feb 6 15:57:33.061: //88/76CBF4F6806C/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=FALSE, Tone=Null,
Tone Direction=Network, Params=0x0, Call Id=88
Feb 6 15:57:33.061: //88/76CBF4F6806C/CCAPI/ccConferenceCreate:
(confID=0x69628A28, callID1=0x58, gcid=76CBF4F6-A5A811ED-806CACF0-AF83D342, tag=0x0)
Feb 6 15:57:33.061: //89/76CBF4F6806C/CCAPI/ccConferenceCreate:
(confID=0x69628A28, callID2=0x59, gcid=76CBF4F6-A5A811ED-806CACF0-AF83D342, tag=0x0)
Feb 6 15:57:33.061: //88/76CBF4F6806C/CCAPI/ccConferenceCreate:
Conference Id=0x69628A28, Call Id1=88, Call Id2=89, Tag=0x0
Feb 6 15:57:33.061: //88/76CBF4F6806C/CCAPI/cc_api_bridge_done:
Conference Id=0xA, Source Interface=0x68611614, Source Call Id=88,
Destination Call Id=89, Disposition=0x0, Tag=0xFFFFFFFF
Feb 6 15:57:33.061: //89/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:57:33.061: cc_api_get_xcode_stream : 4702
Feb 6 15:57:33.061: //89/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:57:33.065: cc_api_get_xcode_stream : 4702
Feb 6 15:57:33.065: //89/76CBF4F6806C/CCAPI/cc_api_bridge_done:
Conference Id=0xA, Source Interface=0x67F2B37C, Source Call Id=89,
Destination Call Id=88, Disposition=0x0, Tag=0x0
Feb 6 15:57:33.065: //88/76CBF4F6806C/CCAPI/cc_generic_bridge_done:
Conference Id=0xA, Source Interface=0x67F2B37C, Source Call Id=89,
Destination Call Id=88, Disposition=0x0, Tag=0x0
Feb 6 15:57:33.065: //88/76CBF4F6806C/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0xA, Destination Call Id=89)
Feb 6 15:57:33.065: //89/76CBF4F6806C/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0xA, Destination Call Id=88)
Feb 6 15:57:33.065: //88/76CBF4F6806C/CCAPI/cc_api_caps_ind:
Destination Interface=0x67F2B37C, Destination Call Id=89, Source Call Id=88,
Caps(Codec=0x1, Fax Rate=0x1, Vad=0x1,
Modem=0x2, Codec Bytes=20, Signal Type=3)
Feb 6 15:57:33.065: //88/76CBF4F6806C/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
Feb 6 15:57:33.069: //89/76CBF4F6806C/CCAPI/cc_api_caps_ind:
Destination Interface=0x68611614, Destination Call Id=88, Source Call Id=89,
Caps(Codec=0x1, Fax Rate=0x2, Vad=0x1,
Modem=0x0, Codec Bytes=160, Signal Type=2)
Feb 6 15:57:33.069: //89/76CBF4F6806C/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
Feb 6 15:57:33.069: //89/76CBF4F6806C/CCAPI/cc_api_caps_ack:
Destination Interface=0x68611614, Destination Call Id=88, Source Call Id=89,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=6137)
Feb 6 15:57:33.069: //88/76CBF4F6806C/CCAPI/cc_api_caps_ack:
Destination Interface=0x67F2B37C, Destination Call Id=89, Source Call Id=88,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=6137)
Feb 6 15:57:33.074: //88/76CBF4F6806C/CCAPI/cc_api_voice_mode_event:
Call Id=88
Feb 6 15:57:33.074: //88/76CBF4F6806C/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x6953BBF0)
Feb 6 15:57:33.074: //88/76CBF4F6806C/CCAPI/cc_process_notify_bridge_done:
Conference Id=0xA, Call Id1=88, Call Id2=89
Feb 6 15:57:33.078: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Sent:
PRACK sip:173.244.45.246:5065;transport=udp SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4C9E8
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-2506-63e185dc
Date: Mon, 06 Feb 2023 22:57:32 GMT
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
CSeq: 103 PRACK
RAck: 1 102 INVITE
Allow-Events: telephone-event
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:173.244.45.246:5065;tr
VOIP#ansport=udp",response="58bb6c605d8d5114606e0a81d91b51e4",nonce="MDAxNjc1NzI0MjUxOjQzOTM5MTExNlhEY3FhTDVWWUl0MG5ZdWRyUjRjOGc9PQA=",algorithm=md5
Max-Forwards: 70
Content-Length: 0
Feb 6 15:57:33.326: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 Ok
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4C9E8;rport=60577
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-2506-63e185dc
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
CSeq: 103 PRACK
Content-Length: 0
VOIP#
Feb 6 15:57:38.180: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 Ok
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4B1770;rport=60577
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-2506-63e185dc
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
CSeq: 102 INVITE
Timestamp: 1675724252
Content-Length: 239
Content-Type: application/sdp
Allow: INVITE
Allow: ACK
Allow: PRACK
Allow: CANCEL
Allow: BYE
Allow: REFER
Allow: NOTIFY
Allow: OPTIONS
Allow: MESSAGE
Allow: INFO
Allow: REGISTER
Allow: SUBSCRIBE
Session-Expires: 1800;refresher=uas
Contact: <sip:173.244.45.246:5065;transport=udp>
Supported: timer
v=0
o=CPE2_Media_Cluster 1202456901 1202456902 IN IP4 173.244.45.188
s=606f9bc7-5262-4cdd-ad0b-faea70c86615/18b34228-f255-4ce3-a4c3-4ee55c630cb9
c=IN IP4 173.244.45.188
t=0 0
m=audio 25888 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=ptime:20
Feb 6 15:57:38.184: //89/76CBF4F6806C/CCAPI/cc_api_call_connected:
Interface=0x67F2B37C, Data Bitmask=0x1, Progress Indication=NULL(0),
Connection Handle=0
Feb 6 15:57:38.184: //89/76CBF4F6806C/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
Feb 6 15:57:38.188: //88/76CBF4F6806C/CCAPI/ccCallConnect:
Progress Indication=NULL(0), Data Bitmask=0x1
Feb 6 15:57:38.188: //88/76CBF4F6806C/CCAPI/ccCallConnect:
Call Entry(Connected=TRUE, Responsed=TRUE)
Feb 6 15:57:38.196: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Sent:
VOIP#ACK sip:173.244.45.246:5065;transport=udp SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4DD9B
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-2506-63e185dc
Date: Mon, 06 Feb 2023 22:57:32 GMT
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
Max-Forwards: 70
CSeq: 102 ACK
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:15205457285@siptrunk.p2.alianza.com:5065",response="f60ca5aa34a819dd916e09820a9d194f",nonce="MDAxNjc1NzI0MjUxOjQzOTM5MTExNlhEY3FhTDVWWUl0MG5ZdWRyUjRjOGc9PQA=",algorithm=md5
Allow-Events: telephone-event
Content-Length: 0
VOIP#
Feb 6 15:57:43.782: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
REGISTER sip:siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4EDA0
From: <sip:ciscoiad1@siptrunk.p2.alianza.com>;tag=13F3B4-AF3
To: <sip:ciscoiad1@siptrunk.p2.alianza.com>
Date: Mon, 06 Feb 2023 22:57:43 GMT
Call-ID: A5DBCECC-14EE11CC-8002ACF0-AF83D342
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1675724263
CSeq: 18 REGISTER
Contact: <sip:ciscoiad1@10.169.197.102:5060>
Expires: 3600
Supported: path
Content-Length: 0
Feb 6 15:57:43.970: //90/000000000000/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4EDA0;rport=60577
From: <sip:ciscoiad1@siptrunk.p2.alianza.com>;tag=13F3B4-AF3
To: <sip:ciscoiad1@siptrunk.p2.alianza.com>;tag=aprqvui9hs8e4bo67-rjv9je2000041
Call-ID: A5DBCECC-14EE11CC-8002ACF0-AF83D342
Timestamp: 1675724263
CSeq: 18 REGISTER
Contact: <sip:ciscoiad1@10.169.197.102:5060>;expires=121
Content-Length: 0
VOIP#
Feb 6 15:57:45.027: //88/76CBF4F6806C/CCAPI/cc_api_call_disconnected:
Cause Value=16, Interface=0x68611614, Call Id=88
Feb 6 15:57:45.027: //88/76CBF4F6806C/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
Feb 6 15:57:45.027: //88/76CBF4F6806C/CCAPI/ccConferenceDestroy:
Conference Id=0xA, Tag=0x0
Feb 6 15:57:45.027: //88/76CBF4F6806C/CCAPI/cc_api_bridge_drop_done:
Conference Id=0xA, Source Interface=0x68611614, Source Call Id=88,
Destination Call Id=89, Disposition=0x0, Tag=0x0
Feb 6 15:57:45.027: //89/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:57:45.027: cc_api_get_xcode_stream : 4702
Feb 6 15:57:45.027: //88/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:57:45.027: cc_api_get_xcode_stream : 4702
Feb 6 15:57:45.027: //89/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:57:45.031: cc_api_get_xcode_stream : 4702
Feb 6 15:57:45.031: //89/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 6 15:57:45.031: cc_api_get_xcode_stream : 4702
Feb 6 15:57:45.031: //89/76CBF4F6806C/CCAPI/cc_api_bridge_drop_done:
Conference Id=0xA, Source Interface=0x67F2B37C, Source Call Id=89,
Destination Call Id=88, Disposition=0x0, Tag=0x0
Feb 6 15:57:45.031: //88/76CBF4F6806C/CCAPI/cc_generic_bridge_done:
Conference Id=0xA, Source Interface=0x67F2B37C, Source Call Id=89,
Destination Call Id=88, Disposition=0x0, Tag=0x0
Feb 6 15:57:45.031: //88/76CBF4F6806C/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
Feb 6 15:57:45.031: //88/76CBF4F6806C/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 6 15:57:45.031: //88/76CBF4F6806C/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
Feb 6 15:57:45.035: //89/76CBF4F6806C/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Feb 6 15:57:45.035: //89/76CBF4F6806C/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 6 15:57:45.051: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Sent:
BYE sip:173.244.45.246:5065;transport=udp SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4F816
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-2506-63e185dc
Date: Mon, 06 Feb 2023 22:57:32 GMT
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
User-Agent: Cisco-SIPGateway/IOS-12.x
Max-Forwards: 70
Timestamp: 1675724265
CSeq: 104 BYE
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:173.244.45.246:5065;transport=udp",response="06fdbadd50f0d0112cf862a2259b445e",nonce="MDAxNjc1NzI0MjUxOjQzOTM5MTExNlhEY3FhTDVWWUl0MG5ZdWRyUjRjOGc9PQA=",algorithm=md5
Reason: Q.850;cause=16
P-RTP-Stat: PS=596,OS=95360,PR=0,OR=0,PL=0,JI=1,LA=0,DU=6
Content-Length: 0
Feb 6 15:57:45.071: //88/76CBF4F6806C/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x68611614, Tag=0x0, Call Id=88,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 6 15:57:45.071: //88/76CBF4F6806C/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 6 15:57:45.071: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:57:45.071: :cc_free_feature_vsa freeing 669692E8
Feb 6 15:57:45.071: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:57:45.071: vsacount in free is 1
Feb 6 15:57:45.135: //89/76CBF4F6806C/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 200 Ok
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4F816;rport=60577
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=13C610-B6C
To: <sip:15205457285@siptrunk.p2.alianza.com>;tag=SDer8vb99-lignup-2506-63e185dc
Call-ID: 78D878D3-A5A811ED-8071ACF0-AF83D342@10.169.197.102
Timestamp: 1675724265
CSeq: 104 BYE
Content-Length: 0
Supported: timer
VOIP#
Feb 6 15:57:45.139: //89/76CBF4F6806C/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x67F2B37C, Tag=0x0, Call Id=89,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 6 15:57:45.139: //89/76CBF4F6806C/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 6 15:57:45.139: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:57:45.139: :cc_free_feature_vsa freeing 66969208
Feb 6 15:57:45.139: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 6 15:57:45.139: vsacount in free is 0
incoming calls to 15204792894 return a 404 not found which I think is expected as our dial-peer voice 30 voip is only matching on the one incoming called-number.
Feb 6 15:58:52.508: //93/A84A34ED8072/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK9c1e3f102ooot10jfb90.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDlk75301-S03T20230206225851U14295293_DID15204792894
To: sip:15204792894@64.119.40.170:60577;transport=udp;tag=15000C-1E07
Date: Mon, 06 Feb 2023 22:58:51 GMT
Call-ID: SDlk75301-c1bbae99451d34956610e704227daeb4-ao1a0u3
CSeq: 22804 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Reason: Q.850;cause=1
Content-Length: 0
Here is the full config:
!
! Last configuration change at 15:57:27 MST Mon Feb 6 2023 by johnk
! NVRAM config last updated at 15:48:29 MST Mon Feb 6 2023 by johnk
! NVRAM config last updated at 15:48:29 MST Mon Feb 6 2023 by johnk
version 15.1
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname VOIP
!
boot-start-marker
boot system slot0:c2430-ik9o3s-mz.151-4.M10.bin
boot-end-marker
!
!
card type t1 1
logging buffered 4096
enable secret 5 $1$zwo8$nA2odUimH/BICmKTnI9rl.
enable password 7 121C0B16100709
!
aaa new-model
!
!
!
!
!
!
!
aaa session-id common
clock timezone MST -7 0
clock summer-time MDT recurring
network-clock-participate T1 1/0
network-clock-select 1 T1 1/0
crypto pki token default removal timeout 0
!
!
ip source-route
no ip routing
!
!
!
no ip cef
ip domain name simplybits.net
ip name-server 8.8.8.8
no ip dhcp use vrf connected
!
ip dhcp pool PHONES
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
option 150 ip 192.168.100.1
dns-server 8.8.8.8
!
!
!
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
!
voice hunt user-busy
voice call convert-discpi-to-prog
voice call carrier capacity active
voice rtp send-recv
!
voice service voip
no ip address trusted authenticate
allow-connections sip to sip
redirect ip2ip
sip
registrar server expires max 1200 min 300
sip-profiles 1
no call service stop
!
voice class sip-profiles 1
request ANY sip-header Diversion remove
request INVITE sip-header Diversion remove
!
voice class sip-profiles 40
request ANY sip-header From modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Via modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Remote-Party-ID modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Contact modify "10.169.197.102" "64.119.40.170"
response ANY sip-header Contact modify "10.169.197.102" "64.119.40.170"
response ANY sip-header Remote-Party-ID modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Call-Info modify "10.169.197.102" "64.119.40.170"
request ANY sip-header P-Asserted-Identity modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Audio-Connection-Info modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Connection-Info modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Session-Owner modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Session-Owner modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Connection-Info modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Audio-Connection-Info modify "10.169.197.102" "64.119.40.170"
!
voice class sip-hdr-passthrulist 1
!
voice class sip-copylist 1
!
!
!
voice register global
mode cme
source-address 10.169.197.102 port 5060
max-dn 10
max-pool 8
load 7965 SCCP45.9-4-2SR3-1S
authenticate register
authenticate realm simplybits.net
dialplan-pattern 1 1.. extension-length 3
tftp-path slot0:
file text
create profile sync 000502663628053A
ntp-server 17.253.16.125 mode unicast
!
!
voice translation-rule 1
rule 1 /^1/ //
!
voice translation-rule 2
rule 1 /5204792894/ /101/
rule 2 /5204792896/ /100/
rule 3 /5202827081/ /201/
!
voice translation-rule 10
rule 1 /100/ /5204792896/
rule 2 /101/ /5204792894/
rule 3 /201/ /5202827081/
!
voice translation-rule 20
rule 1 /\([2-9]......$\)/ /1520\1/
rule 2 /\([2-9]..[2-9]......$\)/ /1\1/
rule 3 /9911/ /911/
!
voice translation-rule 30
rule 1 /15204792894/ /101/
rule 2 /15204792896/ /100/
rule 3 /15202827081/ /201/
!
!
voice translation-profile CONVERT_TO_XTN
translate called 2
!
voice translation-profile DID_To_Ext
translate called 30
!
voice translation-profile EXTENSION_TO_CID
translate calling 10
translate called 20
!
voice translation-profile STRIP-1
translate called 1
!
!
voice-card 0
!
archive
log config
hidekeys
path slot0:
maximum 14
write-memory
username johnk password 7 030752180500
username admin privilege 15 secret 5 $1$C4oN$vJsaf4xiVPK4CbEac31YR/
username itech privilege 15 secret 5 $1$T7UO$BzcKLoYxC.69TBSRQ.jqS.
!
!
controller T1 1/0
channel-group 0 timeslots 1-24
!
ip ftp username ciscoftp
ip ftp password 7 0822455D0A49544541
ip ssh version 2
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0
ip address dhcp
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.100.1 255.255.255.0
no ip route-cache
duplex auto
speed auto
ntp broadcast
!
interface Serial1/0:0
no ip address
!
ip forward-protocol nd
ip http server
ip http authentication local
no ip http secure-server
ip http path slot0:cme-gui-8.6.0
!
!
!
logging source-interface Loopback0
!
tftp-server flash:apps45.9-4-2ES26.sbn
tftp-server flash:cnu45.9-4-2ES26.sbn
tftp-server flash:cvm45sccp.9-4-2ES26.sbn
tftp-server flash:dsp45.9-4-2ES26.sbn
tftp-server flash:jar45sccp.9-4-2ES26.sbn
tftp-server flash:SCCP45.9-4-2SR3-1S.loads
tftp-server flash:term65.default.loads
tftp-server flash:B016-1-0-4-2.SBN
tftp-server flash:music-on-hold.au
tftp-server flash:term45.default.loads
tftp-server flash:SCCP45.9-2-1S.loads
tftp-server flash:jar45sccp.9-2-1TH1-13.sbn
tftp-server flash:dsp45.9-2-1TH1-13.sbn
tftp-server flash:cvm45sccp.9-2-1TH1-13.sbn
tftp-server flash:cnu45.9-2-1TH1-13.sbn
tftp-server flash:apps45.9-2-1TH1-13.sbn
!
!
!
!
control-plane
!
!
voice-port 2/0
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/1
no supervisory disconnect lcfo
no battery-reversal
caller-id enable
!
voice-port 2/2
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/3
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/4
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/5
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/6
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/7
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/8
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/9
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/10
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/11
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/12
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/13
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/14
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/15
no supervisory disconnect lcfo
no battery-reversal
!
!
mgcp profile default
!
!
dial-peer voice 200 pots
destination-pattern 200
port 2/0
no sip-register
!
dial-peer voice 201 pots
destination-pattern 201
port 2/1
no sip-register
!
dial-peer voice 202 pots
destination-pattern 202
port 2/2
no sip-register
!
dial-peer voice 203 pots
destination-pattern 203
port 2/3
no sip-register
!
dial-peer voice 204 pots
destination-pattern 204
port 2/4
no sip-register
!
dial-peer voice 205 pots
destination-pattern 205
port 2/5
no sip-register
!
dial-peer voice 30 voip
description Incoming Calls from the Carrier
translation-profile incoming DID_To_Ext
session protocol sipv2
session target sip-server
incoming called-number 15202827081
codec g711ulaw
no vad
!
dial-peer voice 40 voip
description Outgoing dial-peer to the Carrier
translation-profile outgoing EXTENSION_TO_CID
destination-pattern .T
session protocol sipv2
session target sip-server
codec g711ulaw
no vad
!
!
gateway
timer receive-rtp 1200
!
sip-ua
credentials username ciscoiad1 password 7 15100F5855737A252A61 realm all
credentials username ciscoiad1 password 7 15100F5855737A252A61 realm siptrunk.p2.alianza.com
authentication username ciscoiad1 password 7 04590F525E781D4F0B4B
no remote-party-id
registrar dns:siptrunk.p2.alianza.com:5065 expires 3600
sip-server dns:siptrunk.p2.alianza.com:5065
!
!
!
telephony-service
no auto-reg-ephone
max-ephones 30
max-dn 150
ip source-address 10.169.197.102 port 2000
timeouts interdigit 2
cnf-file perphone
load 7965 SCCP45.9-4-2SR3-1S
max-conferences 4 gain -6
call-park system application
call-forward pattern .T
moh flash:music-on-hold.au
transfer-system full-consult
transfer-pattern .T
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1
!
!
ephone-dn 10
number 100
label x100
allow watch
!
!
ephone-dn 11
number 101
label x101
allow watch
!
!
ephone 1
device-security-mode none
mac-address C025.5C43.0CDD
type 7965
button 1:10
!
!
!
ephone 2
device-security-mode none
mac-address 2893.FE13.4C0A
type 7965
button 1:11
!
!
!
line con 0
line aux 0
line vty 0 4
exec-timeout 0 0
password 7 030752180500
logging synchronous
transport input all
!
ntp master
ntp peer time.apple.com
end
02-07-2023 08:16 AM
From the logs, I see that the outbound calls succeed when dial peer 40 is not using sip profile 40 and fail it does use this profile. I believe we should not modify the via header and contact header. The from field uses an FQDN so it is ok to remove that rule from sip profiles s well.
That being said, let's use the commands below to remove the rules that we don't need.
voice class sip-profiles 40
no request ANY sip-header From modify "10.169.197.102" "64.119.40.170"
no request ANY sip-header Via modify "10.169.197.102" "64.119.40.170"
no request ANY sip-header Contact modify "10.169.197.102" "64.119.40.170"
no response ANY sip-header Contact modify "10.169.197.102" "64.119.40.170"
Then let's make sure our revised sip profiles 40 is applied to dial peer 40 as shown below. I also added a line for DTMF to the dial peer.
dial-peer voice 40 voip
voice class sip-profiles 40
dtmf-relay rtp-nte
As for inbound, the call seems to go through but you need to apply sip profiles 40 to dial peer 30 as well. Let's change the incoming called-number to a dot and also add the dtmf-relay rtp-nte command as shown below.
dial-peer voice 30 voip
voice class sip-profiles 40
incoming called-number .
dtmf-relay rtp-nte
Please test again and let me know.
02-07-2023 09:45 AM
Incoming calls are working to the pots port and I can call out from the pots port, Still no RTP but that's not a problem I care about still.
Incoming calls are working to the SCCP phones, and I can call out from the SCCP phones, The Diversion header I need to remove is present and affecting incoming calling.
When I called out the SDP still looks wrong to me, Multiple connection entries with the same IP that hasn't been translated.
Feb 7 10:18:40.942: //19/496935E9800E/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:15205457285@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK10D55
From: <sip:5202827081@siptrunk.p2.alianza.com>;tag=66D40-674
To: <sip:15205457285@siptrunk.p2.alianza.com>
Date: Tue, 07 Feb 2023 17:18:40 GMT
Call-ID: 4C92E276-A64211ED-80139558-EE629EF9@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 1231631849-2789347821-2148439384-3999440633
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: 1675790320
Contact: <sip:5202827081@10.169.197.102:5060>
Expires: 180
Allow-Events: telephone-event
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:15205457285@siptrunk.p2.alianza.com:5065",response="e0942d75563f4c1ac6336cec505c967d",nonce="MDAxNjc1NzkwMzIwOjYwMjI3ODY1YStQbjBQbVdOUW90b1pVSDhldHpNdz09AA==",algorithm=md5
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 253
v=0
o=CiscoSystemsSIP-GW-UserAgent 8224 7759 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 17634 RTP/AVP 0 101
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
7 digit outbound dialing is working but not 10 or 11, Those are getting rewritten incorrectly it appears.
Feb 7 10:43:18.374: //-1/BDAEF9998040/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=100
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=0 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 7 10:43:18.374: //-1/BDAEF9998040/CCAPI/cc_api_call_setup_ind_common:
Interface=0x69316158, Call Info(
Calling Number=100,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE,
Incoming Dial-peer=20002, Progress Indication=ORIGINATING SIDE IS NON ISDN(3), Calling IE Present=TRUE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=-1
Feb 7 10:43:18.374: //-1/BDAEF9998040/CCAPI/ccCheckClipClir:
In: Calling Number=100(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:43:18.374: //-1/BDAEF9998040/CCAPI/ccCheckClipClir:
Out: Calling Number=100(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:43:18.374: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:43:18.374: :cc_get_feature_vsa malloc success
Feb 7 10:43:18.374: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:43:18.374: cc_get_feature_vsa count is 1
Feb 7 10:43:18.378: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:43:18.378: :FEATURE_VSA attributes are: feature_name:0,feature_time:1766343832,feature_id:17
Feb 7 10:43:18.378: //79/BDAEF9998040/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=100(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown))
Feb 7 10:43:18.378: //79/BDAEF9998040/CCAPI/cc_process_call_setup_ind:
Event=0x685BE7A0
Feb 7 10:43:18.378: //79/BDAEF9998040/CCAPI/ccCallSetContext:
Context=0x6953E174
Feb 7 10:43:18.378: //79/BDAEF9998040/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 79 with tag 20002 to app "_ManagedAppProcess_Default"
Feb 7 10:43:18.382: //79/BDAEF9998040/CCAPI/ccCallSetupAck:
Call Id=79
Feb 7 10:43:18.382: //79/BDAEF9998040/CCAPI/cc_api_set_transfer_info:
Transfer Number=, Transfer Reason=0x0
Feb 7 10:43:18.382: //79/BDAEF9998040/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=TRUE, Tone=Dial Tone,
Tone Direction=Network, Params=0x0, Call Id=79
Feb 7 10:43:18.382: //79/BDAEF9998040/CCAPI/ccSetDigitTimeouts:
Initial Digit Timeout=-1000(ms), Inter Digit Timeout=-1000(ms)
Feb 7 10:43:18.382: //79/BDAEF9998040/CCAPI/ccSetDigitTimeouts:
Call Entry(Inter Digit Timeout=10000(ms), Initial Digit Timeout=10000(ms))
Feb 7 10:43:18.382: //79/BDAEF9998040/CCAPI/ccCallReportDigits:
(callID=0x4F, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 7 10:43:18.382: //79/BDAEF9998040/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=79
Feb 7 10:43:18.386: //79/BDAEF9998040/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x69316158, callID=0x4F, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 7 10:43:18.386: //79/BDAEF9998040/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x69316158, Call Id=79
Feb 7 10:43:18.386: //79/BDAEF9998040/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=2000(ms))
Feb 7 10:43:18.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=1, DigitBeginFlags=0x0,
Rtp Timestamp=0x12C898, Rtp Expiration=0x0
Feb 7 10:43:18.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=1, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:18.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:19.039: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
VOIP#Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=5, DigitBeginFlags=0x0,
Rtp Timestamp=0x134598, Rtp Expiration=0x0
Feb 7 10:43:19.039: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=5, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:19.039: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:19.239: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=2, DigitBeginFlags=0x0,
Rtp Timestamp=0x13C298, Rtp Expiration=0x0
Feb 7 10:43:19.239: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=2, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:19.239: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:19.439: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, DigitBeginFlags=0x0,
Rtp Timestamp=0x143F98, Rtp Expiration=0x0
Feb 7 10:43:19.439: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:19.439: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:19.639: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=5, DigitBeginFlags=0x0,
Rtp Timestamp=0x14BC98, Rtp Expiration=0x0
Feb 7 10:43:19.639: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=5, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:19.639: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:19.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=4, DigitBeginFlags=0x0,
Rtp Timestamp=0x153998, Rtp Expiration=0x0
Feb 7 10:43:19.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=4, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:19.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:20.039: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
VOIP#Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=5, DigitBeginFlags=0x0,
Rtp Timestamp=0x15B698, Rtp Expiration=0x0
Feb 7 10:43:20.039: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=5, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:20.039: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:20.239: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, DigitBeginFlags=0x0,
Rtp Timestamp=0x163398, Rtp Expiration=0x0
Feb 7 10:43:20.239: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:20.239: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:20.439: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=4, DigitBeginFlags=0x0,
Rtp Timestamp=0x16B098, Rtp Expiration=0x0
Feb 7 10:43:20.439: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=4, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:20.439: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:20.639: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, DigitBeginFlags=0x0,
Rtp Timestamp=0x172D98, Rtp Expiration=0x0
Feb 7 10:43:20.639: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:20.639: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 7 10:43:20.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_begin:
VOIP#Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, DigitBeginFlags=0x0,
Rtp Timestamp=0x17AA98, Rtp Expiration=0x0
Feb 7 10:43:20.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=79, Digit=0, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 7 10:43:20.839: //79/BDAEF9998040/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
VOIP#
Feb 7 10:43:22.840: //79/BDAEF9998040/CCAPI/cc_handle_inter_digit_timer:
Generate inter-digit timeout CC_EV_CALL_DIGIT_END event
Feb 7 10:43:22.840: //79/BDAEF9998040/CCAPI/ccCallReportDigits:
(callID=0x4F, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 7 10:43:22.840: //79/BDAEF9998040/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=79
Feb 7 10:43:22.840: //79/BDAEF9998040/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x69316158, callID=0x4F, disp=0, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 7 10:43:22.840: //79/BDAEF9998040/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x69316158, Call Id=79
Feb 7 10:43:22.840: //79/BDAEF9998040/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=2000(ms))
Feb 7 10:43:22.844: //79/BDAEF9998040/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Feb 7 10:43:22.848: //79/BDAEF9998040/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=40, Params=0x6953F684, Progress Indication=ORIGINATING SIDE IS NON ISDN(3)
Feb 7 10:43:22.848: //79/BDAEF9998040/CCAPI/ccCheckClipClir:
In: Calling Number=5204792896(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:43:22.848: //79/BDAEF9998040/CCAPI/ccCheckClipClir:
Out: Calling Number=5204792896(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:43:22.848: //79/BDAEF9998040/CCAPI/ccCallSetupRequest:
Destination Pattern=.T, Called Number=152015205450400, Digit Strip=FALSE
Feb 7 10:43:22.848: //79/BDAEF9998040/CCAPI/ccCallSetupRequest:
Calling Number=5204792896(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=152015205450400(TON=Unknown, NPI=Unknown),
Redirect Number=, Display Info=
Account Number=, Final Destination Flag=FALSE,
Guid=BDAEF999-A645-11ED-8040-9558EE629EF9, Outgoing Dial-peer=40
Feb 7 10:43:22.848: //79/BDAEF9998040/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=5204792896
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=152015205450400
cisco-desttype=0
cisco-destplan=0
cisco-rdie=FFFFFFFF
cisco-rdn=
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=0 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 7 10:43:22.852: //79/BDAEF9998040/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x67F277FC, Interface Type=3, Destination=, Mode=0x0,
Call Params(Calling Number=5204792896,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=152015205450400(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE, Outgoing Dial-peer=40, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
Feb 7 10:43:22.852: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:43:22.852: :cc_get_feature_vsa malloc success
Feb 7 10:43:22.852: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:43:22.852: cc_get_feature_vsa count is 2
Feb 7 10:43:22.852: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:43:22.852: :FEATURE_VSA attributes are: feature_name:0,feature_time:1766344056,feature_id:18
Feb 7 10:43:22.852: //80/BDAEF9998040/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
Feb 7 10:43:22.856: //80/BDAEF9998040/CCAPI/ccCallSetContext:
Context=0x6953F634
Feb 7 10:43:22.856: //79/BDAEF9998040/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=40
Feb 7 10:43:22.860: //80/BDAEF9998040/CCAPI/cc_api_call_proceeding:
Interface=0x67F277FC, Progress Indication=NULL(0)
Feb 7 10:43:23.004: //80/BDAEF9998040/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:152015205450400@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4AF02
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>
Date: Tue, 07 Feb 2023 17:43:23 GMT
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 3182360985-2789544429-2151716184-3999440633
User-Agent: Cisco-SIPGateway/IOS-12.x
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Max-Forwards: 70
Timestamp: 1675791803
Contact: <sip:5204792896@10.169.197.102:5060>
Expires: 180
Allow-Events: telephone-event
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 253
v=0
o=CiscoSystemsSIP-GW-UserAgent 9548 1355 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 19300 RTP/AVP 0 101
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
Feb 7 10:43:23.104: //80/BDAEF9998040/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4AF02;rport=60234
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
CSeq: 101 INVITE
Timestamp: 1675791803
Content-Length: 0
Feb 7 10:43:23.112: //80/BDAEF9998040/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4AF02;rport=60234
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>;tag=SDr2cnd99-lignup-4932-63e28dba
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
CSeq: 101 INVITE
Timestamp: 1675791803
Content-Length: 0
WWW-Authenticate: Digest nonce="MDAxNjc1NzkxODAyOjUyMzc4MTIzOGFnTEdJL21RT0RXWTlLMHJEdkwrT3c9PQA=",realm="Alianza"
Contact: <sip:173.244.45.246:5065;transport=udp>
Feb 7 10:43:23.120: //80/BDAEF9998040/SIP/Msg/ccsipDisplayMsg:
Sent:
ACK sip:152015205450400@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4AF02
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>;tag=SDr2cnd99-lignup-4932-63e28dba
Date: Tue, 07 Feb 2023 17:43:23 GMT
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0
Feb 7 10:43:23.120: //80/BDAEF9998040/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:152015205450400@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4B119E
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>
Date: Tue, 07 Feb 2023 17:43:23 GMT
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE: 1800
Cisco-Guid: 3182360985-2789544429-2151716184-3999440633
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: 1675791803
Contact: <sip:5204792896@10.169.197.102:5060>
Expires: 180
Allow-Events: telephone-event
Authorization: Digest username="ciscoiad1",realm="Alianza",uri="sip:152015205450400@siptrunk.p2.alianza.com:5065",response="78da3fd140d1612dd0ace9ec53f4b95f",nonce="MDAxNjc1NzkxODAyOjUyMzc4MTIzOGFnTEdJL21RT0RXWTlLMHJEdkwrT3c9PQA=",algorithm=md5
Content-Type: appli
VOIP#cation/sdp
Content-Disposition: session;handling=required
Content-Length: 253
v=0
o=CiscoSystemsSIP-GW-UserAgent 9548 1355 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 19300 RTP/AVP 0 101
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
Feb 7 10:43:23.236: //80/BDAEF9998040/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4B119E;rport=60234
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
CSeq: 102 INVITE
Timestamp: 1675791803
Content-Length: 0
Feb 7 10:43:23.256: //80/BDAEF9998040/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 10.169.197.102:5060;received=64.119.40.170;branch=z9hG4bK4B119E;rport=60234
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>;tag=SDr2cnd99-lignup-6ade-63e28dba
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
CSeq: 102 INVITE
Timestamp: 1675791803
Content-Length: 0
Contact: <sip:173.244.45.246:5065;transport=udp>
Feb 7 10:43:23.260: //80/BDAEF9998040/CCAPI/cc_api_call_disconnected:
Cause Value=1, Interface=0x67F277FC, Call Id=80
Feb 7 10:43:23.260: //80/BDAEF9998040/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=1, Retry Count=0)
Feb 7 10:43:23.260: //79/BDAEF9998040/CCAPI/ccCallReleaseResources:
release reserved xcoding resource.
Feb 7 10:43:23.260: //80/BDAEF9998040/CCAPI/ccCallSetAAA_Accounting:
Accounting=0, Call Id=80
Feb 7 10:43:23.260: //80/BDAEF9998040/CCAPI/ccCallDisconnect:
Cause Value=1, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=1)
Feb 7 10:43:23.260: //80/BDAEF9998040/CCAPI/ccCallDisconnect:
Cause Value=1, Call Entry(Responsed=TRUE, Cause Value=1)
Feb 7 10:43:23.264: //80/BDAEF9998040/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x67F277FC, Tag=0x0, Call Id=80,
Call Entry(Disconnect Cause=1, Voice Class Cause Code=0, Retry Count=0)
Feb 7 10:43:23.264: //80/BDAEF9998040/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 7 10:43:23.264: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:43:23.264: :cc_free_feature_vsa freeing 69484570
Feb 7 10:43:23.268: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:43:23.268: vsacount in free is 1
Feb 7 10:43:23.268: //79/BDAEF9998040/CCAPI/ccCallDisconnect:
Cause Value=1, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Feb 7 10:43:23.268: //79/BDAEF9998040/CCAPI/ccCallDisconnect:
Cause Value=1, Call Entry(Responsed=TRUE, Cause Value=1)
Feb 7 10:43:23.272: //79/BDAEF9998040/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
Feb 7 10:43:23.276: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
VOIP#ACK sip:152015205450400@siptrunk.p2.alianza.com:5065 SIP/2.0
Via: SIP/2.0/UDP 10.169.197.102:5060;branch=z9hG4bK4B119E
From: <sip:5204792896@siptrunk.p2.alianza.com>;tag=1D0D7C-1C1C
To: <sip:152015205450400@siptrunk.p2.alianza.com>;tag=SDr2cnd99-lignup-6ade-63e28dba
Date: Tue, 07 Feb 2023 17:43:23 GMT
Call-ID: C05CABDB-A64511ED-80459558-EE629EF9@10.169.197.102
Max-Forwards: 70
CSeq: 102 ACK
Allow-Events: telephone-event
Content-Length: 0
VOIP#
Feb 7 10:43:26.454: //79/BDAEF9998040/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x69316158, Tag=0x0, Call Id=79,
Call Entry(Disconnect Cause=1, Voice Class Cause Code=0, Retry Count=0)
Feb 7 10:43:26.454: //79/BDAEF9998040/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 7 10:43:26.454: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:43:26.454: :cc_free_feature_vsa freeing 69484490
Feb 7 10:43:26.454: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:43:26.454: vsacount in free is 0
-----
Working incoming call, But with a Diversion header I need to remove
Feb 7 10:44:17.882: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
INVITE sip:15204792896@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK4n3qvj30c0d1cdd4p990.1
Contact: <sip:173.244.45.246:5065;transport=udp>
CSeq: 32691 INVITE
Content-Length: 366
Content-Type: application/sdp
Call-ID: SDvs8pf01-422ee44da0de54db5096dfc8b5ad2de5-ao1a0v3020
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDvs8pf01-S02T20230207174417U14998173_DID15204792896
To: sip:15204792896@64.119.40.170:60234;transport=udp
Diversion: sip:15204792896@null;reason=unconditional
Max-Forwards: 65
Priority: normal
Session-Expires: 1800;refresher=uac
Allow: INVITE
Allow: ACK
Allow: PRACK
Allow: CANCEL
Allow: BYE
Allow: REFER
Allow: NOTIFY
Allow: OPTIONS
Allow: MESSAGE
Allow: INFO
Allow: REGISTER
Allow: SUBSCRIBE
Supported: timer
v=0
o=CPE2_Media_Cluster 3353715606 3353715607 IN IP4 173.244.45.186
s=d49df936-a333-4c54-a67d-b47b302ce91f/a64420fd-67fa-4807-88c2-f5af21298a87
c=IN IP4 173.244.45.186
t=0 0
m=audio 31362 RTP/AVP 0 18 101 13
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:13 CN/8000
a=ptime:20
Feb 7 10:44:17.898: //-1/E128E41B8046/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=15205457285
----- ccCallInfo IE subfields -----
cisco-ani=15205457285
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=15204792896
cisco-desttype=0
cisco-destplan=0
cisco-rdie=74
cisco-rdn=15204792896
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=15 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 7 10:44:17.902: //-1/E128E41B8046/CCAPI/cc_api_call_setup_ind_common:
Interface=0x67F277FC, Call Info(
Calling Number=15205457285,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15204792896(TON=Unknown, NPI=Unknown),
Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
Incoming Dial-peer=30, Progress Indication=NULL(0), Calling IE Present=TRUE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=81
Feb 7 10:44:17.902: //-1/E128E41B8046/CCAPI/ccCheckClipClir:
In: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:44:17.902: //-1/E128E41B8046/CCAPI/ccCheckClipClir:
Out: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:44:17.902: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:44:17.902: :cc_get_feature_vsa malloc success
Feb 7 10:44:17.902: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:44:17.902: cc_get_feature_vsa count is 1
Feb 7 10:44:17.902: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:44:17.902: :FEATURE_VSA attributes are: feature_name:0,feature_time:1766343832,feature_id:19
Feb 7 10:44:17.902: //81/E128E41B8046/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=15204792896(TON=Unknown, NPI=Unknown))
Feb 7 10:44:17.906: //81/E128E41B8046/CCAPI/cc_process_call_setup_ind:
Event=0x685BDCA8
Feb 7 10:44:17.906: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
Try with the demoted called number 15204792896
Feb 7 10:44:17.906: //81/E128E41B8046/CCAPI/ccCallSetContext:
Context=0x69540AF4
Feb 7 10:44:17.906: //81/E128E41B8046/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 81 with tag 30 to app "_ManagedAppProcess_Default"
Feb 7 10:44:17.910: //81/E128E41B8046/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Feb 7 10:44:17.914: //81/E128E41B8046/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=20002, Params=0x69542004, Progress Indication=ORIGINATING SIDE IS NON ISDN(3)
Feb 7 10:44:17.914: //81/E128E41B8046/CCAPI/ccCheckClipClir:
In: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:44:17.914: //81/E128E41B8046/CCAPI/ccCheckClipClir:
Out: Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 7 10:44:17.914: //81/E128E41B8046/CCAPI/ccCallSetupRequest:
Destination Pattern=100$, Called Number=100, Digit Strip=TRUE
Feb 7 10:44:17.914: //81/E128E41B8046/CCAPI/ccCallSetupRequest:
Calling Number=15205457285(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=100(TON=Unknown, NPI=Unknown),
Redirect Number=15204792896, Display Info=Simply Bits
Account Number=15205457285, Final Destination Flag=TRUE,
Guid=E128E41B-A645-11ED-8046-9558EE629EF9, Outgoing Dial-peer=20002
Feb 7 10:44:17.914: //81/E128E41B8046/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=15205457285
----- ccCallInfo IE subfields -----
cisco-ani=15205457285
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=100
cisco-desttype=0
cisco-destplan=0
cisco-rdie=74
cisco-rdn=15204792896
cisco-rdntype=0
cisco-rdnplan=0
cisco-rdnpi=0
cisco-rdnsi=0
cisco-redirectreason=15 fwd_final_type =0
final_redirectNumber =
hunt_group_timeout =0
Feb 7 10:44:17.918: //81/E128E41B8046/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x69316158, Interface Type=6, Destination=, Mode=0x0,
Call Params(Calling Number=15205457285,(Calling Name=Simply Bits)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=100(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=20002, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
Feb 7 10:44:17.918: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:44:17.918: :cc_get_feature_vsa malloc success
Feb 7 10:44:17.918: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:44:17.918: cc_get_feature_vsa count is 2
Feb 7 10:44:17.918: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 7 10:44:17.918: :FEATURE_VSA attributes are: feature_name:0,feature_time:1766344056,feature_id:20
Feb 7 10:44:17.918: //82/E128E41B8046/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1
Feb 7 10:44:17.918: //82/E128E41B8046/CCAPI/ccCallSetContext:
Context=0x69541FB4
Feb 7 10:44:17.918: //81/E128E41B8046/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=20002
Feb 7 10:44:17.922: //82/E128E41B8046/CCAPI/cc_api_update_call_info:
Interface=0x69316158, Call Id=0x52
Feb 7 10:44:17.926: //82/E128E41B8046/CCAPI/cc_api_call_proceeding:
Interface=0x69316158, Progress Indication=NULL(0)
Feb 7 10:44:17.934: //82/E128E41B8046/CCAPI/cc_api_call_alert:
Interface=0x69316158, Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
Feb 7 10:44:17.934: //82/E128E41B8046/CCAPI/cc_api_call_alert:
Call Entry(Retry Count=0, Responsed=TRUE)
Feb 7 10:44:17.934: //81/E128E41B8046/CCAPI/ccCallAlert:
Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
Feb 7 10:44:17.934: //81/E128E41B8046/CCAPI/ccCallAlert:
Call Entry(Responsed=TRUE, Alert Sent=TRUE)
Feb 7 10:44:17.938: //82/E128E41B8046/CCAPI/ccCallFeature:
Feature Type=25, Call Id=82
Feb 7 10:44:17.938: //81/E128E41B8046/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=81
Feb 7 10:44:17.942: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
Try with the demoted called number 100
Feb 7 10:44:17.946: //81/E128E41B8046/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK4n3qvj30c0d1cdd4p990.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDvs8pf01-S02T20230207174417U14998173_DID15204792896
To: sip:15204792896@64.119.40.170:60234;transport=udp
Date: Tue, 07 Feb 2023 17:44:17 GMT
Call-ID: SDvs8pf01-422ee44da0de54db5096dfc8b5ad2de5-ao1a0v3020
CSeq: 32691 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
Feb 7 10:44:17.946: //81/E128E41B8046/SIP/Msg/ccsipDisplayMsg:
Sent:
VOIP#SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK4n3qvj30c0d1cdd4p990.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDvs8pf01-S02T20230207174417U14998173_DID15204792896
To: sip:15204792896@64.119.40.170:60234;transport=udp;tag=1DE404-1B19
Date: Tue, 07 Feb 2023 17:44:17 GMT
Call-ID: SDvs8pf01-422ee44da0de54db5096dfc8b5ad2de5-ao1a0v3020
CSeq: 32691 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Contact: <sip:15204792896@10.169.197.102:5060>
Server: Cisco-SIPGateway/IOS-12.x
Content-Length: 0
VOIP#
Feb 7 10:44:19.830: //82/E128E41B8046/CCAPI/cc_api_call_connected:
Interface=0x69316158, Data Bitmask=0x1, Progress Indication=NULL(0),
Connection Handle=0
Feb 7 10:44:19.830: //82/E128E41B8046/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
Feb 7 10:44:19.834: //81/E128E41B8046/CCAPI/ccConferenceCreate:
(confID=0x696277F0, callID1=0x51, gcid=E12A1D04-A64511ED-80499558-EE629EF9, tag=0x0)
Feb 7 10:44:19.834: //82/E128E41B8046/CCAPI/ccConferenceCreate:
(confID=0x696277F0, callID2=0x52, gcid=E12A1D04-A64511ED-80499558-EE629EF9, tag=0x0)
Feb 7 10:44:19.834: //81/E128E41B8046/CCAPI/ccConferenceCreate:
Conference Id=0x696277F0, Call Id1=81, Call Id2=82, Tag=0x0
Feb 7 10:44:19.838: //81/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 7 10:44:19.838: cc_api_get_xcode_stream : 4702
Feb 7 10:44:19.838: //81/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 7 10:44:19.838: cc_api_get_xcode_stream : 4702
Feb 7 10:44:19.838: //81/E128E41B8046/CCAPI/cc_api_bridge_done:
Conference Id=0x7, Source Interface=0x67F277FC, Source Call Id=81,
Destination Call Id=82, Disposition=0x0, Tag=0x0
Feb 7 10:44:19.842: //82/E128E41B8046/CCAPI/cc_api_bridge_done:
Conference Id=0x7, Source Interface=0x69316158, Source Call Id=82,
Destination Call Id=81, Disposition=0x0, Tag=0xFFFFFFFF
Feb 7 10:44:19.842: //81/E128E41B8046/CCAPI/cc_generic_bridge_done:
Conference Id=0x7, Source Interface=0x69316158, Source Call Id=82,
Destination Call Id=81, Disposition=0x0, Tag=0xFFFFFFFF
Feb 7 10:44:19.842: //81/E128E41B8046/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x7, Destination Call Id=82)
Feb 7 10:44:19.842: //82/E128E41B8046/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x7, Destination Call Id=81)
Feb 7 10:44:19.842: //82/E128E41B8046/CCAPI/cc_api_caps_ind:
Destination Interface=0x67F277FC, Destination Call Id=81, Source Call Id=82,
Caps(Codec=0x1, Fax Rate=0x1, Vad=0x1,
Modem=0x0, Codec Bytes=20, Signal Type=3)
Feb 7 10:44:19.842: //82/E128E41B8046/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
Feb 7 10:44:19.842: //81/E128E41B8046/CCAPI/cc_api_caps_ind:
Destination Interface=0x69316158, Destination Call Id=82, Source Call Id=81,
Caps(Codec=0x1, Fax Rate=0x2, Vad=0x1,
Modem=0x0, Codec Bytes=160, Signal Type=2)
Feb 7 10:44:19.842: //81/E128E41B8046/CCAPI/cc_api_caps_ind:
Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
Playout Max=1000(ms), Fax Nom=300(ms))
Feb 7 10:44:19.842: //81/E128E41B8046/CCAPI/cc_api_caps_ack:
Destination Interface=0x69316158, Destination Call Id=82, Source Call Id=81,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=2)
Feb 7 10:44:19.846: //82/E128E41B8046/CCAPI/cc_api_caps_ack:
Destination Interface=0x67F277FC, Destination Call Id=81, Source Call Id=82,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),
Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=2)
Feb 7 10:44:19.846: //81/E128E41B8046/CCAPI/ccCallConnect:
Progress Indication=NULL(0), Data Bitmask=0x1
Feb 7 10:44:19.846: //81/E128E41B8046/CCAPI/ccCallConnect:
Call Entry(Connected=TRUE, Responsed=TRUE)
Feb 7 10:44:19.850: //82/E128E41B8046/CCAPI/ccCallFeature:
Feature Type=25, Call Id=82
Feb 7 10:44:19.850: //81/E128E41B8046/CCAPI/ccCallNotify:
Data Bitmask=0x7, Call Id=81
Feb 7 10:44:19.854: //81/E128E41B8046/CCAPI/cc_process_notify_bridge_done:
Conference Id=0x7, Call Id1=81, Call Id2=82
Feb 7 10:44:19.858: //82/E128E41B8046/CCAPI/cc_api_voice_mode_event:
Call Id=82
Feb 7 10:44:19.858: //82/E128E41B8046/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x69541FB4)
Feb 7 10:44:19.866: //81/E128E41B8046/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bK4n3qvj30c0d1cdd4p990.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDvs8pf01-S02T20230207174417U14998173_DID15204792896
To: sip:15204792896@64.119.40.170:60234;transport=udp;tag=1DE404-1B19
Date: Tue, 07 Feb 2023 17:44:17 GMT
Call-ID: SDvs8pf01-422ee44da0de54db5096dfc8b5ad2de5-ao1a0v3020
CSeq: 32691 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Contact: <sip:15204792896@10.169.197.102:5060>
Supported: replaces
Supported: sdp-anat
Server: Cisco-SIPGateway/IOS-12.x
Require: timer
Session-Expires: 1800;refresher=uac
Supported: timer
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 253
v=0
o=CiscoSystemsSIP-GW-UserAgent 5784 4712 IN IP4 10.169.197.102
s=SIP Call
c=IN IP4 10.169.197.102
t=0 0
m=audio 16540 RTP/AVP 0 101
c=IN IP4 10.169.197.102
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
Feb 7 10:44:20.059: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
VOIP#ACK sip:15204792896@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKio9dc6000o9unt1vuiq0.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDvs8pf01-S02T20230207174417U14998173_DID15204792896
To: sip:15204792896@64.119.40.170:60234;transport=udp;tag=1DE404-1B19
Contact: <sip:173.244.45.246:5065;transport=udp>
Call-ID: SDvs8pf01-422ee44da0de54db5096dfc8b5ad2de5-ao1a0v3020
CSeq: 32691 ACK
Content-Length: 0
Max-Forwards: 70
VOIP#
Feb 7 10:44:24.160: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
BYE sip:15204792896@10.169.197.102:5060 SIP/2.0
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKio9dc6000o9unt1vuiq0cd000u7q2.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDvs8pf01-S02T20230207174417U14998173_DID15204792896
To: sip:15204792896@64.119.40.170:60234;transport=udp;tag=1DE404-1B19
Contact: <sip:173.244.45.246:5065;transport=udp>
Call-ID: SDvs8pf01-422ee44da0de54db5096dfc8b5ad2de5-ao1a0v3020
CSeq: 32692 BYE
Content-Length: 0
Supported: timer
Max-Forwards: 69
Feb 7 10:44:24.160: //82/E128E41B8046/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=FALSE, Tone=Null,
Tone Direction=Sum Network, Params=0x0, Call Id=82
Feb 7 10:44:24.164: //81/E128E41B8046/CCAPI/cc_api_call_disconnected:
Cause Value=16, Interface=0x67F277FC, Call Id=81
Feb 7 10:44:24.164: //81/E128E41B8046/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
Feb 7 10:44:24.164: //81/E128E41B8046/CCAPI/ccConferenceDestroy:
Conference Id=0x7, Tag=0x0
Feb 7 10:44:24.164: //81/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 7 10:44:24.164: cc_api_get_xcode_stream : 4702
Feb 7 10:44:24.164: //82/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 7 10:44:24.164: cc_api_get_xcode_stream : 4702
Feb 7 10:44:24.164: //81/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 7 10:44:24.168: cc_api_get_xcode_stream : 4702
Feb 7 10:44:24.168: //81/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
Feb 7 10:44:24.168: cc_api_get_xcode_stream : 4702
Feb 7 10:44:24.168: //81/E128E41B8046/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x7, Source Interface=0x67F277FC, Source Call Id=81,
Destination Call Id=82, Disposition=0x0, Tag=0x0
Feb 7 10:44:24.168: //82/E128E41B8046/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x7, Source Interface=0x69316158, Source Call Id=82,
Destination Call Id=81, Disposition=0x0, Tag=0x0
Feb 7 10:44:24.168: //81/E128E41B8046/CCAPI/cc_generic_bridge_done:
Conference Id=0x7, Source Interface=0x69316158, Source Call Id=82,
Destination Call Id=81, Disposition=0x0, Tag=0x0
Feb 7 10:44:24.172: //81/E128E41B8046/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
Feb 7 10:44:24.172: //81/E128E41B8046/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 7 10:44:24.172: //82/E128E41B8046/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Feb 7 10:44:24.172: //82/E128E41B8046/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 7 10:44:24.172: //82/E128E41B8046/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
Feb 7 10:44:24.180: //82/E128E41B8046/CCAPI/cc_api_call_feature:
Feature Type=6, Interface=0x69316158, Call Id=82
Feb 7 10:44:24.184: //81/E128E41B8046/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x67F277FC, Tag=0x0, Call Id=81,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 7 10:44:24.184: //81/E128E41B8046/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 7 10:44:24.184: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:44:24.184: :cc_free_feature_vsa freeing 69484490
Feb 7 10:44:24.184: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:44:24.188: vsacount in free is 1
Feb 7 10:44:24.200: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 173.244.45.246:5065;branch=z9hG4bKio9dc6000o9unt1vuiq0cd000u7q2.1
From: "Simply Bits" <sip:15205457285@173.244.45.246:5065>;tag=SDvs8pf01-S02T20230207174417U14998173_DID15204792896
To: sip:15204792896@64.119.40.170:60234;transport=udp;tag=1DE404-1B19
Date: Tue, 07 Feb 2023 17:44:24 GMT
Call-ID: SDvs8pf01-422ee44da0de54db5096dfc8b5ad2de5-ao1a0v3020
Server: Cisco-SIPGateway/IOS-12.x
CSeq: 32692 BYE
Reason: Q.850;cause=16
P-RTP-Stat: PS=208,OS=33280,PR=0,OR=0,PL=0,JI=0,LA=0,DU=4
Content-Length: 0
Feb 7 10:44:24.204: //82/E128E41B8046/CCAPI/cc_api_call_disconnect_done:
VOIP#Disposition=0, Interface=0x69316158, Tag=0x0, Call Id=82,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 7 10:44:24.204: //82/E128E41B8046/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 7 10:44:24.204: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:44:24.204: :cc_free_feature_vsa freeing 69484570
Feb 7 10:44:24.204: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 7 10:44:24.204: vsacount in free is 0
02-07-2023 07:32 PM
Great news, I've managed to get everything working except for RTP!
To get rid of the Diversion header my provider is sending me I ended up needing multiple translation-profiles and dial-peers, Maybe there's a better way to do this but this is what I came up with, it appears my sip-profile configuration only applies when the call is looped back into the router, Not sure why.
Incoming calls from my provider come in and hit Peer 30 with an incoming-number of 1.
Peer 30 translates the number from 11 digits inbound to a 10 digit number prefixed with ABCD
The call then is then sent to Peer 35 which has a destination pattern of ABCDT and it sends the traffic out to the external IP of the router.
Peer 36 receives the incoming calls with a incoming called-number of ABCDT and it uses a incoming transition profile to rewrite from the prefixed number to the extension it's destined from.
VOIP#show run
Building configuration...
Current configuration : 9794 bytes
!
! Last configuration change at 18:11:38 MST Tue Feb 7 2023 by johnk
! NVRAM config last updated at 18:11:52 MST Tue Feb 7 2023 by johnk
! NVRAM config last updated at 18:11:52 MST Tue Feb 7 2023 by johnk
version 15.1
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname VOIP
!
boot-start-marker
boot system slot0:c2430-ik9o3s-mz.151-4.M10.bin
boot-end-marker
!
!
card type t1 1
logging buffered 4096
enable secret 5 $1$zwo8$nA2odUimH/BICmKTnI9rl.
enable password 7 121C0B16100709
!
aaa new-model
!
!
!
!
!
!
!
aaa session-id common
clock timezone MST -7 0
clock summer-time MDT recurring
network-clock-participate T1 1/0
network-clock-select 1 T1 1/0
crypto pki token default removal timeout 0
!
!
ip source-route
no ip routing
!
!
!
no ip cef
ip domain name simplybits.net
ip name-server 8.8.8.8
no ip dhcp use vrf connected
!
ip dhcp pool PHONES
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
option 150 ip 192.168.100.1
dns-server 8.8.8.8
!
!
!
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
!
voice hunt user-busy
voice call convert-discpi-to-prog
voice call carrier capacity active
voice rtp send-recv
!
voice service voip
no ip address trusted authenticate
allow-connections sip to sip
redirect ip2ip
sip
registrar server expires max 1200 min 300
sip-profiles 40
no call service stop
!
voice class sip-profiles 40
request ANY sip-header Remote-Party-ID modify "10.169.197.102" "64.119.40.170"
response ANY sip-header Remote-Party-ID modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Call-Info modify "10.169.197.102" "64.119.40.170"
request ANY sip-header P-Asserted-Identity modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Remote-Party-ID modify "10.169.197.102" "64.119.40.170"
response ANY sip-header Remote-Party-ID modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Call-Info modify "10.169.197.102" "64.119.40.170"
request ANY sip-header P-Asserted-Identity modify "10.169.197.102" "64.119.40.170"
request ANY sip-header Diversion remove
request ANY sdp-header Audio-Connection-Info modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Connection-Info modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Session-Owner modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Session-Owner modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Connection-Info modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Audio-Connection-Info modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Audio-Connection-Info modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Connection-Info modify "10.169.197.102" "64.119.40.170"
request ANY sdp-header Session-Owner modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Session-Owner modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Connection-Info modify "10.169.197.102" "64.119.40.170"
response ANY sdp-header Audio-Connection-Info modify "10.169.197.102" "64.119.40.170"
!
voice class sip-hdr-passthrulist 1
!
voice class sip-copylist 1
!
!
!
voice register global
mode cme
source-address 10.169.197.102 port 5060
max-dn 10
max-pool 8
load 7965 SCCP45.9-4-2SR3-1S
authenticate register
authenticate realm simplybits.net
dialplan-pattern 1 1.. extension-length 3
tftp-path slot0:
file text
create profile sync 0005026636280534
ntp-server 17.253.16.125 mode unicast
!
!
voice translation-rule 1
rule 1 /^1/ /ABCD\1/
!
voice translation-rule 2
rule 1 /ABCD5204792894/ /101/
rule 2 /ABCD5204792896/ /100/
rule 3 /ABCD5202827081/ /201/
!
voice translation-rule 5
rule 1 /15204792894/ /101/
rule 2 /15204792896/ /100/
rule 3 /15202827081/ /201/
!
voice translation-rule 10
rule 1 /100/ /5204792896/
rule 2 /101/ /5204792894/
rule 3 /201/ /5202827081/
!
voice translation-rule 20
rule 1 /^\([2-9]......$\)/ /1520\1/
rule 2 /^\([2-9]..[2-9]......$\)/ /1\1/
rule 3 /^9911/ /911/
!
!
voice translation-profile ALIANZA_TO_EXTENSION
translate called 5
!
voice translation-profile ALIANZA_TO_LOOPBACK
translate called 1
!
voice translation-profile FIX_OUTBOUND
translate calling 10
!
voice translation-profile LOOPBACK_TO_EXTENSION
translate called 2
!
voice translation-profile OUTBOUND_TO_ALIANZA
translate calling 10
translate called 20
!
!
voice-card 0
!
archive
log config
hidekeys
path slot0:
maximum 14
write-memory
username johnk password 7 030752180500
username admin privilege 15 secret 5 $1$C4oN$vJsaf4xiVPK4CbEac31YR/
username itech privilege 15 secret 5 $1$T7UO$BzcKLoYxC.69TBSRQ.jqS.
!
!
controller T1 1/0
channel-group 0 timeslots 1-24
!
ip ftp username ciscoftp
ip ftp password 7 0822455D0A49544541
ip ssh version 2
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0
ip address dhcp
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.100.1 255.255.255.0
no ip route-cache
duplex auto
speed auto
ntp broadcast
!
interface Serial1/0:0
no ip address
!
ip forward-protocol nd
ip http server
ip http authentication local
no ip http secure-server
ip http path slot0:cme-gui-8.6.0
!
!
!
logging source-interface Loopback0
!
tftp-server flash:apps45.9-4-2ES26.sbn
tftp-server flash:cnu45.9-4-2ES26.sbn
tftp-server flash:cvm45sccp.9-4-2ES26.sbn
tftp-server flash:dsp45.9-4-2ES26.sbn
tftp-server flash:jar45sccp.9-4-2ES26.sbn
tftp-server flash:SCCP45.9-4-2SR3-1S.loads
tftp-server flash:term65.default.loads
tftp-server flash:B016-1-0-4-2.SBN
tftp-server flash:music-on-hold.au
tftp-server flash:term45.default.loads
tftp-server flash:SCCP45.9-2-1S.loads
tftp-server flash:jar45sccp.9-2-1TH1-13.sbn
tftp-server flash:dsp45.9-2-1TH1-13.sbn
tftp-server flash:cvm45sccp.9-2-1TH1-13.sbn
tftp-server flash:cnu45.9-2-1TH1-13.sbn
tftp-server flash:apps45.9-2-1TH1-13.sbn
!
!
!
!
control-plane
!
!
voice-port 2/0
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/1
no supervisory disconnect lcfo
no battery-reversal
caller-id enable
!
voice-port 2/2
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/3
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/4
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/5
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/6
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/7
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/8
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/9
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/10
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/11
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/12
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/13
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/14
no supervisory disconnect lcfo
no battery-reversal
!
voice-port 2/15
no supervisory disconnect lcfo
no battery-reversal
!
!
mgcp profile default
!
!
dial-peer voice 200 pots
destination-pattern 200
port 2/0
no sip-register
!
dial-peer voice 201 pots
destination-pattern 201
port 2/1
no sip-register
!
dial-peer voice 202 pots
destination-pattern 202
port 2/2
no sip-register
!
dial-peer voice 203 pots
destination-pattern 203
port 2/3
no sip-register
!
dial-peer voice 204 pots
destination-pattern 204
port 2/4
no sip-register
!
dial-peer voice 205 pots
destination-pattern 205
port 2/5
no sip-register
!
dial-peer voice 40 voip
description Outgoing dial-peer to the Carrier
translation-profile outgoing OUTBOUND_TO_ALIANZA
destination-pattern .T
session protocol sipv2
session target sip-server
dtmf-relay rtp-nte
codec g711ulaw
no vad
!
dial-peer voice 30 voip
description Incoming calls from Alianza
translation-profile incoming ALIANZA_TO_LOOPBACK
session protocol sipv2
session target sip-server
incoming called-number 1.
dtmf-relay rtp-nte
codec g711ulaw
no vad
!
dial-peer voice 35 voip
description Loopback-Outgoing
destination-pattern ABCDT
session protocol sipv2
session target ipv4:10.169.197.102
dtmf-relay rtp-nte
codec g711ulaw
no vad
!
dial-peer voice 36 voip
description Loopback-Incoming
translation-profile incoming LOOPBACK_TO_EXTENSION
session protocol sipv2
session target sip-server
incoming called-number ABCDT
dtmf-relay rtp-nte
codec g711ulaw
no vad
!
!
gateway
timer receive-rtp 1200
!
sip-ua
credentials username ciscoiad1 password 7 15100F5855737A252A61 realm all
credentials username ciscoiad1 password 7 15100F5855737A252A61 realm siptrunk.p2.alianza.com
authentication username ciscoiad1 password 7 04590F525E781D4F0B4B
no remote-party-id
registrar dns:siptrunk.p2.alianza.com:5065 expires 3600
sip-server dns:siptrunk.p2.alianza.com:5065
!
!
!
telephony-service
no auto-reg-ephone
max-ephones 30
max-dn 150
ip source-address 192.168.100.1 port 2000
timeouts interdigit 2
cnf-file perphone
load 7965 SCCP45.9-4-2SR3-1S
max-conferences 4 gain -6
call-park system application
call-forward pattern .T
moh flash:music-on-hold.au
transfer-system full-consult
transfer-pattern .T
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1
!
!
ephone-dn 10
number 100
label x100
allow watch
!
!
ephone-dn 11
number 101
label x101
allow watch
!
!
ephone 1
device-security-mode none
mac-address C025.5C43.0CDD
type 7965
button 1:10
!
!
!
ephone 2
device-security-mode none
mac-address 2893.FE13.4C0A
type 7965
button 1:11
!
!
!
line con 0
line aux 0
line vty 0 4
exec-timeout 0 0
password 7 030752180500
logging synchronous
transport input all
!
ntp master
ntp peer time.apple.com
end
02-07-2023 08:46 PM
Great Job! That's awesome. Remember that you are dealing with all this complexity because your IOS version does not support some of the most useful features such as inbound sip profiles, e164 pattern maps, uri based routing and etc. It is ok in a lab environment but if it was a prod environment I would suggest upgrading to 17.6.4 and using my first template to configure your gateway.
Anyways, to get the RTP working I would suggest the below changes based on the logs you shared earlier.
Remove the From, Via, and Contact fields from sip-profiles 40 as shown here.
voice class sip-profiles 40
no request ANY sip-header From modify "10.169.197.102" "64.119.40.170"
no request ANY sip-header Via modify "10.169.197.102" "64.119.40.170"
no request ANY sip-header Contact modify "10.169.197.102" "64.119.40.170"
no response ANY sip-header Contact modify "10.169.197.102" "64.119.40.170"
Apply sip-profiles 40 to dial peer 40 as shown here.
dial-peer voice 40 voip
voice class sip-profiles 40
Apply sip-profiles 40 to dial peer 30 as shown here.
dial-peer voice 30 voip
voice class sip-profiles 40
re-add sip-profiles 1 to you configs and apply it to dial-peer 35.
voice class sip-profiles 1
request ANY sip-header Diversion remove
request INVITE sip-header Diversion remove
dial-peer voice 35 voip
voice class sip-profiles 1
Hope this helps.
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