[Bristuff-users] Outbound dialing problem
Redmond, David R
David.Redmond at intergraph.com
Wed Jan 30 09:44:43 CET 2008
Hi Michael,
Thanks for the quick reply. Changing the /etc/zaptel.conf has allowed
me to dial a number from the Asterisk console. I will be in the office
tomorrow to confirm how the dialing behaves from a handset.
Thanks very much!
Cheers,
David
-----Original Message-----
From: Michael Neuhauser [mailto:mike at firmix.at]
Sent: Wednesday, 30 January 2008 6:03 PM
To: Redmond, David R
Cc: bristuff-users at lists.three-dimensional.net
Subject: Re: [Bristuff-users] Outbound dialing problem
On Wed, 2008-01-30 at 17:55 +1100, Redmond, David R wrote:
> Hi Everyone,
>
> I have deployed BRIStuff (1.2.26-BRIstuffed-0.3.0-PRE-1y-p) on a
CentOS5
> server with a Cologne based HFC card. I am able to receive calls
> without a problem, but when making a call I get the following below.
I
> have had the telco (NTT in Japan) check the ISDN line and confirm that
> it is functioning and an engineer came and made/received calls on the
> line.
>
> [...]
> 1 > Message type: SETUP (5)
> 1 > [04 03 80 90 a3]
> 1 > Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer
> capability: Speech (0)
> 1 > Ext: 1 Trans mode/rate: 64kbps,
> circuit-mode (16)
> 1 > Ext: 1 User information layer 1:
A-Law
> (35)
As far as I know, Japan uses G.711 u-law, not A-law. Which seems to fit
the answer of your telco:
> 1 < Message type: RELEASE COMPLETE (90)
> 1 < [08 04 82 b9 b9 a3]
> 1 < Cause (len= 6) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0
> Location: Public network serving the local user (2)
> 1 < Ext: 1 Cause: Bearer capability not authorized
> (57), class = Service or Option not Available (3) ]
Also that incoming calls do work points in that direction (because the
G.711 law is taken from the incoming SETUP).
To fix this, try to set the b-channels to u-law in /etc/zaptel.conf:
bchan=1,2
mulaw=1,2
dchan=3
Not sure if this helps, it might be necessary to change the default law
in the zaphfc/zaphfc.c source.
More information about the Bristuff-users
mailing list