| Author |
Message |
|
toggo
Joined: June 22nd, 2006, 3:26 pm Posts: 167 Location: Grimsby
|
 Snom Dial Plan
I'm confused as to how the snom dial plan works. I managed to set all of our pap2's up fine with dialling plans, all seems straightforward, but the snom baffles me. I downloaded their FAQ user guide on dialling plans but it's somewhat ambiguous.
My current dialling plan looks like this:
|^([a-zA-Z]+:.*)$|\1\2| |^([a-zA-Z0-9&=+\$,;?\-_.!~*'()%]+@.+)|sip:\1| |^([a-zA-Z0-9&=+\$,;?\-_.!~*'()%]*)$|sip:\1@\d|
How would I incorporate a local area code into it eg 01472 like you can with then linksys dialling plan.
I'd also like to be able to use the dialling plan to stop the user form having to press the tick when they wish to make a call and instead the call just dials directly. I believe it's the 'd' that does this?
Also how can I block certain numbers like 090*** numbers and allow emergency service numbers to dial
Any help on this would be greatly appreciated so I can add a bit of uniformity to our office.
Cheers
T 
|
| July 25th, 2006, 2:28 pm |
|
 |
|
davidgu
Joined: February 6th, 2006, 3:56 pm Posts: 404
|
This is the Snom dialplan we use:
|(^0[1-9][0-9]{9}$)|sip:\1@\d|d
It means that regular UK 11-digit numbers will dial automatically (ie you don't have to press the tick or OK button), but all others require you to confirm manually or wait for the timer to dial it by default.
I didn't think that Voipfone allowed either 090*** or emergency service numbers at present ...
|
| July 25th, 2006, 3:44 pm |
|
 |
|
toggo
Joined: June 22nd, 2006, 3:26 pm Posts: 167 Location: Grimsby
|
Thank you David.
Is there any way you know of allowing the area code to be automatically entered when dialing a local number?
Cheers
T 
|
| July 27th, 2006, 10:38 am |
|
 |
|
davidgu
Joined: February 6th, 2006, 3:56 pm Posts: 404
|
Hmm.
The Snom whitepaper says that multiple dial plan entries can be separated by spaces ...
I've not tried it, but you could try adding this to the dialplan (separated from the other by a space):
|(^[1-9][0-9]{5}$)|sip:\1@\d|d
This says "match any number starting with the digits 1-9, followed by 5 digits selected from 0-9".
You may need to have this entry first rather than second - try it out.
|
| July 27th, 2006, 11:24 am |
|
 |
|
toggo
Joined: June 22nd, 2006, 3:26 pm Posts: 167 Location: Grimsby
|
Okay cool the first one works great thanks David
Where abouts would I enter my area code in the second one so that it knows what to prefix the 6 digit number with?
|(^[01472][1-9][0-9]{5}$)|sip:\1@\d|d
Would it look something like this?
Cheers
T 
|
| July 27th, 2006, 12:31 pm |
|
 |
|
davidgu
Joined: February 6th, 2006, 3:56 pm Posts: 404
|
Nope - you'd need:
|(^[1-9][0-9]{5}$)|sip:01472\1@\d|d
The bit between the first two "|" is the keypresses you're matching. The next bit is what to do with it.
|
| July 27th, 2006, 12:34 pm |
|
 |
|
toggo
Joined: June 22nd, 2006, 3:26 pm Posts: 167 Location: Grimsby
|
Excellent, working perfectly.
Many thanks again!
T
|
| July 27th, 2006, 1:00 pm |
|
 |
|
WelshPaul
Moderator
Joined: February 6th, 2006, 3:07 am Posts: 494 Location: Swansea
|
Well I have come up with the following dial plan for use with snom's:
|(^[2-8][0-9]{5}$)|sip:01792\1@\d|d |(^0[1-9][0-9]{9}$)|sip:\1@\d|d |(^112$)|sip:\1@\d|d |(^121$)|sip:\1@\d|d |(^123$)|sip:\1@\d|d |(^150$)|sip:\1@\d|d |(^152$)|sip:\1@\d|d |(^154$)|sip:\1@\d|d |(^155$)|sip:\1@\d|d |(^999$)|sip:\1@\d|d |(^1[4-5][0-9]{2}$)|sip:\1@\d|d
This is a full uk dial plan for use with voipfone only, it will dial out local numbers so it saves you having to enter your local area code everytime you call joe bloggs down the road. It also dials straight out on national numbers numbers as well as voipfone numbers such as 112, 121, 123, 152, 155 etc......
Simply change the 01792 to your local area code and your set to go!
(If your local area code is 4 digits instead of 5 for example 0121 then you need to change this part {5}$)|sip: which is located infront of your local area code to {6}$)|sip: and your done!)
|
| August 23rd, 2006, 1:27 pm |
|
 |
