FAQSearchMy Voipfone AccountRegisterLogin
It is currently September 4th, 2010, 5:39 pm




Post new topic Reply to topic  [ 21 posts ] 
 Snom Dial Plan 
Author Message

Joined: June 22nd, 2006, 3:26 pm
Posts: 167
Location: Grimsby
Post 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 :P


July 25th, 2006, 2:28 pm
Profile WWW

Joined: February 6th, 2006, 3:56 pm
Posts: 404
Post 
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
Profile

Joined: June 22nd, 2006, 3:26 pm
Posts: 167
Location: Grimsby
Post 
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
Profile WWW

Joined: February 6th, 2006, 3:56 pm
Posts: 404
Post 
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
Profile

Joined: June 22nd, 2006, 3:26 pm
Posts: 167
Location: Grimsby
Post 
Okay cool the first one works great thanks David :-D

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
Profile WWW

Joined: February 6th, 2006, 3:56 pm
Posts: 404
Post 
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
Profile

Joined: June 22nd, 2006, 3:26 pm
Posts: 167
Location: Grimsby
Post 
Excellent, working perfectly.

Many thanks again! :D

T


July 27th, 2006, 1:00 pm
Profile WWW
Moderator

Joined: February 6th, 2006, 3:07 am
Posts: 494
Location: Swansea
Post 
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
Profile WWW

Joined: June 22nd, 2006, 3:26 pm
Posts: 167
Location: Grimsby
Post 
This makes life alot easier for the receptionist.

Thank you :D


August 30th, 2006, 9:29 am
Profile WWW

Joined: November 8th, 2006, 8:38 pm
Posts: 105
Post 
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
Profile

Joined: June 5th, 2006, 7:00 pm
Posts: 19
Post 
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
Profile WWW

Joined: November 8th, 2006, 8:38 pm
Posts: 105
Post 
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

Image

It works perfectly for me on my Snom 360 BTW.

Mark.


November 25th, 2006, 5:44 pm
Profile

Joined: June 5th, 2006, 7:00 pm
Posts: 19
Post 
Mark thank you its all so simple when you are in the know


November 25th, 2006, 10:32 pm
Profile WWW

Joined: November 8th, 2006, 8:38 pm
Posts: 105
Post 
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
Profile

Joined: December 12th, 2006, 7:23 pm
Posts: 25
Location: Southport
Post 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
Profile

Joined: February 6th, 2006, 3:56 pm
Posts: 404
Post 
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
Profile

Joined: December 12th, 2006, 7:23 pm
Posts: 25
Location: Southport
Post 
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
Profile

Joined: December 29th, 2006, 12:27 pm
Posts: 4
Post 
Would these dial plans work for PAP2


January 3rd, 2007, 12:05 pm
Profile

Joined: February 6th, 2006, 3:56 pm
Posts: 404
Post 
'Fraid not - the syntax is specific to the Snom phones.


January 3rd, 2007, 2:49 pm
Profile

Joined: December 12th, 2006, 7:23 pm
Posts: 25
Location: Southport
Post 
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
Profile

Joined: February 25th, 2007, 11:37 am
Posts: 1
Post 
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
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Copyright 2004 - 2009, Inet Telecoms Ltd. All rights reserved.
Design by ~WelshPaul~ © 2008 - 2009, All rights reserved.