Giray Devlet
2006-Oct-25 02:44 UTC
[asterisk-users] PBAX-Group with QuadBRI card, outgoing call problem
Hi All ... I'm running Asterisk 1.2.13-BRIstuffed-0.3.0-PRE-1v which has a Junghanns QuadBri card in it (lspci reports Cologne Chip Designs GmbH ISDN network Controller [HFC-4S] (rev 01)) I have a regular KPN ISDN2 Line connected which works fine with the the zapata.conf below. However, I also have a new KPN ISDN Mutli (meervoudig) line (PBAX-Group), which works fine for incoming calls, however, is not able to successfully make an outgoing call. I get a 'busy/congested'. When I do a bri debug I have the following, any help on what I can do to setup this is welcome! Regs, gd Enabled debugging on span 3 -- Executing Dial("SIP/gdevlet-089534a8", "ZAP/8/06xxxxxxxxx") in new stack 3 -- Making new call for cr 132 -- Requested transfer capability: 0x00 - SPEECH 3 > Protocol Discriminator: Q.931 (8) len=51 3 > Call Ref: len= 1 (reference 4/0x4) (Originator) 3 > Message type: SETUP (5) 3 > [04 03 80 90 a3] 3 > Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer capability: Speech (0) 3 > Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16) 3 > Ext: 1 User information layer 1: A-Law (35) 3 > [18 01 8a] 3 > Channel ID (len= 3) [ Ext: 1 IntID: Implicit, Other Spare: 0, Exclusive Dchan: 0 3 > ChanSel: B2 channel 3 ] 3 > [28 0c 47 69 72 61 79 20 44 65 76 6c 65 74] 3 > Display (len=12) [ Giray Devlet ] 3 > [6c 06 00 81 33 31 30 31] 3 > Calling Number (len= 8) [ Ext: 0 TON: Unknown Number Type (0) NPI: Unknown Number Plan (0) 3 > Presentation: Presentation permitted, user number passed network screening (1) '3101' ] 3 > [70 0b 80 30 36 32 34 32 36 32 38 36 37] 3 > Called Number (len=13) [ Ext: 1 TON: Unknown Number Type (0) NPI: Unknown Number Plan (0) '0624262867' ] 3 > [7d 02 91 81] 3 > High-layer compatibilty (len= 4) [ 3 0x91 3 0x81 3 ] -- Called 8/06xxxxxx 3 No response to SETUP message 3 NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Call Initiated, peerstate Overlap sending -- Channel 0/2, span 3 got hangup, cause 18 3 NEW_HANGUP DEBUG: Destroying the call, ourstate Call Initiated, peerstate Overlap sending 3 NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Call Initiated, peerstate Overlap sending -- Hungup 'Zap/8-1' == Everyone is busy/congested at this time (1:0/0/1) == Auto fallthrough, channel 'SIP/gdevlet-089534a8' status is 'CHANUNAVAIL' -------------------- /etc/asterisk/zapata.conf switchtype = euroisdn ; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode) signalling = bri_cpe_ptmp pridialplan = unknown prilocaldialplan = unknown overlapdial=yes nationalprefix = 0 internationalprefix = 00 ;usecallingpres=yes callerid=asreceived ;priindication = passthrough echocancel = yes echocancelwhenbridged = yes echotraining = 100 context=isdn-incoming ; S/T port 1 - 4 channel => 1-2
Steve Davies
2006-Oct-25 02:56 UTC
[asterisk-users] PBAX-Group with QuadBRI card, outgoing call problem
On 10/25/06, Giray Devlet <giray.devlet@bitbrains.nl> wrote:> > /etc/asterisk/zapata.conf > switchtype = euroisdn > ; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode) > signalling = bri_cpe_ptmp >Have you tried "signalling = bri_cpe" if you have a group of ISDN channels, they are more often in a PTP mode than a PTMP. Just a thought. Steve
Giray Devlet
2006-Oct-25 04:52 UTC
[asterisk-users] PBAX-Group with QuadBRI card, outgoing call problem
Hi Steve, THX!!! This works ... couldn't really find anywhere what other options I could use as values for signalling ... thx! gd From: "Steve Davies" <davies147@gmail.com>>On 10/25/06, Giray Devlet <giray.devlet@bitbrains.nl> wrote: >> >> /etc/asterisk/zapata.conf >> switchtype = euroisdn >> ; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode) >> signalling = bri_cpe_ptmp >> > >Have you tried "signalling = bri_cpe" if you have a group of ISDN >channels, they are more often in a PTP mode than a PTMP. > >Just a thought. >Steve