Bartosz Wegrzyn - asterisk
2006-Jun-13 20:03 UTC
[Asterisk-Users] how to hang the zap channel
hello, I got those extensions: exten => 555,1,MeetMeCount(500|count) exten => 555,2,Gotoif,$[${count} = 1]?6 exten => 555,3,Meetme,500|pMs|1234 exten => 555,4,Playback,goodbye exten => 555,5,Hangup exten => 555,6,Goto(from-internal-custom,556,1) exten => 555,7,hangup exten => 556,1,System(/bin/cp /etc/asterisk/1-test /var/spool/asterisk/outgoing/) exten => 556,2,Meetme,500|pMs|1234 exten => 556,3,Hangup When users call 555 it automatically dials zap channel so voip users canconference with PSTN users. When Voip users disconnect the 500 meeting is still active with the zap channel. How can I write extension to shut the channel down? Thanks
----- Bartosz Wegrzyn - asterisk <junk@lexoncom.com> wrote:> When Voip users disconnect the 500 meeting is still active with the > zap > channel. How can I write extension to shut the channel down?Make the VOIP users 'marked' users in MeetMe, and then also use the option to have the conference shut down when the last 'marked' user leaves. -- Kevin P. Fleming Senior Software Engineer Digium, Inc.
Bartosz Wegrzyn - asterisk
2006-Jun-16 08:51 UTC
[Asterisk-Users] how to hang the zap channel
After all users disconnect the Zap channel is still connected to pSTN call. asterisk1*CLI> show channels Channel Location State Application(Data) Zap/4-1 555@from-internal-cu Up MeetMe(500|xApMs|1234) Zap/pseudo-141305407 s@from-pstn:1 Rsrvd (None) 2 active channels 1 active call I wish I could shutdown that channel when all users disconnect. Maybe I am doing something wrong. Maybe the extensions design is wrong. Thanks> On Thu, Jun 15, 2006 at 10:37:23AM -0500, Bartosz Wegrzyn - asterisk > wrote: >> in which extension, >> the thing is that when every (voip) user disconnects , >> the zap channel is still connected to the conference, > > How about a nice little "show channels" ? > > -- > Tzafrir Cohen sip:tzafrir@local.xorcom.com > icq#16849755 iax:tzafrir@local.xorcom.com > +972-50-7952406 > tzafrir.cohen@xorcom.com http://www.xorcom.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
soft hangup Zap/4-1 Steve Bartosz Wegrzyn - asterisk wrote:> After all users disconnect the Zap channel is still connected to pSTN call. > > asterisk1*CLI> show channels > Channel Location State Application(Data) > Zap/4-1 555@from-internal-cu Up MeetMe(500|xApMs|1234) > Zap/pseudo-141305407 s@from-pstn:1 Rsrvd (None) > 2 active channels > 1 active call > > I wish I could shutdown that channel when all users disconnect. > Maybe I am doing something wrong. > Maybe the extensions design is wrong. > > Thanks > > > >> On Thu, Jun 15, 2006 at 10:37:23AM -0500, Bartosz Wegrzyn - asterisk >> wrote: >> >>> in which extension, >>> the thing is that when every (voip) user disconnects , >>> the zap channel is still connected to the conference, >>> >> How about a nice little "show channels" ? >> >> -- >> Tzafrir Cohen sip:tzafrir@local.xorcom.com >> icq#16849755 iax:tzafrir@local.xorcom.com >> +972-50-7952406 >> tzafrir.cohen@xorcom.com http://www.xorcom.com >> _______________________________________________ >> --Bandwidth and Colocation provided by Easynews.com -- >> >> Asterisk-Users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> >> > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I had the same problem. I change some variable in zapata.conf such as in [defaults] context : 1. busydetect=yes 2. busycount=4 3. hanguponpolarityswitch=yes ; some said need this variables 4. rxgain=1.0 5. txgain=1.0 not sure which one effect it...but tried it... On 6/16/06, Steven Ringwald <asric@asric.com> wrote:> > soft hangup Zap/4-1 > > Steve > > > > Bartosz Wegrzyn - asterisk wrote: > > After all users disconnect the Zap channel is still connected to pSTN > call. > > > > asterisk1*CLI> show channels > > Channel Location State Application(Data) > > Zap/4-1 555@from-internal-cu Up MeetMe(500|xApMs|1234) > > Zap/pseudo-141305407 s@from-pstn:1 Rsrvd (None) > > 2 active channels > > 1 active call > > > > I wish I could shutdown that channel when all users disconnect. > > Maybe I am doing something wrong. > > Maybe the extensions design is wrong. > > > > Thanks > > > > > > > >> On Thu, Jun 15, 2006 at 10:37:23AM -0500, Bartosz Wegrzyn - asterisk > >> wrote: > >> > >>> in which extension, > >>> the thing is that when every (voip) user disconnects , > >>> the zap channel is still connected to the conference, > >>> > >> How about a nice little "show channels" ? > >> > >> -- > >> Tzafrir Cohen sip:tzafrir@local.xorcom.com > >> icq#16849755 iax:tzafrir@local.xorcom.com > >> +972-50-7952406 > >> tzafrir.cohen@xorcom.com http://www.xorcom.com > >> _______________________________________________ > >> --Bandwidth and Colocation provided by Easynews.com -- > >> > >> Asterisk-Users mailing list > >> To UNSUBSCRIBE or update options visit: > >> http://lists.digium.com/mailman/listinfo/asterisk-users > >> > >> > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060616/7e60d3cf/attachment.htm