Guys, I'm trying to configure a TE406P with MFC/R2. here goes my zaptel.conf: span=1,0,0,ccs,hdb3,crc4 cas=1-15:1101 dchan=16 cas=17-31:1101 span=2,0,0,ccs,hdb3,crc4 cas=32-46:1101 dchan=47 cas=48-62:1101 The first strange behavior is that the: zap show status shows this: Description Alarms IRQ bpviol CRC4 T4XXP (PCI) Card 0 Span 1 OK 0 0 0 T4XXP (PCI) Card 0 Span 2 OK 0 0 0 T4XXP (PCI) Card 0 Span 3 OK 0 0 0 T4XXP (PCI) Card 0 Span 4 UNCONFIGUR 0 0 0 How is it possible? Since i just configure 2 spans! And the second problem is that when I try to place a call I receive this: -- AGI Script Executing Application: (Dial) Options: (UniCall/g1/096213788|15|gS(600)) -- Setting call duration limit to 600 seconds. May 24 15:13:43 NOTICE[5530]: app_dial.c:1029 dial_exec_full: Unable to create channel of type 'UniCall' (cause 0 - Unknown) == Everyone is busy/congested at this time (1:0/0/1) How can I solve this? Or at least debug what is the problem. Thanks in advance. Fernando Lujan
I would recommend you to use the "testcall" application that comes with Unicall distribution. This application will allow you to isolate the problem. You can stop the asterisk service and use only testcall application with proper debug format (read the source of testcall.c), that will tell you what is happening when you try to start a call, or when you receive a call. Regarding to the "weird" output of the command, as far as I have seen, zaptel does not clean the previous configuration unless you reboot, or may be issue the command "ztcfg -s" Regards On 5/24/06, Fernando Lujan <fernando.lujan@mandic.com.br> wrote:> Guys, > > I'm trying to configure a TE406P with MFC/R2. > > here goes my zaptel.conf: > > span=1,0,0,ccs,hdb3,crc4 > cas=1-15:1101 > dchan=16 > cas=17-31:1101 > > span=2,0,0,ccs,hdb3,crc4 > cas=32-46:1101 > dchan=47 > cas=48-62:1101 > > The first strange behavior is that the: > > zap show status > > shows this: > > Description Alarms IRQ > bpviol CRC4 > T4XXP (PCI) Card 0 Span 1 OK 0 0 0 > T4XXP (PCI) Card 0 Span 2 OK 0 0 0 > T4XXP (PCI) Card 0 Span 3 OK 0 0 0 > T4XXP (PCI) Card 0 Span 4 UNCONFIGUR 0 0 0 > > How is it possible? Since i just configure 2 spans! > > And the second problem is that when I try to place a call I receive this: > > -- AGI Script Executing Application: (Dial) Options: > (UniCall/g1/096213788|15|gS(600)) > -- Setting call duration limit to 600 seconds. > May 24 15:13:43 NOTICE[5530]: app_dial.c:1029 dial_exec_full: Unable to > create channel of type 'UniCall' (cause 0 - Unknown) > == Everyone is busy/congested at this time (1:0/0/1) > > How can I solve this? Or at least debug what is the problem. > > Thanks in advance. > > Fernando Lujan > _______________________________________________ > --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 >-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"
Fernando Lujan wrote:> Guys, > > I'm trying to configure a TE406P with MFC/R2. > > here goes my zaptel.conf: > > span=1,0,0,ccs,hdb3,crc4 > cas=1-15:1101 > dchan=16 > cas=17-31:1101 > > span=2,0,0,ccs,hdb3,crc4 > cas=32-46:1101 > dchan=47 > cas=48-62:1101That config is completely wrong. Try following the config in the MFC/R2 documentation. And please use the documentation at soft-switch.org. I keep getting problems reported by people using some random junk documentation they found somewhere else.> > The first strange behavior is that the: > > zap show status > > shows this: > > Description Alarms IRQ > bpviol CRC4 > T4XXP (PCI) Card 0 Span 1 OK 0 > 0 0 > T4XXP (PCI) Card 0 Span 2 OK 0 > 0 0 > T4XXP (PCI) Card 0 Span 3 OK 0 > 0 0 > T4XXP (PCI) Card 0 Span 4 UNCONFIGUR 0 > 0 0 > > How is it possible? Since i just configure 2 spans!If you configured chan_zap for 2 spans, this is also wrong. You should be configuring chan_unicall for the spans. Again, look at the examples in he documentation.> > And the second problem is that when I try to place a call I receive this: > > -- AGI Script Executing Application: (Dial) Options: > (UniCall/g1/096213788|15|gS(600)) > -- Setting call duration limit to 600 seconds. > May 24 15:13:43 NOTICE[5530]: app_dial.c:1029 dial_exec_full: Unable > to create channel of type 'UniCall' (cause 0 - Unknown) > == Everyone is busy/congested at this time (1:0/0/1) > > How can I solve this? Or at least debug what is the problem.Regards, Steve