The UK's Number One VoIP Resource
This is a discussion on Snom Dial Plan within the uk.telecom.voip forums, part of the Newsgroup Forums category; Hello, Crikey, just started playing with the Dial Plan for a Snom which is connected to a PBX and requires ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
Crikey, just started playing with the Dial Plan for a Snom which is connected to a PBX and requires 9 for external calls. So, I have four bits so far: |(^9[2-8][0-9]{5}$)|sip:\1@\d|d |(^90[1-9][0-9]{9}$)|sip:\1@\d|d |(^[2-4][0-9]{2}$)|sip:\1@\d|d |(^999$)|sip:9\1@\d|d The 1st part should cater for 6 digit local dialing (the PBX is connected to BT lines, so no need to force the STD to dial - how would I anyway.....I'd need 9 to be substituted with 901484) The 2nd part should cater for 11 digit national dialing. The 3rd part for PBX extesnions 2xx, 3xx or 4xx. The last part deals with the emergency services. Before I unleash it on a load of phones,...have I got it right? Cheers. |
|
|||
|
In article <mn.c5687d83c40c3b72.88534@blueyonder.invalid>,
Jono <nothanks@blueyonder.invalid> wrote:[color=blue] >Hello, > >Crikey, just started playing with the Dial Plan for a Snom which is >connected to a PBX and requires 9 for external calls.[/color] Why not get the PBX to remove the requirement to dial 9? Gordon |
|
|||
|
Gordon Henderson explained :[color=blue]
> In article <mn.c5687d83c40c3b72.88534@blueyonder.invalid>, > Jono <nothanks@blueyonder.invalid> wrote:[color=green] >> Hello, >> >> Crikey, just started playing with the Dial Plan for a Snom which is >> connected to a PBX and requires 9 for external calls.[/color] > > Why not get the PBX to remove the requirement to dial 9? > > Gordon[/color] haha. I did - there's a little custom outbound config that allows for 6 digit local dialling & 11 digit national dialing without the need for 9. ......the problem, though, is that the extension numbers & speed dials start with 2 or 3 - as do some local numbers. So, in order to cater for 221, for instance, users would be unable to dial 221xxx. (I think) |
|
|||
|
In article <mn.cb937d83632b6244.88534@blueyonder.invalid>,
Jono <nothanks@blueyonder.invalid> wrote:[color=blue] >Gordon Henderson explained :[color=green] >> In article <mn.c5687d83c40c3b72.88534@blueyonder.invalid>, >> Jono <nothanks@blueyonder.invalid> wrote:[color=darkred] >>> Hello, >>> >>> Crikey, just started playing with the Dial Plan for a Snom which is >>> connected to a PBX and requires 9 for external calls.[/color] >> >> Why not get the PBX to remove the requirement to dial 9? >> >> Gordon[/color] > >haha. I did - there's a little custom outbound config that allows for 6 >digit local dialling & 11 digit national dialing without the need for >9.[/color] What about 10 digit national dialling? (Eg. South Brent - 01364, same prefix as me, but 5 digit local numbers starting with 7) [color=blue] >.....the problem, though, is that the extension numbers & speed dials >start with 2 or 3 - as do some local numbers. > >So, in order to cater for 221, for instance, users would be unable to >dial 221xxx. (I think)[/color] If it's asterisk, 221 should have a higher priority over _[23]XXXXX And if your local numbers are all exactly 6 digits, then just _XXXXXX will work, as that'll match exactly 6 digits rather than 3, no matter what the start digits are. Of-course, if it's not asterisk, I know a man who could upgrade you to one :) Gordon |
|
|||
|
Gordon Henderson brought next idea :[color=blue]
> In article <mn.cb937d83632b6244.88534@blueyonder.invalid>, > Jono <nothanks@blueyonder.invalid> wrote:[color=green] >> Gordon Henderson explained :[color=darkred] >>> In article <mn.c5687d83c40c3b72.88534@blueyonder.invalid>, >>> Jono <nothanks@blueyonder.invalid> wrote: >>>> Hello, >>>> >>>> Crikey, just started playing with the Dial Plan for a Snom which is >>>> connected to a PBX and requires 9 for external calls. >>> >>> Why not get the PBX to remove the requirement to dial 9?[/color][/color][/color] I also forgot to mention that the users prefer dialling 9 before an external call. [color=blue][color=green][color=darkred] >>> Gordon[/color] >> >> haha. I did - there's a little custom outbound config that allows for 6 >> digit local dialling & 11 digit national dialing without the need for >> 9.[/color] > > What about 10 digit national dialling? (Eg. South Brent - 01364, same > prefix as me, but 5 digit local numbers starting with 7)[/color] That would be an awfully complex dial plan to construct - I would have to discover all the 5 digit number ranges - I think I'll leave them having to press Tick on those! [color=blue] >[color=green] >> .....the problem, though, is that the extension numbers & speed dials >> start with 2 or 3 - as do some local numbers. >> >> So, in order to cater for 221, for instance, users would be unable to >> dial 221xxx. (I think)[/color] > > If it's asterisk, 221 should have a higher priority over _[23]XXXXX[/color] Yes, though the useful thing about the dial plan I posted is that the Snom initiates the call as soon as the third digit is dialled (so long as it starts with a 2, 3 or 4)....or a 7 or 12 digit number beginning with 9. So, if the user intends to dial 222333, the phone will dial 222 as soon as the third 2 is keyed (without the need to press tick) [color=blue] > And if your local numbers are all exactly 6 digits, then just > _XXXXXX will work, as that'll match exactly 6 digits rather than 3, no > matter what the start digits are. > > Of-course, if it's not asterisk,[/color] It is [color=blue] > I know a man who could upgrade you to one :)[/color] You or me? |
|
|||
|
In article <mn.cc687d83847b81e2.88534@blueyonder.invalid>,
Jono <nothanks@blueyonder.invalid> wrote:[color=blue] >Gordon Henderson brought next idea :[color=green] >> In article <mn.cb937d83632b6244.88534@blueyonder.invalid>, >> Jono <nothanks@blueyonder.invalid> wrote:[color=darkred] >>> Gordon Henderson explained : >>>> In article <mn.c5687d83c40c3b72.88534@blueyonder.invalid>, >>>> Jono <nothanks@blueyonder.invalid> wrote: >>>>> Hello, >>>>> >>>>> Crikey, just started playing with the Dial Plan for a Snom which is >>>>> connected to a PBX and requires 9 for external calls. >>>> >>>> Why not get the PBX to remove the requirement to dial 9?[/color][/color] > >I also forgot to mention that the users prefer dialling 9 before an >external call.[/color] Bonkers! (But I guess it's been that way since forever )-: Does it add a "9" to incoming numbers so any phone-books in the phones work? [color=blue][color=green][color=darkred] >>> haha. I did - there's a little custom outbound config that allows for 6 >>> digit local dialling & 11 digit national dialing without the need for >>> 9.[/color] >> >> What about 10 digit national dialling? (Eg. South Brent - 01364, same >> prefix as me, but 5 digit local numbers starting with 7)[/color] > >That would be an awfully complex dial plan to construct - I would have >to discover all the 5 digit number ranges - I think I'll leave them >having to press Tick on those![/color] [color=blue][color=green][color=darkred] >>> .....the problem, though, is that the extension numbers & speed dials >>> start with 2 or 3 - as do some local numbers. >>> >>> So, in order to cater for 221, for instance, users would be unable to >>> dial 221xxx. (I think)[/color] >> >> If it's asterisk, 221 should have a higher priority over _[23]XXXXX[/color] > >Yes, though the useful thing about the dial plan I posted is that the >Snom initiates the call as soon as the third digit is dialled (so long >as it starts with a 2, 3 or 4)....or a 7 or 12 digit number beginning >with 9. > >So, if the user intends to dial 222333, the phone will dial 222 as soon >as the third 2 is keyed (without the need to press tick)[/color] Ah, early-dial. OK. Not something I use - I try to make people think in the same terms as mobile phones - dial the number, then "send" (or "tick" on the snoms) [color=blue][color=green] >> And if your local numbers are all exactly 6 digits, then just >> _XXXXXX will work, as that'll match exactly 6 digits rather than 3, no >> matter what the start digits are. >> >> Of-course, if it's not asterisk,[/color] > >It is >[color=green] >> I know a man who could upgrade you to one :)[/color] > >You or me?[/color] Either/Or, but you're probably more local than me :) Gordon |
|
|||
|
Gordon Henderson presented the following explanation :[color=blue]
> In article <mn.cc687d83847b81e2.88534@blueyonder.invalid>,[/color] [color=blue][color=green][color=darkred] >>>>> Why not get the PBX to remove the requirement to dial 9?[/color] >> >> I also forgot to mention that the users prefer dialling 9 before an >> external call.[/color] > > Bonkers! (But I guess it's been that way since forever )-:[/color] True, true. [color=blue] > Does it add a "9" to incoming numbers so any phone-books in the > phones work?[/color] No. But that's not an issue because the PBX will dial without the 9, so the phonebook numbers can be local or national length, with or without 9. [color=blue][color=green] >> >> So, if the user intends to dial 222333, the phone will dial 222 as soon >> as the third 2 is keyed (without the need to press tick)[/color] > > Ah, early-dial. OK. Not something I use - I try to make people think in > the same terms as mobile phones - dial the number, then "send" (or > "tick" on the snoms)[/color] It's just an experiment at this point - I'm just a little confused by the structure of the Snom dialplan, though. For instance, we're using ** to pick up another ringing phone. If I try to cater for that in the Snom dialpan, it only dials a single * & reports "Incomplete" |(^**$)|sip:\1@\d|d - doesn't appear to work. [color=blue] > you're probably more local than me :)[/color] You're not wrong! Unless you're coming up to Sheffield again at some point. I'll get you a coffee. Jonathan. |
|
|||
|
On Tue, 25 Mar 2008 18:48:33 +0000, Jono wrote:
[color=blue] > Yes, though the useful thing about the dial plan I posted is that the > Snom initiates the call as soon as the third digit is dialled (so long > as it starts with a 2, 3 or 4)....or a 7 or 12 digit number beginning > with 9.[/color] Just OOI, why is that useful? -- <http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx) 22:16:21 up 30 days, 6:08, 2 users, load average: 0.20, 0.23, 0.18 Convergence, n: The act of using separate DSL circuits for voice and data |
|
|||
|
alexd used his keyboard to write :[color=blue]
> On Tue, 25 Mar 2008 18:48:33 +0000, Jono wrote: >[color=green] >> Yes, though the useful thing about the dial plan I posted is that the >> Snom initiates the call as soon as the third digit is dialled (so long >> as it starts with a 2, 3 or 4)....or a 7 or 12 digit number beginning >> with 9.[/color] > > Just OOI, why is that useful?[/color] One fewer key press. More closely mimics a traditional system. I like it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Posted By | For | Type | Date | |
| The trouble with Snoms » Blog Archive » Quick scan of the net - snom | This thread | Pingback | 29-03-2008 19:32 | |