cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3731
Views
5
Helpful
19
Replies

CME:how to block external call to external call

guoqiang.li
Level 1
Level 1

cme have the four fxo and AA,when the external calls come in,and dial 9+ pstn num,it can call from external call to another external call,how can blocking?

19 Replies 19

Najeeb Mohammad
Level 1
Level 1

Hi,

Which AA you are using , CUE or TCL ???

Najeeb

hi,Najeeb:

AA is using its-CISCO.2.0.2.0.tcl.not the CUE.

thks.

Hi,

try to use this command

#call application voice aa max-extension-length 5

This option declares the maximum length of the extension that the user can dial when dial-by-extension-option is chosen. The default value is 5. The value can be 0 with no restriction up to x digits.

or try

3.

Configure Class of Restriction (COR) to block call transfers from B-ACD to PSTN numbers. The sample configuration below prevents the B-ACD from transferring calls out to local and long distance PSTN numbers. The B-ACD can still transfer calls to internal extensions.

Below is an example of such a configuration:

dial-peer cor custom

name longdistance

name local

!

!

dial-peer cor list call-longdistance

member longdistance

!

dial-peer cor list call-local

member local

!

dial-peer cor list block-pstn

!

dial-peer voice 1 voip

corlist incoming block-pstn

application aa

destination-pattern 1000

session target ipv4:192.168.1.1

incoming called-number 1000

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

!

dial-peer voice 2 pots

corlist outgoing call-longdistance

destination-pattern 91..........

port 0/2/0

!

dial-peer voice 3 pots

corlist outgoing call-local

destination-pattern 9[2-9]......

port 0/2/0

Thanks

Najeeb

Hi, Najeeb:

it seems use on B-ACD AA TCL,but I is using

its-CISCO.2.0.2.0.tcl.max-extension-length has no effect to its-CISCO.2.0.2.0.tcl.

Hi,

i try the max-extension-length and COR,it doesn't work,the AA still can tranfer to PSTN numbers

!

!

dial-peer cor custom

name longdistance

name local

!

!

dial-peer cor list call-longdistance

member longdistance

!

dial-peer cor list call-local

member local

!

dial-peer cor list block-pstn

!

!

dial-peer voice 10 pots

corlist outgoing call-longdistance

translation-profile outgoing telcom

service aa

destination-pattern 9.T

port 0/1/0

!

dial-peer voice 11 pots

corlist outgoing call-longdistance

translation-profile outgoing telcom

service aa

destination-pattern 9.T

port 0/1/1

!

dial-peer voice 12 pots

corlist outgoing call-longdistance

translation-profile outgoing telcom

service aa

destination-pattern 9.T

port 0/1/2

!

dial-peer voice 300 voip

corlist incoming block-pstn

service aa

destination-pattern 51190000

session target ipv4:10.1.3.254

incoming called-number 51190000

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

!

Hi,

Can u please reply me the running config and the tcl script.

Thanks

see attached file,thks.

hi,mohdnajeeb:

do you have any other idea? thank you very much.

hi,

i am having same issue with my telephony setup, I will apply your provided command/COR configs and let you know if its works...

Anees Anjum

Hi,Anees:

did you have test the command/COR?what is the result?

guoqiang.li
Level 1
Level 1

Hi,

dial-peer cor custom

name longdistance <

name local <

cme-test(config-app)# service aa

cme-test(config-app-param)#param max-extension-length 5

Warning: parameter max-extension-length has not been registered under aa namespace

cme-test(config-app-param)#

hi guogiang,

wishing u r fine

I have the same problem now, did u find the solution for this issue?

thanks

Hi All, sorry for the late response;

I had applied following configs and they worked fine for me, please try these and let me know if they work. p.s configurations might vary depeneding on your deployment scenario!

dial-peer cor custom

name On-Net

name Off-Net

dial-peer cor list Call-On-Net

member On-Net

dial-peer cor list Call-Off-Net

member Off-Net

dial-peer cor list Call-Both

member On-Net

member Off-Net

dial-peer voice 200 pots

corlist outgoing Call-Both

destination-pattern 9.T

port 0/0/0:XX

dial-peer voice 201 pots

corlist incoming Call-On-Net

service aa

incoming called-number XXX

port 0/0/0:XX

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: