Go Back   Wireless and Wifi Forums > News > Newsgroups > uk.telecom.voip
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-23-2005, 11:15 AM
Sparks
Guest
 
Posts: n/a
Default Asterisk@home Dial Patterns

Having a bit of trouble working out how to setup the dialling rules with A@H

If I have the following in the Outbound Routing -> VoIPBuster section
*006|.
and calls prefixed with *006 are routed via VoIPBuster 9I do however have to
use the full international number, which is a pain)

I want to be able to just dial numbers without prefixing, and not having to
add 0044 to the beginning.

What do I need to add to the Dial Pattern so this will work, for 020 for
example?
(I managed to set it all up with a different asterisk package, but I am
unsure how I am supposed to do it with A@H!)

Ta!

Sparks...



Reply With Quote
  #2 (permalink)  
Old 07-23-2005, 01:07 PM
Davew
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns

Sparks wrote:
<SNIP>

> I want to be able to just dial numbers without prefixing, and not having to
> add 0044 to the beginning.
>
> What do I need to add to the Dial Pattern so this will work, for 020 for
> example?

<SNIP>

Hi Sparks,

See this previous post and see how you get on:
http://tinyurl.com/8ygnc

You'll need to substiute your area code for mine and add '*006' or
whatever prefix you require to the begining of each statement.

The above method probably isn't the *best* but it certainly works.

Reply With Quote
  #3 (permalink)  
Old 07-23-2005, 03:38 PM
Sparks
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns

"Davew" <daviey.walker*spam*virgin.net> wrote in message
news:42e24100$0$12937$cc9e4d1f@news.dial.pipex.com ...
> Sparks wrote:
> <SNIP>
>
>> I want to be able to just dial numbers without prefixing, and not having
>> to add 0044 to the beginning.
>>
>> What do I need to add to the Dial Pattern so this will work, for 020 for
>> example?

> <SNIP>
>
> Hi Sparks,
>
> See this previous post and see how you get on:
> http://tinyurl.com/8ygnc
>
> You'll need to substiute your area code for mine and add '*006' or
> whatever prefix you require to the begining of each statement.
>
> The above method probably isn't the *best* but it certainly works.


