02-22-2017 08:20 PM - edited 03-18-2019 12:11 PM
Hello all I am ruining cme 8.5.
This is what i have setup for dial peers.
voice translation-rule 2
rule 2 /\([2-9].........\)/ /1\1/
voice translation-profile Ten_Digit_Dialing
translate called 2
dial-peer voice 210 pots
trunkgroup POTS
corlist outgoing Door-National
description *** Outbound 11 Digit Dialing Calls ***
destination-pattern 1[2-9]..[2-9]......$
!
dial-peer voice 200 pots
trunkgroup POTS
corlist outgoing Door-National
description *** Outbound 10 Digit Dialing Calls ***
translation-profile outgoing Ten_Digit_Dialing
destination-pattern [2-9].........$
!
dial-peer voice 911 pots
corlist outgoing Door-EMS-Only
destination-pattern [2-9]11
port 0/1/3
!
dial-peer voice 1 pots
description *** Outbound 11 Digit Dialing Calls Emergecy ***
destination-pattern 91..........
port 0/1/3
forward-digits 11
!
dial-peer voice 2 pots
description *** Outbound 10 Digit Dialing Calls Emergecy ***
destination-pattern 9[2-9].........
port 0/1/3
forward-digits 10
Now the idea is that all 10 digit and 11 digit calls go out on the trunkgroup POTS. And that works. But i have 1 line that is dedicated if all the network goes down to be able to be used, and its on port 0/1/3 and I want to be able to get to it by dialing 9 and then 11 digit or 10 digit dialing.
What changes do I need to make as right now i see it adds a 1 before 9 and keeps 9 and calls get a message we could not complete your call. I also have this in telephony-service.
secondary-dialtone 9
Can some one help please.
02-22-2017 09:31 PM
Have you also applied any translation profile on port 0/1/3? if yes, then try removing it as '1' might be getting prefixed from there.
Manish
02-22-2017 09:41 PM
No thats the only translation profile i have i think because the other dill peer are only looking for 10 and 11 digits the come in to play with the 9 the 911 works but other over ride the 0/1/3 dial peer and im not sure how to change them to go around it to achieve the 1 redondance line with a 9 to get to it.
so if we would start from scratch how would you go about for dialing out you have 8 fxo ports 7 of them are on voip service and 1 of them is on pots and you want to use them all but if voip service goes down you can get to pots line on dial out with a 9 to skip all other fxo ports.
02-22-2017 10:06 PM
With a separate port available as backup you can also use the dial peer hunting feature as explained in the following guide with example
http://www.cisco.com/c/en/us/td/docs/ios/12_2/voice/configuration/guide/fvvfax_c/vvfpeers.html#wp1244361
The only condition being that the destination pattern should be the same for the dial-peers that are part of the hunt group with preference commands.
Using a different way to dial those numbers ( like prefixing 9 ) will however not allow this feature to be used and users will need to be educated to dial the numbers differently in case the primary ones fail.
We can however check the output of 'debug voice ccapi inout' to see why the call with the backup dialpeer fails, also attach the running config related to ports and dial plan.
Manish
02-22-2017 11:01 PM
ok here is a full config of dial peers
trunk group POTS
voice hunt-group 1 parallel
list 1001,1002,1003,2001,2002
pilot 2000
voice translation-rule 1
rule 1 /1777XXXXXXX/ /10000/
!
voice translation-rule 2
rule 2 /\([2-9].........\)/ /1\1/
!
!
voice translation-profile Incoming_calls
translate called 1
!
voice translation-profile Ten_Digit_Dialing
translate called 2
voice-port 0/0/0
trunk-group POTS
connection plar opx 2000
caller-id enable
!
voice-port 0/0/1
trunk-group POTS
connection plar opx 2000
caller-id enable
!
voice-port 0/0/2
trunk-group POTS
connection plar opx 2000
caller-id enable
!
voice-port 0/0/3
trunk-group POTS
connection plar opx 2000
caller-id enable
!
voice-port 0/1/0
trunk-group POTS
connection plar opx 2000
caller-id enable
!
voice-port 0/1/1
trunk-group POTS
connection plar opx 2000
caller-id enable
!
voice-port 0/1/2
trunk-group POTS
connection plar opx 2000
caller-id enable
!
voice-port 0/1/3
trunk-group POTS
connection plar opx 2000
caller-id enable
dial-peer cor custom
name LoK_Local
name LoK_National
name LoK_International
name LoK_EMS
!
!
dial-peer cor list Keyring-Local
member LoK_Local
member LoK_EMS
!
dial-peer cor list Keyring-National
member LoK_Local
member LoK_National
member LoK_EMS
!
dial-peer cor list Keyring-International
member LoK_Local
member LoK_National
member LoK_International
member LoK_EMS
!
dial-peer cor list Keyring-EMS-Only
member LoK_EMS
!
dial-peer cor list Door-Local
member LoK_Local
member LoK_EMS
!
dial-peer cor list Door-National
member LoK_Local
member LoK_National
member LoK_EMS
!
dial-peer cor list Door-International
member LoK_Local
member LoK_National
member LoK_International
member LoK_EMS
!
dial-peer cor list Door-EMS-Only
member LoK_EMS
dial-peer voice 210 pots
trunkgroup POTS
corlist outgoing Door-National
description *** Outbound 11 Digit Dialing Calls ***
destination-pattern 1[2-9]..[2-9]......$
forward-digits 11
!
dial-peer voice 200 pots
trunkgroup POTS
corlist outgoing Door-National
description *** Outbound 10 Digit Dialing Calls ***
translation-profile outgoing Ten_Digit_Dialing
destination-pattern [2-9].........$
!
dial-peer voice 911 pots
corlist outgoing Door-EMS-Only
destination-pattern 911
port 0/1/3
!
dial-peer voice 1 pots
description *** Outbound 11 Digit Dialing Calls Emergecy ***
destination-pattern 91[2-9]..[2-9].......$
port 0/1/3
forward-digits 11
!
dial-peer voice 2 pots
description *** Outbound 10 Digit Dialing Calls Emergecy ***
destination-pattern 9[2-9].........$
port 0/1/3
forward-digits 10
telephony-service
max-ephones 50
max-dn 288
ip source-address 192.168.10.1 port 2000
system message Sinai
url services http://singlewire.com/freeservices/menu
cnf-file location flash:
cnf-file perphone
load 7914 S00105000400
load 7921 CP7921G-1.4.6.3
load 7960-7940 P00308010200
time-zone 12
max-conferences 8 gain -6
call-park system redirect
call-park system application
call-forward pattern .T
call-forward system redirecting-expanded
moh music-on-hold.au
multicast moh 239.1.1.1 port 16384 route 192.168.10.1
web admin system name Admin password
dn-webedit
time-webedit
transfer-system full-consult
transfer-pattern .T
secondary-dialtone 9
create cnf-files version-stamp 7960 Feb 22 2017 21:03:3
ephone-dn 1 dual-line
number 1001 no-reg primary
allow watch
corlist incoming Keyring-National
!
!
ephone-dn 2 dual-line
number 1002 no-reg primary
allow watch
corlist incoming Keyring-National
!
!
ephone-dn 3 dual-line
number 1003 no-reg primary
allow watch
corlist incoming Keyring-National
ephone-dn 21 dual-line
number 2001 no-reg primary
allow watch
corlist incoming Keyring-National
!
!
ephone-dn 22 dual-line
number 2002 no-reg primary
allow watch
corlist incoming Keyring-National
!
!
ephone-dn 23 dual-line
number 2003 no-reg primary
allow watch
corlist incoming Keyring-National
ephone 1
device-security-mode none
mac-address 0018.BA13.8C64
paging-dn 58
type 7960 addon 1 7914
button 1:1 2:100
!
!
!
ephone 2
device-security-mode none
mac-address 000D.2890.CA88
paging-dn 58
type 7960
button 1:2 2:100
!
!
!
ephone 3
device-security-mode none
mac-address 0014.A98B.ADD6
paging-dn 58
type 7960
button 1:3 2:100
Here is the debug out put
Feb 23 06:54:22.873: //-1/BDDB3AAF8E49/CCAPI/cc_api_display_ie_subfields:
cc_api_call_setup_ind_common:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=1004
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 23 06:54:22.873: //-1/BDDB3AAF8E49/CCAPI/cc_api_call_setup_ind_common:
Interface=0x4C812F28, Call Info(
Calling Number=1004,(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=20004, 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 23 06:54:22.873: //-1/BDDB3AAF8E49/CCAPI/ccCheckClipClir:
In: Calling Number=1004(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 23 06:54:22.873: //-1/BDDB3AAF8E49/CCAPI/ccCheckClipClir:
Out: Calling Number=1004(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 23 06:54:22.873: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 23 06:54:22.873: :cc_get_feature_vsa malloc success
Feb 23 06:54:22.873: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 23 06:54:22.873: cc_get_feature_vsa count is 1
Feb 23 06:54:22.873: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 23 06:54:22.873: :FEATURE_VSA attributes are: feature_name:0,feature_time:1225813736,feature_id:770
Feb 23 06:54:22.873: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_setup_ind_common:
Set Up Event Sent;
Call Info(Calling Number=1004(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=(TON=Unknown, NPI=Unknown))
Feb 23 06:54:22.873: //2138/BDDB3AAF8E49/CCAPI/cc_process_call_setup_ind:
Event=0x4B559940
Feb 23 06:54:22.877: //2138/BDDB3AAF8E49/CCAPI/ccCallSetContext:
Context=0x4913F33C
Feb 23 06:54:22.877: //2138/BDDB3AAF8E49/CCAPI/cc_process_call_setup_ind:
>>>>CCAPI handed cid 2138 with tag 20004 to app "_ManagedAppProcess_Default"
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/ccCallSetupAck:
Call Id=2138
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/cc_api_set_transfer_info:
Transfer Number=, Transfer Reason=0x0
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=TRUE, Tone=Dial Tone,
Tone Direction=Network, Params=0x0, Call Id=2138
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/ccSetDigitTimeouts:
Initial Digit Timeout=-1000(ms), Inter Digit Timeout=-1000(ms)
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/ccSetDigitTimeouts:
Call Entry(Inter Digit Timeout=10000(ms), Initial Digit Timeout=10000(ms))
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/ccCallReportDigits:
(callID=0x85A, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/ccCallReportDigits:
SinaiRouter#Enabled=TRUE, Call Id=2138
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x4C812F28, callID=0x85A, disp=0, digit_event=0x1, enable=TRUE, consume=FALSE)
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x4C812F28, Call Id=2138
Feb 23 06:54:22.881: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=10000(ms))
Feb 23 06:54:23.609: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
SinaiRouter#Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=9, DigitBeginFlags=0x0,
Rtp Timestamp=0xA859A8, Rtp Expiration=0x0
Feb 23 06:54:23.609: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=9, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:23.609: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:24.117: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=1, DigitBeginFlags=0x0,
Rtp Timestamp=0xA8D6A8, Rtp Expiration=0x0
Feb 23 06:54:24.117: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=1, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:24.117: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:24.429: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=8, DigitBeginFlags=0x0,
Rtp Timestamp=0xA953A8, Rtp Expiration=0x0
Feb 23 06:54:24.429: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=8, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:24.429: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:24.769: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
SinaiRouter#Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=0, DigitBeginFlags=0x0,
Rtp Timestamp=0xA9D0A8, Rtp Expiration=0x0
Feb 23 06:54:24.769: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=0, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:24.769: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:25.101: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=0, DigitBeginFlags=0x0,
Rtp Timestamp=0xAA4DA8, Rtp Expiration=0x0
Feb 23 06:54:25.105: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=0, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:25.105: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:25.369: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, DigitBeginFlags=0x0,
Rtp Timestamp=0xAACAA8, Rtp Expiration=0x0
Feb 23 06:54:25.369: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:25.369: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:25.549: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, DigitBeginFlags=0x0,
Rtp Timestamp=0xAB47A8, Rtp Expiration=0x0
Feb 23 06:54:25.549: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:25.549: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:25.717: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, DigitBeginFlags=0x0,
Rtp Timestamp=0xABC4A8, Rtp Expiration=0x0
Feb 23 06:54:25.717: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:25.717: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:25.985: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
SinaiRouter#Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, DigitBeginFlags=0x0,
Rtp Timestamp=0xAC41A8, Rtp Expiration=0x0
Feb 23 06:54:25.989: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:25.989: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:26.177: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_begin:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, DigitBeginFlags=0x0,
Rtp Timestamp=0xACBEA8, Rtp Expiration=0x0
Feb 23 06:54:26.177: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Destination Interface=0x0, Destination Mask=0x3, Destination Call Id=-1,
Source Call Id=2138, Digit=4, Duration=100,
Xrule Calling Tag=0, Xrule Called Tag=0, Digit Tone Mode=DTMF
Feb 23 06:54:26.177: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_digit_end:
Call Entry(Handoff Depth=0)
Feb 23 06:54:26.177: //2138/BDDB3AAF8E49/CCAPI/ccCallReportDigits:
(callID=0x85A, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 23 06:54:26.177: //2138/BDDB3AAF8E49/CCAPI/ccCallReportDigits:
Enabled=TRUE, Call Id=2138
Feb 23 06:54:26.181: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_report_digits_done:
(vdbPtr=0x4C812F28, callID=0x85A, disp=0, digit_event=0x0, enable=FALSE, consume=FALSE)
Feb 23 06:54:26.181: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_report_digits_done:
Enabled=TRUE, Disposition=0x0, Interface=0x4C812F28, Call Id=2138
Feb 23 06:54:26.181: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_report_digits_done:
Call Entry(Initial Digit Timeout=15000(ms), Inter Digit Timeout=10000(ms))
Feb 23 06:54:26.181: //2138/BDDB3AAF8E49/CCAPI/ccCallProceeding:
Progress Indication=NULL(0)
Feb 23 06:54:26.181: //2138/BDDB3AAF8E49/CCAPI/ccCallSetupRequest:
Destination=, Calling IE Present=TRUE, Mode=0,
Outgoing Dial-peer=200, Params=0x49142FA4, Progress Indication=ORIGINATING SIDE IS NON ISDN(3)
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/cc_fill_tg_params:
Not a cic call
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccCallSetupRequest:
Trunk Group Select Interface Success;
Interface=0x4B5B2A44, Selected Interface=1, Selected DSL=-1
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccCheckClipClir:
In: Calling Number=1004(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccCheckClipClir:
Out: Calling Number=1004(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccCallSetupRequest:
Destination Pattern=[2-9].........$, Called Number=19180044444, Digit Strip=TRUE
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccCallSetupRequest:
Calling Number=1004(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=19180044444(TON=Unknown, NPI=Unknown),
Redirect Number=, Display Info=
Account Number=, Final Destination Flag=FALSE,
Guid=BDDB3AAF-F8CB-11E6-8E49-9BAA4C464C4A, Outgoing Dial-peer=200
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/cc_api_display_ie_subfields:
ccCallSetupRequest:
cisco-username=
----- ccCallInfo IE subfields -----
cisco-ani=1004
cisco-anitype=0
cisco-aniplan=0
cisco-anipi=0
cisco-anisi=0
dest=19180044444
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 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccIFCallSetupRequestPrivate:
Interface=0x4B5B2A44, Interface Type=6, Destination=, Mode=0x0,
Call Params(Calling Number=1004,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
Called Number=19180044444(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
Subscriber Type Str=RegularLine, FinalDestinationFlag=FALSE, Outgoing Dial-peer=200, Call Count On=FALSE,
Source Trkgrp Route Label=, Target Trkgrp Route Label=POTS, tg_label_flag=2, Application Call Id=)
Feb 23 06:54:26.185: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 23 06:54:26.185: :cc_get_feature_vsa malloc success
Feb 23 06:54:26.185: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 23 06:54:26.185: cc_get_feature_vsa count is 2
Feb 23 06:54:26.185: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
Feb 23 06:54:26.185: :FEATURE_VSA attributes are: feature_name:0,feature_time:1225814408,feature_id:771
Feb 23 06:54:26.185: //2139/BDDB3AAF8E49/CCAPI/ccIFCallSetupRequestPrivate:
SPI Call Setup Request Is Success; Interface Type=6, FlowMode=1
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccCallSetupRequest:
Trunk Group Call Setting;
Call Entry(Retry Count=0, Voice Class Cause Code=0)
SinaiRouter#
Feb 23 06:54:26.185: //2139/BDDB3AAF8E49/CCAPI/ccCallSetContext:
Context=0x49142F54
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/ccSaveDialpeerTag:
Outgoing Dial-peer=200
Feb 23 06:54:26.185: //2138/BDDB3AAF8E49/CCAPI/cc_api_modify_tgt_cid_call_active_record:
Target Trkgrp Route Label=POTS, tg_label_flag=TRUE, Call Id=0x85A
Feb 23 06:54:26.197: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_proceeding:
Interface=0x4B5B2A44, Progress Indication=NULL(0)
SinaiRouter#
Feb 23 06:54:30.017: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_cut_progress:
Interface=0x4B5B2A44, Progress Indication=INBAND(8), Signal Indication=INTERCEPT(2),
Cause Value=0
Feb 23 06:54:30.017: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_cut_progress:
Call Entry(Responsed=TRUE)
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/ccCallCutProgress:
Progress Indication=INBAND(8), Signal Indication=INTERCEPT(2), Cause Value=0
Voice Call Send Alert=FALSE, Call Entry(Alert Sent=FALSE)
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/ccCallCutProgress:
Call Entry(Responsed=TRUE)
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/ccGenerateToneInfo:
Stop Tone On Digit=FALSE, Tone=Null,
Tone Direction=Network, Params=0x0, Call Id=2138
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/ccConferenceCreate:
(confID=0x4E8AB144, callID1=0x85A, gcid=BDDB3AAF-F8CB11E6-8E499BAA-4C464C4A, tag=0x0)
Feb 23 06:54:30.021: //2139/BDDB3AAF8E49/CCAPI/ccConferenceCreate:
(confID=0x4E8AB144, callID2=0x85B, gcid=BDDB3AAF-F8CB11E6-8E499BAA-4C464C4A, tag=0x0)
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/ccConferenceCreate:
Conference Id=0x4E8AB144, Call Id1=2138, Call Id2=2139, Tag=0x0
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/cc_api_bridge_done:
Conference Id=0x23, Source Interface=0x4C812F28, Source Call Id=2138,
Destination Call Id=2139, Disposition=0x0, Tag=0xFFFFFFFF
Feb 23 06:54:30.021: //2139/BDDB3AAF8E49/CCAPI/cc_api_bridge_done:
Conference Id=0x23, Source Interface=0x4B5B2A44, Source Call Id=2139,
Destination Call Id=2138, Disposition=0x0, Tag=0xFFFFFFFF
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/cc_generic_bridge_done:
Conference Id=0x23, Source Interface=0x4B5B2A44, Source Call Id=2139,
Destination Call Id=2138, Disposition=0x0, Tag=0xFFFFFFFF
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x23, Destination Call Id=2139)
Feb 23 06:54:30.021: //2139/BDDB3AAF8E49/CCAPI/ccConferenceCreate:
Call Entry(Conference Id=0x23, Destination Call Id=2138)
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/CCAPI/cc_api_caps_ind:
Destination Interface=0x4B5B2A44, Destination Call Id=2139, Source Call Id=2138,
Caps(Codec=0x1, Fax Rate=0x2, Vad=0x1,
Modem=0x2, Codec Bytes=160, Signal Type=2)
Feb 23 06:54:30.021: //2138/BDDB3AAF8E49/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 23 06:54:30.021: //2139/BDDB3AAF8E49/CCAPI/cc_api_caps_ind:
Destination Interface=0x4C812F28, Destination Call Id=2138, Source Call Id=2139,
Caps(Codec=0x1, Fax Rate=0x1, Vad=0x1,
Modem=0x2, Codec Bytes=160, Signal Type=2)
Feb 23 06:54:30.021: //2139/BDDB3AAF8E49/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 23 06:54:30.025: //2139/BDDB3AAF8E49/CCAPI/cc_api_caps_ack:
Destination Interface=0x4C812F28, Destination Call Id=2138, Source Call Id=2139,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=OFF(0x1),
Modem=ON(0x2), Codec Bytes=160, Signal Type=2, Seq Num Start=4888)
Feb 23 06:54:30.025: //2138/BDDB3AAF8E49/CCAPI/cc_api_caps_ack:
Destination Interface=0x4B5B2A44, Destination Call Id=2139, Source Call Id=2138,
Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_NONE(0x1), Vad=OFF(0x1),
Modem=ON(0x2), Codec Bytes=160, Signal Type=2, Seq Num Start=1999)
Feb 23 06:54:30.025: //2138/BDDB3AAF8E49/CCAPI/ccCallFeature:
Feature Type=25, Call Id=2138
Feb 23 06:54:30.025: //2138/BDDB3AAF8E49/CCAPI/cc_api_voice_mode_event:
Call Id=2138
Feb 23 06:54:30.029: //2138/BDDB3AAF8E49/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x4913F33C)
Feb 23 06:54:30.029: //2139/BDDB3AAF8E49/CCAPI/cc_api_voice_mode_event:
Call Id=2139
Feb 23 06:54:30.029: //2139/BDDB3AAF8E49/CCAPI/cc_api_voice_mode_event:
Call Entry(Context=0x49142F54)
Feb 23 06:54:30.029: //2138/BDDB3AAF8E49/CCAPI/cc_process_notify_bridge_done:
Conference Id=0x23, Call Id1=2138, Call Id2=2139
Feb 23 06:54:30.029: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_connected:
Interface=0x4B5B2A44, Data Bitmask=0x1, Progress Indication=DESTINATION IS NON ISDN(2),
Connection Handle=0
Feb 23 06:54:30.029: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_connected:
Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
Feb 23 06:54:30.033: //2138/BDDB3AAF8E49/CCAPI/ccCallConnect:
Progress Indication=DESTINATION IS NON ISDN(2), Data Bitmask=0x1
SinaiRouter#
Feb 23 06:54:30.033: //2138/BDDB3AAF8E49/CCAPI/ccCallConnect:
Call Entry(Connected=TRUE, Responsed=TRUE)
Feb 23 06:54:30.033: //2138/BDDB3AAF8E49/CCAPI/ccCallFeature:
Feature Type=25, Call Id=2138
SinaiRouter#
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_disconnected:
Cause Value=16, Interface=0x4C812F28, Call Id=2138
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_disconnected:
Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/ccConferenceDestroy:
Conference Id=0x23, Tag=0x0
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x23, Source Interface=0x4C812F28, Source Call Id=2138,
Destination Call Id=2139, Disposition=0x0, Tag=0x0
Feb 23 06:54:37.601: //2139/BDDB3AAF8E49/CCAPI/cc_api_bridge_drop_done:
Conference Id=0x23, Source Interface=0x4B5B2A44, Source Call Id=2139,
Destination Call Id=2138, Disposition=0x0, Tag=0x0
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/cc_generic_bridge_done:
Conference Id=0x23, Source Interface=0x4B5B2A44, Source Call Id=2139,
Destination Call Id=2138, Disposition=0x0, Tag=0x0
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 23 06:54:37.601: //2138/BDDB3AAF8E49/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
Feb 23 06:54:37.605: //2139/BDDB3AAF8E49/CCAPI/ccCallDisconnect:
Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
Feb 23 06:54:37.605: //2139/BDDB3AAF8E49/CCAPI/ccCallDisconnect:
Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
Feb 23 06:54:37.605: //2139/BDDB3AAF8E49/CCAPI/cc_api_get_transfer_info:
Transfer Number Is Null
Feb 23 06:54:37.609: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_feature:
Feature Type=6, Interface=0x4C812F28, Call Id=2138
Feb 23 06:54:37.613: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_disconnect_done:
Disposition=0, Interface=0x4C812F28, Tag=0x0, Call Id=2138,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 23 06:54:37.613: //2138/BDDB3AAF8E49/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 23 06:54:37.613: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 23 06:54:37.613: :cc_free_feature_vsa freeing 49106EE0
Feb 23 06:54:37.613: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 23 06:54:37.613: vsacount in free is 1
Feb 23 06:54:37.621: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_disconnect_done:
SinaiRouter#Disposition=0, Interface=0x4B5B2A44, Tag=0x0, Call Id=2139,
Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
Feb 23 06:54:37.621: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_disconnect_done:
tg for this call is POTS success/fail is 1
Feb 23 06:54:37.621: //2139/BDDB3AAF8E49/CCAPI/cc_api_call_disconnect_done:
Call Disconnect Event Sent
Feb 23 06:54:37.621: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 23 06:54:37.621: :cc_free_feature_vsa freeing 49107180
Feb 23 06:54:37.621: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
Feb 23 06:54:37.621: vsacount in free is 0
So when I dial 9123456789 it wont let me do any more digits it stops and ads a 1 in the begging. With the config i have posted without the 9 calls go out as the should.
02-23-2017 01:18 AM
In the debug that you attached , outgoing dial peer 200 is being matched which has trunkgroup POTS and it adds the prefix 1 as per the translation profile applied. The destination patterns defined in the primary and backup dial peers overlap, hence this issue. My suggestion is to use the dial peer preference option to make the transition to backup dialpeers seamless.
Manish
02-23-2017 02:14 AM
The thing is the 7 pots lines that are connected to a ata box and if network goes down ata will still give out voltage and the fxo card will think they are in working state when they are not. If ill put that line 8 as main one to dial out it will be mostly busy and I don't want that I want it to be free most of the time to be used for 911 or if the ata box goes down. Will the dial peer preference option work for that?
02-23-2017 02:47 AM
Never mind I found a easy fix I turned a 9 in to a 0. Sorry for wasting you time but you did guide me in the right direction. Thank You!
02-23-2017 02:54 AM
Good to know that, yes avoiding the overlap with destination pattern of primary dial peers is a good idea ( if possible , like in your scenario ).
Manish
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