| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
how to add prefix for Cisco ATA186Got a comment or question on VoIP hardware or software that isn't represented by one of the other categories? Post it here. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| how to add prefix 00 for Cisco ATA186 ? I need to add 00 to all the number i dial out from ata186. how can i do that ? i delete everything in dialplan and put Pn00t4 there, doesn't work. |
| |||
| The 'P' rule is a separate rule that is in addition to the rest of your dial plan. You would probably want to change the default dial plan to something like this: Code: Pn00|*St4-|#St4-|911|1>#t8.r9t2-|0>#t811.rat4-|^1t4>#.- |
| |||
| Use the 'R' rule which is the enhanced prefix rule. It will match entire strings instead of just matching a digit. The - (dash) removes digits based on the subrule. R--([0-9]-) This would remove the first two dialed digits as long as they match the part in parentheses (the last dash is a wild card). So you would want two 'R' rules. First one to match wins. R--(00-)|R---(011-) You can also have it replace a portion with another like so: R--99(00-) which if the dialed string started with 00 would remove the first two digits and prepend 99 to the dialed string. |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Looking for SIP or H323 firmware for Cisco ata186 | ageli | Other Hardware/Software | 1 | December 16th, 2005 05:41 PM |
| Cisco ATA186/fx200/splitter...Can this work? | floepie | SIPCPE Support Forum | 7 | February 12th, 2005 01:19 PM |
| Asterisk with a Cisco 7960 phone and Cisco 2600 | jzimmerman | Asterisk Support Forum | 2 | January 16th, 2005 12:58 PM |
| how can i ...change ATA186 | esalgado | iConnectHere Support Forum | 0 | January 10th, 2005 01:44 AM |
| Open Access - Cisco Ata186 | c_montoya | VoicePulse Support Forum | 2 | May 8th, 2004 07:09 AM |