Feb 10, 2006 #1 FortKnox Technical User Joined May 10, 2004 Messages 254 Location US When I dial an extension such as 1231, I want it to call 9 890 1231 How can I do that? It will be something like this right? dial-peer voice 1004 pots destination-pattern 1... port 0/0/0:23 forward-digits "what do I put here?
When I dial an extension such as 1231, I want it to call 9 890 1231 How can I do that? It will be something like this right? dial-peer voice 1004 pots destination-pattern 1... port 0/0/0:23 forward-digits "what do I put here?
Feb 11, 2006 #2 pndscm Technical User Joined Jan 3, 2005 Messages 1,291 Location US You can do this with the global command 'num-exp'. The command would look like this: num-exp 1231 98901231 Your dial peer would be: dial-peer voice 1004 pots destination-pattern 98901231 port 0/0/0:23 forward-digits "however many digits you need to send Upvote 0 Downvote
You can do this with the global command 'num-exp'. The command would look like this: num-exp 1231 98901231 Your dial peer would be: dial-peer voice 1004 pots destination-pattern 98901231 port 0/0/0:23 forward-digits "however many digits you need to send
Feb 13, 2006 Thread starter #3 FortKnox Technical User Joined May 10, 2004 Messages 254 Location US Thanks! I did: #num-exp 1... 98901... so now I can call my inside extensions without having to dial the full number. What happened was that our old pbx ran out of room for any more digital phones, so we added a CME temporarily untill we get our full CCM implemented. Upvote 0 Downvote
Thanks! I did: #num-exp 1... 98901... so now I can call my inside extensions without having to dial the full number. What happened was that our old pbx ran out of room for any more digital phones, so we added a CME temporarily untill we get our full CCM implemented.