UKVoIPTalk.com

UKVoIPTalk.com

The UK's Number One VoIP Resource

 

Issue with Asterisk and BT ISDN 30 (Full ETSI)

This is a discussion on Issue with Asterisk and BT ISDN 30 (Full ETSI) within the uk.telecom.voip forums, part of the Newsgroup Forums category; Just recently BT have started installing ISDN 30 with a new standard that drops the inital 0. This creates a ...


Go Back   UKVoIPTalk.com > Newsgroup Forums > uk.telecom.voip

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read



Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-10-2007, 11:23
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 05-10-2007, 14:42
alexd
Guest
 
Posts: n/a
Default Re: Issue with Asterisk and BT ISDN 30 (Full ETSI)

Mark Simcock wrote:
[color=blue]
> 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.[/color]

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

In zapata.conf:

nationalprefix=0
internationalprefix=00

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

[url]http://www.voip-info.org/wiki-Asterisk+config+zapata.conf[/url] 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 05-10-2007, 16:01
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...[color=blue]
> Mark Simcock wrote:
>[color=green]
>> 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.[/color]
>
> How recent is this? A system I installed over a year ago did exactly this.
>[color=green]
>> An example would be : -
>> 1923123456[/color]
>
> In zapata.conf:
>
> nationalprefix=0
> internationalprefix=00
>
> [actually I set mine to 90 and 900 to make redial easier]
>
> [url]http://www.voip-info.org/wiki-Asterisk+config+zapata.conf[/url] 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![/color]

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?

[email]mark.simcock@deletemedatapacific.com[/email]


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

Mark Simcock wrote:
[color=blue]
> 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?[/color]

[url]http://www.trixbox.org/forums/trixbox-forums/help/add-prefix-inbound-callerid-pri[/url]

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 06-10-2007, 19:09
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[color=blue]
>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
>
>[/color]
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 08-10-2007, 11:24
Desk Rabbit
Guest
 
Posts: n/a
Default Re: Issue with Asterisk and BT ISDN 30 (Full ETSI)

Mark Simcock wrote:[color=blue]
> "alexd" <troffasky@hotmail.com> wrote in message
> news:5749644.sBdLCJpYHF@ale.cx...[color=green]
>> Mark Simcock wrote:
>>[color=darkred]
>>> 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.[/color]
>> How recent is this? A system I installed over a year ago did exactly this.
>>[color=darkred]
>>> An example would be : -
>>> 1923123456[/color]
>> In zapata.conf:
>>
>> nationalprefix=0
>> internationalprefix=00
>>
>> [actually I set mine to 90 and 900 to make redial easier]
>>
>> [url]http://www.voip-info.org/wiki-Asterisk+config+zapata.conf[/url] 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![/color]
>
> 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.[/color]

Restart
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 Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:15.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0