News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Asterisk and the line identifier

Started by maverick0815, July 21, 2011, 10:40:40 PM

Previous topic - Next topic

maverick0815

I would like to make a feature request for asterisk, namely the ability to switch of the line identifier "9" or "0" for dialing. As far as I found out about asterisk, it is in most cases not neccessary to prepend a "9" or "0" in order to get a line for dialing. I can only speak for the European continent, that standard local numbers are at least 4 digits long. While there may be a number of people out there with only three digit local phonenumbers, they are more or less dying out, because numbers like that are no longer given out for new phonelines.
So I think it would make things a bit easier, if for numbers not in the phonebook, if asterisk would be transparent to the user and you could just dial the number without having to remember the additional number. It would mean, that any number that is longer than three digits gets a line automatically.

Marie.O

open a feature_request type trac ticket, please. Make sure to re-visit it, and leave your email address, so we can contact you.

Thanks.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

dextaslab

If you change your dial patterns in Freepbx.
Example: http://www.voip-info.org/wiki/view/Asterisk+Dialplan+Patterns
--------------------------
   _9011.          matches any string of at least five characters that starts with 9011,
                      but it does not match the four-character string 9011 itself.
--------------------------