Thanks for that, it now works if I dail the full UK number (020 8XXX XXXX
etc...)
I now want to get it to work with my area code. but I cant seem to get this
to work :(

My area code is 01689 the next bit wil start with a 6, 7 or an 8, followed
by 5 digits
Can someone please point me in the right direction!


Ta!!
Sparks...



Reply With Quote
  #4 (permalink)  
Old 07-23-2005, 03:49 PM
Sparks
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns

> Thanks for that, it now works if I dail the full UK number (020 8XXX XXXX
> etc...)
> I now want to get it to work with my area code. but I cant seem to get
> this to work :(


Okay, I have got it now!!

For anyone else who is doing this,
I have the following in my Outboaund Routing -> VoIPBuster -> Dial Pattern
0|Z.
6.
7.
8.

In the Trunks -> VoIPBuster -> Dial Rules I have the following
0044+XXXXXXXXXX
00441689+XXXXXX

From a phone conencted to the Asterisk box, I can now dial an 01 or 02
number wihout prefixing, Asterisk then inserts 0044 then removes the first 0
of the dialed number.

I can dial any local number starting with 6, 7 or 8 followed by 5 numbers,
it will then add 00441689 in front automaticlly.

Sparks...



Reply With Quote
  #5 (permalink)  
Old 07-25-2005, 10:15 AM
Tim Clark
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns

In article <42e266f7$0$38046$bed64819@news.gradwell.net>,
"Sparks" <this@is.invalid> writes:
>> Thanks for that, it now works if I dail the full UK number (020 8XXX XXXX
>> etc...)
>> I now want to get it to work with my area code. but I cant seem to get
>> this to work :(

>
> Okay, I have got it now!!
>
> For anyone else who is doing this,
> I have the following in my Outboaund Routing -> VoIPBuster -> Dial Pattern
> 0|Z.
> 6.
> 7.
> 8.
>
> In the Trunks -> VoIPBuster -> Dial Rules I have the following
> 0044+XXXXXXXXXX
> 00441689+XXXXXX
>
> From a phone conencted to the Asterisk box, I can now dial an 01 or 02
> number wihout prefixing, Asterisk then inserts 0044 then removes the first 0
> of the dialed number.
>
> I can dial any local number starting with 6, 7 or 8 followed by 5 numbers,
> it will then add 00441689 in front automaticlly.


What have you got against those in 01689 whose local numbers start with
a 2 or 3? OK, in the case of 01689, no local numbers happen to start
with 4, 5, or 9 at the moment. A general case, applicable to any UK
geographic area, would be to code it interpret any initial digit 2 to 9
inclusive as meaning the start of a local number - effectively what
happens at the telco for a standard line line.

--
Tim Clark

Reply With Quote
  #6 (permalink)  
Old 07-25-2005, 10:20 AM
Sparks
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns

> What have you got against those in 01689 whose local numbers start with
> a 2 or 3? OK, in the case of 01689, no local numbers happen to start
> with 4, 5, or 9 at the moment.


Nothing at the moment, as AFAIK all 01689 local numbers start with a 6, 7 or
8

> A general case, applicable to any UK
> geographic area, would be to code it interpret any initial digit 2 to 9
> inclusive as meaning the start of a local number - effectively what
> happens at the telco for a standard line line.


Does it?

I had to ring my local exchange when I got my Sipgate number (starting with
a 7) as it wouldnt work unless I dialled the entire number, they did
somthing, then it worked.

Sparks...



Reply With Quote
  #7 (permalink)  
Old 07-25-2005, 10:28 AM
Sparks
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns


"Sparks" <this@is.invalid> wrote in message
news:42e4bd0a$0$38046$bed64819@news.gradwell.net.. .
>> What have you got against those in 01689 whose local numbers start with
>> a 2 or 3? OK, in the case of 01689, no local numbers happen to start
>> with 4, 5, or 9 at the moment.


(I have now updated it to read the following, wich seems to work)
0|Z.
[2-9].

Sparks...



Reply With Quote
  #8 (permalink)  
Old 07-25-2005, 06:58 PM
davew
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns

Sparks wrote:
>
> (I have now updated it to read the following, wich seems to work)
> 0|Z.
> [2-9].


Isn't that what i said in a previous post on this same thread?

http://tinyurl.com/8ygnc


Reply With Quote
  #9 (permalink)  
Old 07-25-2005, 08:09 PM
Tim Clark
Guest
 
Posts: n/a
Default Re: Asterisk@home Dial Patterns

In article <42e4bd0a$0$38046$bed64819@news.gradwell.net>,
"Sparks" <this@is.invalid> writes:
>> What have you got against those in 01689 whose local numbers start with
>> a 2 or 3? OK, in the case of 01689, no local numbers happen to start
>> with 4, 5, or 9 at the moment.

>
> Nothing at the moment, as AFAIK all 01689 local numbers start with a 6, 7 or
> 8


The range 01689 20XXXX has been allocated to Redstone since March 2001
and 01689 30XXXX to BT since April 1995, so there ought to be some
numbers around like that, or Ofcom will want to slap the wrists of
whichever telco requested a range and didn't use it.

>> A general case, applicable to any UK
>> geographic area, would be to code it interpret any initial digit 2 to 9
>> inclusive as meaning the start of a local number - effectively what
>> happens at the telco for a standard line line.

>
> Does it?


Sorry, my clumsy typing. What I meant to type was: "effectively what
happens at the telco for a standard LAND line." The exchange sees an
initial digit starting 2 to 9 and so know you're dialling a number
within the local dialing code. It doesn't mean they'll always handle it
correctly though, as your experience shows:

> I had to ring my local exchange when I got my Sipgate number (starting with
> a 7) as it wouldnt work unless I dialled the entire number, they did
> somthing, then it worked.


--
Tim Clark

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Here Goes] - 0845 Dial Through Access Numbers with Next Call Function News Reader uk.telecom.voip 6 04-02-2007 11:10 PM
[Here Goes] - 0845 Dial Through Access Numbers with Next Call Function News Reader uk.telecom.mobile 6 04-02-2007 11:10 PM
Outgoing Dial Rules in Asterisk@home Jono uk.telecom.voip 20 10-09-2005 08:50 AM
SPA-3000 Dial Plan with Asterisk@Home Sparks uk.telecom.voip 5 08-06-2005 01:54 PM
Asterisk@Home Speed Dials Sparks uk.telecom.voip 3 07-23-2005 10:14 PM


All times are GMT. The time now is 09:56 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45