[Home]

Summary:ASTERISK-01751: Groups defined in zapata.conf not working after recent update
Reporter:mrizzo (mrizzo)Labels:
Date Opened:2004-06-03 14:53:17Date Closed:2008-01-15 14:57:12.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have updated my code to the latest CVS head (CVS-HEAD-06/03/04-09:15:13)and now I am unable to use the group designation when making ZAP calls.  It appears there is a bug in how the groups are referenced when using them.

****** ADDITIONAL INFORMATION ******

Extension.conf line for dialing local out g1 zap.  This used to work before I updated to latest CVS.
;; Dial local
exten => _9NXXXXXX,1,Dial(Zap/g1/${EXTEN:1})

Output in console.  Call just goes to lala land. (Note the strange 'Zap/-2-1' below)
-- Executing Dial("SIP/402-85d6", "Zap/g1/7882556") in new stack
   -- Called g1/7882556
   -- Zap/-2-1 answered SIP/402-85d6
   -- Hungup 'Zap/-2-1'



If I specifically change extensions.conf to use one of the zap channels it works.
;; Dial local
exten => _9NXXXXXX,1,Dial(Zap/2/${EXTEN:1})


-- Executing Dial("SIP/402-9595", "Zap/2/7885556") in new stack
   -- Called 2/7885556
   -- Zap/2-1 answered SIP/402-9595
   -- Hungup 'Zap/2-1'







Zapata.conf (pertinent section)

signalling=fxs_ks
group=1
context=incoming
channel => 1-2
Comments:By: jp (jp) 2004-06-03 15:23:56

just described something similar to this under ASTERISK-1741777

By: mike9 (mike9) 2004-06-03 16:05:30

I'm getting the same thing AND asterisk dies.

By: Mark Spencer (markster) 2004-06-03 17:38:12

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:57:12.000-0600

Repository: asterisk
Revision: 3140

U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r3140 | markster | 2008-01-15 14:57:12 -0600 (Tue, 15 Jan 2008) | 2 lines

Make sure that auto created "pseudo" isn't a member of any groups (bugs ASTERISK-1751, ASTERISK-1752)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3140