Hello all, Downloaded, compiled and installed Asterisk CVS-04/15/04-17:54:5. Everything looks fine except I see a pseudo channel in the 'zap show channels'. xxxx*CLI> zap show channels Chan Extension Context Language MusicOnHold pseudo default 1 default The result is, I cant use Zap/g1 in extensions, eg this doesnt work anymore: exten => _BLAXXX,1,Dial(Zap/g1/${EXTEN}) Instead I need to use: exten => _BLAXXX,1,Dial(Zap/1/${EXTEN}) Here is my zaptel.conf -------------------------------- fxsks=1 loadzone = us defaultzone=us Here is my zapata.conf ----------------------------------- [channels] signalling=fxs_ks rxwink=300 ; Ausecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes context=default channel => 1
Chris Luke
2004-Jul-24 20:45 UTC
[Asterisk-Users] pseudo zap channel - how to get rid of it ?
Shahid wrote (on Jun 07):> The result is, I cant use Zap/g1 in extensions, eg this doesnt work anymore:Where in your channels section do you describe what group the channel is in? If it worked "before" then it probably shouldn't have, since there's no group=X (X should be 1 in your example) in your channel configuration. Chris> > exten => _BLAXXX,1,Dial(Zap/g1/${EXTEN}) > > Instead I need to use: > > exten => _BLAXXX,1,Dial(Zap/1/${EXTEN}) > > Here is my zaptel.conf > -------------------------------- > fxsks=1 > loadzone = us > defaultzone=us > > Here is my zapata.conf > ----------------------------------- > > [channels] > signalling=fxs_ks > rxwink=300 ; Ausecallerid=yes > hidecallerid=no > callwaiting=yes > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > context=default > channel => 1 > > > > > > _______________________________________________ > 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 >-- == chrisy@flirble.org