This looks like a zaptel issue. Do we have any zaptel users familiar with this issue? If not you should probably check on the asterisk list for help. Once zaptel is working we can then see about getting openzap up.
-MC Sent from my iPhone On Jan 12, 2009, at 6:36 AM, "Franziska Röhler" <[email protected]> wrote: > I use q931 too. > > openzap.conf.xml > > <configuration name="openzap.conf" description="OpenZAP > Configuration"> > <settings> > <param name="debug" value="0"/> > <!--<param name="hold-music" value="$${moh_uri}"/>--> > <!--<param name="enable-analog-option" value="call-swap"/>--> > <!--<param name="enable-analog-option" value="3-way"/>--> > </settings> > <!-- one entry here per openzap span --> > <pri_spans> > <span id="1"> > <param name="mode" value="user"/> > <param name="dialect" value="q931"/> > <param name="dialplan" value="XML"/> > <param name="context" value="default"/> > </span> > </pri_spans> > </configuration> > > openzap.conf > > [span zt] > name => OpenZap > number => 1 > trunk_type => e1 > b-channel => 1-15, 17-31 > d-channel => 16 > > cat /proc/zaptel/* > Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) HDB3/ > CCS/CRC4 RECOVERING > > 1 WCT1/0/1 Clear (In use) RED > 2 WCT1/0/2 Clear (In use) RED > 3 WCT1/0/3 Clear (In use) RED > 4 WCT1/0/4 Clear (In use) RED > 5 WCT1/0/5 Clear (In use) RED > 6 WCT1/0/6 Clear (In use) RED > 7 WCT1/0/7 Clear (In use) RED > 8 WCT1/0/8 Clear (In use) RED > 9 WCT1/0/9 Clear (In use) RED > 10 WCT1/0/10 Clear (In use) RED > 11 WCT1/0/11 Clear (In use) RED > 12 WCT1/0/12 Clear (In use) RED > 13 WCT1/0/13 Clear (In use) RED > 14 WCT1/0/14 Clear (In use) RED > 15 WCT1/0/15 Clear (In use) RED > 16 WCT1/0/16 HDLCFCS (In use) RED > 17 WCT1/0/17 Clear (In use) RED > 18 WCT1/0/18 Clear (In use) RED > 19 WCT1/0/19 Clear (In use) RED > 20 WCT1/0/20 Clear (In use) RED > 21 WCT1/0/21 Clear (In use) RED > 22 WCT1/0/22 Clear (In use) RED > 23 WCT1/0/23 Clear (In use) RED > 24 WCT1/0/24 Clear (In use) RED > 25 WCT1/0/25 Clear (In use) RED > 26 WCT1/0/26 Clear (In use) RED > 27 WCT1/0/27 Clear (In use) RD > 28 WCT1/0/28 Clear (In use) RED > 29 WCT1/0/29 Clear (In use) RED > 30 WCT1/0/30 Clear (In use) RED > 31 WCT1/0/31 Clear (In use) RED > > Why is it RED? zttool shows no alarms (ok) and ztfcg -vv shows that > 31 Channels to configure. > > > >> I had the same problem a while ago with German PRI lines (S2M). >> >> Do you have >> <param name="dialect" value="q931"/> >> in your >> openzap.conf.xml? >> >> In older Versions of openzap I used euro, in newer releases this >> didn't >> work any more, so I used q931. >> >> If this is not successfull, >> >> can you post your openzap.conf.xml and openzap.xml >> and the output of cat /proc/zaptel/* >> >> Best regards >> Peter >> >> [email protected] schrieb: >>> Hello, >>> >>> I'm a newbie in FS. >>> >>> I installed and configure Openzap and Zaptel. I have a PRI Digium >> Wildcard TE110P. >>> >>> When I call a number then I get an Error! >>> >>> 2009-01-12 10:20:01 [CRIT] zap_io.c:804 zap_channel_open_any() All >> circuits are busy. >>> 2009-01-12 10:20:01 [ERR] mod_openzap.c:910 >>> channel_outgoing_channel() >> No channels available >>> 2009-01-12 10:20:01 [ERR] switch_ivr_originate.c:926 >> switch_ivr_originate() Cannot create outgoing channel of type >> [openzap] cause: >> [DESTINATION_OUT_OF_ORDER] >>> >>> What's wrong? Do you need any configurations? >>> >>> Thanks! >>> Best Regards, Curly >>> >>> >>> >> >> _______________________________________________ >> Freeswitch-users mailing list >> [email protected] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
