cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
383
Views
4
Helpful
1
Replies

How can I configure pilot CLID for the non-DID extension in CME?

cjrchoi11
Level 1
Level 1

in CME, I have two kinds of 4 digits extension that DID and non-DID. I'm able to outbounding the 10 digit via 'dialplan-pattern 1 408111.... ext 4' for the DID numbers but the question is non-DID.

How can I outbounding the non-DID extension with CLID=4081111001?

Thanks in advance,

1 Reply 1

John,

How many DIDs do you have? The reason I ask is it might be better to explictly set the few DIDs you have with a translation-profile then all remaining non-DIDs with a final statement in the translation-profile with the generic number.

Here is an example.

1001 - main number DID

1002 - user DID

1003 - user DID

voice translation-rule 1

rule 1 /^1002$/ /4081111002/

rule 2 /^1003$/ /4081111003/

rule 3 /^1...$/ /4081111001/

voice translation-profile 10-out

translate calling 1

apply this to your outgoing dial-peers or voice-port.

dial-peer voice 7 pots

translation-profile outgoing 10-out

or

voice-port 0/1/0:23

translation-profile outgoing 10-out

This can be used in combination with the dialplan pattern if that command is servicing your inbound rules efficiently or you could remove it an rely on translation-profiles for inbound as well.

Here is a good document on the commands.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080325e8e.shtml

Please rate any helpful posts

Thanks

Fred