|
toggo
Joined: June 22nd, 2006, 3:26 pm Posts: 167 Location: Grimsby
|
This makes life alot easier for the receptionist.
Thank you 
|
| August 30th, 2006, 9:29 am |
|
 |
|
Wardy
Joined: November 8th, 2006, 8:38 pm Posts: 105
|
Please excuse my ignorance, but where do you enter the dial plan?
[EDIT]Once I had "ADVANCED" Menus activate I found it no problem! Doh!
Thanks,
Mark.
|
| November 18th, 2006, 2:53 pm |
|
 |
|
Mathew
Joined: June 5th, 2006, 7:00 pm Posts: 19
|
I have a snom 360 and cant find anything on the software accessed via the browser regarding the dial plan please help???? Iam trying to add in the dial plan
|
| November 25th, 2006, 4:48 pm |
|
 |
|
Wardy
Joined: November 8th, 2006, 8:38 pm Posts: 105
|
Mathew wrote: I have a snom 360 and cant find anything on the software accessed via the browser regarding the dial plan please help???? Iam trying to add in the dial plan
It's under the SIP tab of the Identity you wish to add a dial plan for
It works perfectly for me on my Snom 360 BTW.
Mark.
|
| November 25th, 2006, 5:44 pm |
|
 |
|
Mathew
Joined: June 5th, 2006, 7:00 pm Posts: 19
|
Mark thank you its all so simple when you are in the know
|
| November 25th, 2006, 10:32 pm |
|
 |
|
Wardy
Joined: November 8th, 2006, 8:38 pm Posts: 105
|
Mathew wrote: Mark thank you its all so simple when you are in the know You're welcome, I've been on voip for less than a week so all knowledge I've gained is from others
Mark.
|
| November 26th, 2006, 1:41 am |
|
 |
|
Richy
Joined: December 12th, 2006, 7:23 pm Posts: 25 Location: Southport
|
 Is this plan OK for placing international calls?
Hi there, First off, thanks to acoolwelshbloke for posting the dial plan (back in August)
It works really well for us for calling UK numbers.
But when we call international numbers (prefixed 001) nothing happens!!
Is there something in the dial plan that prevents long-distance calls?
Or should I look for a different problem.
Yours in total ignorance!
Cheers
|
| December 12th, 2006, 7:35 pm |
|
 |
|
davidgu
Joined: February 6th, 2006, 3:56 pm Posts: 404
|
You should still be able to dial any numbers (like international numbers) that don't match entries in the dial plan, but you need to tell the phone that you've finished dialing.
If you're dialing with the handset on-hook, simply picking up the handset will make it dial.
If you've picked up the handset to dial, you'll need to press "OK" (on 190s/Elmeg 290s) or the tick button (on other Snoms).
|
| December 13th, 2006, 9:57 am |
|
 |
|
Richy
Joined: December 12th, 2006, 7:23 pm Posts: 25 Location: Southport
|
Thanks David - that's what I thought would happen.
To rule out the dial plan as the culprit I have since deleted it and then retried international numbers, but they still don't work.
I'll contact support and let you know what the answer turned out to be.
Cheers
|
| December 13th, 2006, 10:25 am |
|
 |
|
Madturk
Joined: December 29th, 2006, 12:27 pm Posts: 4
|
Would these dial plans work for PAP2
|
| January 3rd, 2007, 12:05 pm |
|
 |
|
davidgu
Joined: February 6th, 2006, 3:56 pm Posts: 404
|
'Fraid not - the syntax is specific to the Snom phones.
|
| January 3rd, 2007, 2:49 pm |
|
 |
|
Richy
Joined: December 12th, 2006, 7:23 pm Posts: 25 Location: Southport
|
Thought I'd let you know that we resolved the international numbers problem by restoring the phones to factory settings.
Now they work fine - even with the dial plan installed.
Voipfone support were very helpful throughout - and patient!
|
| January 3rd, 2007, 3:55 pm |
|
 |
|
hornma
Joined: February 25th, 2007, 11:37 am Posts: 1
|
Is there a easy way with the dial plan to stop numbers being dialed ? I have one for home use.. and would like to block the dialing of mobile numbers ?
Cheers
Matt
|
| February 25th, 2007, 11:39 am |
|
|