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 10-05-2007, 11:23 AM
Mark Simcock
Guest
 
Posts: n/a
Default Issue with Asterisk and BT ISDN 30 (Full ETSI)

Just recently BT have started installing ISDN 30 with a new standard that
drops the inital 0.

This creates a problem for us and the CLIP presented to the user can't be
dialed.

An example would be : -
1923123456

It does the same thing with international numbers but this time you get the
country code but no 00

I did find an example to add charators to the incoming cli but that won't
differentiate between national (which are missing 0 and international which
are missing 00)

How can this issue be worked arround and the number be presented in a
dialable format.

Thanks in advance,

Mark Simcock



Reply With Quote
  #2 (permalink)  
Old 10-05-2007, 02:42 PM
alexd
Guest
 
Posts: n/a
Default Re: Issue with Asterisk and BT ISDN 30 (Full ETSI)

Mark Simcock wrote:

> Just recently BT have started installing ISDN 30 with a new standard that
> drops the inital 0.
>
> This creates a problem for us and the CLIP presented to the user can't be
> dialed.


How recent is this? A system I installed over a year ago did exactly this.

> An example would be : -
> 1923123456


In zapata.conf:

nationalprefix=0
internationalprefix=00

[actually I set mine to 90 and 900 to make redial easier]

http://www.voip-info.org/wiki-Asteri...ig+zapata.conf contains some
pointers, but you actually have to know the name of the parameter in order
to find the information on that page, which is annoying!

--
<http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx)
14:33:38 up 4 days, 16:21, 2 users, load average: 0.12, 0.23, 0.16
09 f9 11 02 9d 74 e3 5b d8 41 56 c5 63 56 88 c0


Reply With Quote
  #3 (permalink)  
Old 10-05-2007, 04:01 PM
Mark Simcock
Guest
 
Posts: n/a
Default Re: Issue with Asterisk and BT ISDN 30 (Full ETSI)


"alexd" <troffasky@hotmail.com> wrote in message
news:5749644.sBdLCJpYHF@ale.cx...
> Mark Simcock wrote:
>
>> Just recently BT have started installing ISDN 30 with a new standard that
>> drops the inital 0.
>>
>> This creates a problem for us and the CLIP presented to the user can't be
>> dialed.

>
> How recent is this? A system I installed over a year ago did exactly this.
>
>> An example would be : -
>> 1923123456

>
> In zapata.conf:
>
> nationalprefix=0
> internationalprefix=00
>
> [actually I set mine to 90 and 900 to make redial easier]
>
> http://www.voip-info.org/wiki-Asteri...ig+zapata.conf contains some
> pointers, but you actually have to know the name of the parameter in order
> to find the information on that page, which is annoying!


Thanks for that!

I've tried putting it in, it's not working but thats probally because I'm
missing some other perameters needed to get it to work. Can you either post
a working zapata.conf here or e-mail?

mark.simcock@deletemedatapacific.com



Reply With Quote
  #4 (permalink)  
Old 10-05-2007, 05:07 PM
alexd
Guest
 
Posts: n/a
Default Re: Issue with Asterisk and BT ISDN 30 (Full ETSI)

Mark Simcock wrote:

> I've tried putting it in, it's not working but thats probally because I'm
> missing some other perameters needed to get it to work. Can you either
> post a working zapata.conf here or e-mail?


http://www.trixbox.org/forums/trixbo...d-callerid-pri

That's where I got mine from originally.

--
<http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx)
17:06:59 up 4 days, 18:54, 2 users, load average: 0.24, 0.25, 0.26
09 f9 11 02 9d 74 e3 5b d8 41 56 c5 63 56 88 c0


Reply With Quote
  #5 (permalink)  
Old 10-06-2007, 07:09 PM
Bob Geddes
Guest
 
Posts: n/a
Default Re: Issue with Asterisk and BT ISDN 30 (Full ETSI)

In article <1191579839.23572.0@proxy02.news.clara.net>, Mark Simcock
<mark@nospam.co.uk> writes
>Just recently BT have started installing ISDN 30 with a new standard that
>drops the inital 0.
>
>This creates a problem for us and the CLIP presented to the user can't be
>dialed.
>
>An example would be : -
>1923123456
>
>It does the same thing with international numbers but this time you get the
>country code but no 00
>
>I did find an example to add charators to the incoming cli but that won't
>differentiate between national (which are missing 0 and international which
>are missing 00)
>
>How can this issue be worked arround and the number be presented in a
>dialable format.
>
>Thanks in advance,
>
>Mark Simcock
>
>

BT don't send the initial 0 on ISDN. They send a flag for national
number, or international number, or unknown number, followed by the
number. You have to replace that flag by a 0 or 00 as appropriate.
--
Bob Geddes

Reply With Quote
  #6 (permalink)  
Old 10-08-2007, 11:24 AM
Desk Rabbit
Guest
 
Posts: n/a
Default Re: Issue with Asterisk and BT ISDN 30 (Full ETSI)

Mark Simcock wrote:
> "alexd" <troffasky@hotmail.com> wrote in message
> news:5749644.sBdLCJpYHF@ale.cx...
>> Mark Simcock wrote:
>>
>>> Just recently BT have started installing ISDN 30 with a new standard that
>>> drops the inital 0.
>>>
>>> This creates a problem for us and the CLIP presented to the user can't be
>>> dialed.

>> How recent is this? A system I installed over a year ago did exactly this.
>>
>>> An example would be : -
>>> 1923123456

>> In zapata.conf:
>>
>> nationalprefix=0
>> internationalprefix=00
>>
>> [actually I set mine to 90 and 900 to make redial easier]
>>
>> http://www.voip-info.org/wiki-Asteri...ig+zapata.conf contains some
>> pointers, but you actually have to know the name of the parameter in order
>> to find the information on that page, which is annoying!

>
> Thanks for that!
>
> I've tried putting it in, it's not working but thats probally because I'm
> missing some other perameters needed to get it to work.


Restart

Reply With Quote
Sponsored Links
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
Asterisk and voicemail permission problem Tinus uk.telecom.voip 0 08-25-2006 03:47 PM
ISDN CONNECTION TO ASTERISK RH uk.telecom.voip 1 10-07-2005 12:30 AM


All times are GMT. The time now is 07:43 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