I made my zapata.conf look like the below (with relevant changes) and then programmed exten 3701 to dial my cell phone (I'm working remotely on this).

I added the line

exten => 3701,1,Dial(Zap/g1/19173657597)

to extensions.conf and get this output from pri debug span 1 when I dial it

-- Making new call for cr 32771
> Protocol Discriminator: Q.931 (8) len=54
> Call Ref: len= 2 (reference 3/0x3) (Originator)
> Message type: SETUP (5)
> [04 02 80 90]
> Bearer Capability (len= 4) [ Ext: 1 Q.931 Std: 0 Info transfer capability: Speech (0)
> Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16)
> Ext: 0 User information layer 1: Unknown (24)
> [18 03 a9 83 81]
> Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, Exclusive Dchan: 0
> ChanSel: Reserved
> Ext: 1 Coding: 0 Number Specified Channel Type: 3
> Ext: 1 Channel: 1 ]
> [28 0e b1 4d 61 72 6b 20 50 68 69 6c 6c 69 70 73]
> Display (len=14) Charset: 31 [ Mark Phillips ]
> [6c 08 21 83 32 32 32 32 30 38]
> Calling Number (len=10) [ Ext: 0 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)
> Presentation: Presentation allowed of network provided number (3) '17323571400' ]
> [70 0c 80 31 39 31 37 33 36 35 37 35 39 37]
> Called Number (len=14) [ Ext: 1 TON: Unknown Number Type (0) NPI: Unknown Number Plan (0) '19173657597' ]
-- Called g1/19173657597
< Protocol Discriminator: Q.931 (8) len=9
< Call Ref: len= 2 (reference 3/0x3) (Terminator)
< Message type: RELEASE COMPLETE (90)
< [08 02 83 e4]
< Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Transit network (3)
< Ext: 1 Cause: Invalid information element contents (100), class = Protocol Error (6) ]
-- Processing IE 8 (cs0, Cause)
-- Channel 0/1, span 1 got hangup
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
-- Hungup 'Zap/1-1'


my call gets hung up immediatly.

I know we are moving forward. I didn;t get this last time I tried to dial.

Mark

Andrew Kohlsmith wrote:
On April 22, 2005 11:48 am, Mark Phillips wrote:

Nothing happens. I get the same (non)error.
I get plenty of output when receiving a call however.


Odd...  Here is my zapata.conf setup for my PRI:

-----------------------
[channels]
context=BellPRI

switchtype=national
pridialplan=unknown
priindication=outofband
overlapdial=no
signalling=pri_cpe

usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes

echocancel=yes
echocancelwhenbridged=no
echotraining=no
relaxdtmf=no

group=1
callgroup=1
pickupgroup=1
immediate=no
callerid=asreceived
channel => 1-23
-----------------------

I simply Dial(Zap/g1/5551212). The fact that it doesn't think it can pick up a channel is interesting, I haven't run across that before. Combined with the fact that you can receive calls just fine, this is a very strange little problem.

With my config (modified for your switchtype and context ONLY), what do you get when you try to dial a number?

-A.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to