surajee@infotechs.lk
2003-Jul-11 04:09 UTC
[Asterisk-Users] ISDN PRI E1 configuration with E100P
<P>hi Everyone,</P> <P>We are configuring an ISDN PRI E1 with an E100P card, when you load the drivers, and starts the asterisk, cards also starts fine, givin following output,</P> <P>*CLI> <BR> == D-Channel on span 1 up<BR> -- B-channel 1 successfully restarted on span 1<BR> -- B-channel 2 successfully restarted on span 1<BR> . . .<BR> -- B-channel 31 successfully restarted on span 1</P> <P>but, when we make a call to this E1 from outside, it gives the following error,</P> <P>WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found?<BR>WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 1<BR>WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found?<BR>WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 2</P> <P>does anybody hav an idea on this?</P> <P>our zaptel.conf is,</P> <P>#E100p card<BR>span=1,0,0,ccs,hdb3,crc4<BR>bchan=1-15,17-31<BR>dchan=16</P> <P>zapata.conf,</P> <P>;E100p card<BR>switchtype=EuroISDN<BR>signalling=pri_cpe<BR>pridialplan=unknown<BR>context=incoming<BR>group = 2<BR>channel => 1-15,17-31</P> <P>Thanks inadvance,</P> <P>Surajee</P><br> --------------This mail sent through OmniBIS.com--------------
Dave Alan Caruana
2003-Jul-11 04:45 UTC
[Asterisk-Users] ISDN PRI E1 configuration with E100P
I think the problem is in your extensions.conf .. try this out : [incoming] exten => s,1,Wait,1 exten => s,2,Dial(extension number) exten => s,3,Hangup substitute which extension it's meant to ring .. Also try adding the line "immediate=yes" to your zapata.conf it works for me :) good luck! Dave ----- Original Message ----- From: surajee@infotechs.lk To: asterisk-users@lists.digium.com Sent: Friday, July 11, 2003 1:09 PM Subject: [Asterisk-Users] ISDN PRI E1 configuration with E100P hi Everyone, We are configuring an ISDN PRI E1 with an E100P card, when you load the drivers, and starts the asterisk, cards also starts fine, givin following output, *CLI> == D-Channel on span 1 up -- B-channel 1 successfully restarted on span 1 -- B-channel 2 successfully restarted on span 1 . . . -- B-channel 31 successfully restarted on span 1 but, when we make a call to this E1 from outside, it gives the following error, WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found? WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 1 WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found? WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 2 does anybody hav an idea on this? our zaptel.conf is, #E100p card span=1,0,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 zapata.conf, ;E100p card switchtype=EuroISDN signalling=pri_cpe pridialplan=unknown context=incoming group = 2 channel => 1-15,17-31 Thanks inadvance, Surajee --------------This mail sent through OmniBIS.com-------------- _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030711/37cc66c6/attachment.htm
surajee@infotechs.lk
2003-Jul-11 04:47 UTC
[Asterisk-Users] ISDN PRI E1 configuration with E100P
Very sorry about the previous mail, heres the mail again, hi Everyone, We are configuring an ISDN PRI E1 with an E100P card, when you load the drivers, and starts the asterisk, cards also starts fine, givin following output, *CLI> == D-Channel on span 1 up -- B-channel 1 successfully restarted on span 1 -- B-channel 2 successfully restarted on span 1 . . . -- B-channel 31 successfully restarted on span 1 but, when we make a call to this E1 from outside, it gives the following error, WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found? WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 1 WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call specified, but not found? WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on bad channel 2 does anybody hav an idea on this? our zaptel.conf is, #E100p card span=1,0,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 zapata.conf, ;E100p card switchtype=EuroISDN signalling=pri_cpe pridialplan=unknown context=incoming group = 2 channel => 1-15,17-31 Thanks inadvance, Surajee --------------This mail sent through OmniBIS.com--------------
surajee@infotechs.lk wrote:> hi Everyone, > > We are configuring an ISDN PRI E1 with an E100P card, when you load > the drivers, and starts the asterisk, cards also starts fine, givin > following output, > > *CLI> > == D-Channel on span 1 up > -- B-channel 1 successfully restarted on span 1 > -- B-channel 2 successfully restarted on span 1 > . . . > -- B-channel 31 successfully restarted on span 1 > > but, when we make a call to this E1 from outside, it gives the > following error, > > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > specified, but not found? > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > bad channel 1 > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > specified, but not found? > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > bad channel 2 > > does anybody hav an idea on this? > > our zaptel.conf is, > > #E100p card > span=1,0,0,ccs,hdb3,crc4 > bchan=1-15,17-31 > dchan=16 > > zapata.conf, > > ;E100p card > switchtype=EuroISDN > signalling=pri_cpe > pridialplan=unknown > context=incoming > group = 2 > channel => 1-15,17-31 > > Thanks inadvance, > > Surajee > > > --------------This mail sent through OmniBIS.com-------------- > _______________________________________________ Asterisk-Users mailing > list Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-usersI was having the same problem because : 1 number for E1 and the local PTSN was not sending the DID to select the appropriate extension. Set the immediate=yes into zapata.conf and catch the call into s extension! Thanks to Martin Pycko ...
surajee@infotechs.lk
2003-Jul-11 08:28 UTC
[Asterisk-Users] ISDN PRI E1 configuration with E100P
yes, now i got the that problem solved, with 'immediate=yes', but now i've faced with another, When I connect the E1 to the cards, the LED lights does not change to green, in E100P, its blinking red (even when there is no E1 plugged, its blinking red) and in E400P, its solid red. (this was the same even without 'immediate=yes') When i start asterisk, the cards starts fine (as we see), givin the following output, *CLI> == D-Channel on span 1 up -- B-channel 1 successfully restarted on span 1 -- B-channel 2 successfully restarted on span 1 . . . -- B-channel 31 successfully restarted on span 1 after i put 'immediate=yes', i can even call from outside to the PRI E1, and get connected to asterisk, and listen to the prompts played by asterisk -- Accepting call from '062279955' to 's' on channel 1, span 1 -- Executing Wait("Zap/1-1", "2") in new stack -- Executing Answer("Zap/1-1", "") in new stack -- Executing DigitTimeout("Zap/1-1", "5") in new stack -- Set Digit Timeout to 5 -- Executing ResponseTimeout("Zap/1-1", "10") in new stack -- Set Response Timeout to 10 -- Executing BackGround("Zap/1-1", "demo-congrats") in new stack -- Playing 'demo-congrats' But calling to outside from asterisk fails (with the following errors), we don't know whether this related to the above problem Executing Dial("SIP/802-8a26", "Zap/g2/0129063800|20|t") in new stack NOTICE[262160]: File app_dial.c, Line 481 (dial_exec): Unable to create channel of type 'Zap' == Everyone is busy at this time -- Executing Congestion("SIP/802-8a26", "") in new stack == Spawn extension (sip, 980129063800, 2) exited non-zero on 'SIP/802-8a26' Following are new zaptel and zapata conf files, zapata.conf [channels] transfer=yes echocancel=yes callprogress=yes immediate=yes ;E100p card switchtype=EuroISDN signalling=pri_cpe pridialplan=unknown context=inbound-pstn group=2 channel => 1-15,17-31 zaptel.conf #E100p card span=1,0,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 defaultzone=us loadzone=us Thank you, Surajee ----- Original Message ----- From: "Cristi" <cvasiliu@accessnet.ro> To: <asterisk-users@lists.digium.com> Sent: Friday, July 11, 2003 10:39 PM Subject: Re: [Asterisk-Users] ISDN PRI E1 configuration with E100P> surajee@infotechs.lk wrote: > > > hi Everyone, > > > > We are configuring an ISDN PRI E1 with an E100P card, when you load > > the drivers, and starts the asterisk, cards also starts fine, givin > > following output, > > > > *CLI> > > == D-Channel on span 1 up > > -- B-channel 1 successfully restarted on span 1 > > -- B-channel 2 successfully restarted on span 1 > > . . . > > -- B-channel 31 successfully restarted on span 1 > > > > but, when we make a call to this E1 from outside, it gives the > > following error, > > > > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > > specified, but not found? > > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > > bad channel 1 > > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > > specified, but not found? > > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > > bad channel 2 > > > > does anybody hav an idea on this? > > > > our zaptel.conf is, > > > > #E100p card > > span=1,0,0,ccs,hdb3,crc4 > > bchan=1-15,17-31 > > dchan=16 > > > > zapata.conf, > > > > ;E100p card > > switchtype=EuroISDN > > signalling=pri_cpe > > pridialplan=unknown > > context=incoming > > group = 2 > > channel => 1-15,17-31 > > > > Thanks inadvance, > > > > Surajee > > > > > > --------------This mail sent through OmniBIS.com-------------- > > _______________________________________________ Asterisk-Users mailing > > list Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > I was having the same problem because : 1 number for E1 and the local > PTSN was not sending the DID to select the appropriate extension. Set > the immediate=yes into zapata.conf and catch the call into s extension! > Thanks to Martin Pycko ... > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >--------------This mail sent through OmniBIS.com--------------
surajee@infotechs.lk
2003-Jul-11 21:27 UTC
[Asterisk-Users] ISDN PRI E1 configuration with E100P
here are the outputs, for, zttool, Alarms Span RED LSS Wildcard T100P T1/PRI Board card 0 for head /proc/zaptel/1 Span 1: WCT1/0 "LSS Wildcard T100P T1/PRI Board card 0" HDB3/CCS/CRC4 RED 1 WCT1/0/1 ClearChannel 2 WCT1/0/2 ClearChannel 3 WCT1/0/3 ClearChannel 4 WCT1/0/4 ClearChannel 5 WCT1/0/5 ClearChannel 6 WCT1/0/6 ClearChannel 7 WCT1/0/7 ClearChannel 8 WCT1/0/8 ClearChannel 9 WCT1/0/9 ClearChannel any idea? Surajee ----- Original Message ----- From: "Martin Pycko" <martinp@digium.com> To: <asterisk-users@lists.digium.com> Sent: Saturday, July 12, 2003 12:41 AM Subject: Re: [Asterisk-Users] ISDN PRI E1 configuration with E100P> Look in zttool or "head /proc/zaptel/[1-5] > to see if the spans are in alarms. The leds on your boards might not lit > properly. > > regards > Martin > > On Fri, 11 Jul 2003 surajee@infotechs.lk wrote: > > > yes, now i got the that problem solved, with 'immediate=yes', but now i've > > faced with another, > > When I connect the E1 to the cards, the LED lights does not change to green, > > in E100P, its blinking red (even when there is no E1 plugged, its blinking > > red) > > and in E400P, its solid red. (this was the same even without > > 'immediate=yes') > > > > When i start asterisk, the cards starts fine (as we see), givin the > > following output, > > *CLI> > > == D-Channel on span 1 up > > -- B-channel 1 successfully restarted on span 1 > > -- B-channel 2 successfully restarted on span 1 > > . . . > > -- B-channel 31 successfully restarted on span 1 > > > > after i put 'immediate=yes', i can even call from outside to the PRI E1, and > > get connected to asterisk, and listen to the prompts played by asterisk > > > > -- Accepting call from '062279955' to 's' on channel 1, span 1 > > -- Executing Wait("Zap/1-1", "2") in new stack > > -- Executing Answer("Zap/1-1", "") in new stack > > -- Executing DigitTimeout("Zap/1-1", "5") in new stack > > -- Set Digit Timeout to 5 > > -- Executing ResponseTimeout("Zap/1-1", "10") in new stack > > -- Set Response Timeout to 10 > > -- Executing BackGround("Zap/1-1", "demo-congrats") in new stack > > -- Playing 'demo-congrats' > > > > But calling to outside from asterisk fails (with the following errors), we > > don't know whether this related to the above problem > > > > Executing Dial("SIP/802-8a26", "Zap/g2/0129063800|20|t") in new stack > > NOTICE[262160]: File app_dial.c, Line 481 (dial_exec): Unable to create > > channel of type 'Zap' > > == Everyone is busy at this time > > -- Executing Congestion("SIP/802-8a26", "") in new stack > > == Spawn extension (sip, 980129063800, 2) exited non-zero on > > 'SIP/802-8a26' > > > > Following are new zaptel and zapata conf files, > > > > zapata.conf > > > > [channels] > > transfer=yes > > echocancel=yes > > callprogress=yes > > immediate=yes > > > > ;E100p card > > switchtype=EuroISDN > > signalling=pri_cpe > > pridialplan=unknown > > context=inbound-pstn > > group=2 > > channel => 1-15,17-31 > > > > zaptel.conf > > > > > > #E100p card > > span=1,0,0,ccs,hdb3,crc4 > > bchan=1-15,17-31 > > dchan=16 > > > > defaultzone=us > > loadzone=us > > > > > > Thank you, > > > > Surajee > > > > ----- Original Message ----- > > > > From: "Cristi" <cvasiliu@accessnet.ro> > > To: <asterisk-users@lists.digium.com> > > Sent: Friday, July 11, 2003 10:39 PM > > Subject: Re: [Asterisk-Users] ISDN PRI E1 configuration with E100P > > > > > > > surajee@infotechs.lk wrote: > > > > > > > hi Everyone, > > > > > > > > We are configuring an ISDN PRI E1 with an E100P card, when you load > > > > the drivers, and starts the asterisk, cards also starts fine, givin > > > > following output, > > > > > > > > *CLI> > > > > == D-Channel on span 1 up > > > > -- B-channel 1 successfully restarted on span 1 > > > > -- B-channel 2 successfully restarted on span 1 > > > > . . . > > > > -- B-channel 31 successfully restarted on span 1 > > > > > > > > but, when we make a call to this E1 from outside, it gives the > > > > following error, > > > > > > > > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > > > > specified, but not found? > > > > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > > > > bad channel 1 > > > > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > > > > specified, but not found? > > > > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > > > > bad channel 2 > > > > > > > > does anybody hav an idea on this? > > > > > > > > our zaptel.conf is, > > > > > > > > #E100p card > > > > span=1,0,0,ccs,hdb3,crc4 > > > > bchan=1-15,17-31 > > > > dchan=16 > > > > > > > > zapata.conf, > > > > > > > > ;E100p card > > > > switchtype=EuroISDN > > > > signalling=pri_cpe > > > > pridialplan=unknown > > > > context=incoming > > > > group = 2 > > > > channel => 1-15,17-31 > > > > > > > > Thanks inadvance, > > > > > > > > Surajee > > > > > > > > > > > > --------------This mail sent through OmniBIS.com-------------- > > > > _______________________________________________ Asterisk-Users mailing > > > > list Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > I was having the same problem because : 1 number for E1 and the local > > > PTSN was not sending the DID to select the appropriate extension. Set > > > the immediate=yes into zapata.conf and catch the call into s extension! > > > Thanks to Martin Pycko ... > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > --------------This mail sent through OmniBIS.com-------------- > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >--------------This mail sent through OmniBIS.com--------------
surajee@infotechs.lk
2003-Jul-12 04:22 UTC
[Asterisk-Users] ISDN PRI E1 configuration with E100P
hi, I sorted it out, after removing crc4 in zaptel.conf, the green light came on and i can now take outgoing calls. Thank you for all who helped :-) Surajee ----- Original Message ----- From: <surajee@infotechs.lk> To: <asterisk-users@lists.digium.com> Sent: Saturday, July 12, 2003 12:27 PM Subject: Re: [Asterisk-Users] ISDN PRI E1 configuration with E100P> here are the outputs, > for, zttool, > > Alarms Span > RED LSS Wildcard T100P T1/PRI Board card 0 > > > for head /proc/zaptel/1 > > Span 1: WCT1/0 "LSS Wildcard T100P T1/PRI Board card 0" HDB3/CCS/CRC4 RED > 1 WCT1/0/1 ClearChannel > 2 WCT1/0/2 ClearChannel > 3 WCT1/0/3 ClearChannel > 4 WCT1/0/4 ClearChannel > 5 WCT1/0/5 ClearChannel > 6 WCT1/0/6 ClearChannel > 7 WCT1/0/7 ClearChannel > 8 WCT1/0/8 ClearChannel > 9 WCT1/0/9 ClearChannel > > any idea? > > Surajee > > ----- Original Message ----- > From: "Martin Pycko" <martinp@digium.com> > To: <asterisk-users@lists.digium.com> > Sent: Saturday, July 12, 2003 12:41 AM > Subject: Re: [Asterisk-Users] ISDN PRI E1 configuration with E100P > > > > Look in zttool or "head /proc/zaptel/[1-5] > > to see if the spans are in alarms. The leds on your boards might not lit > > properly. > > > > regards > > Martin > > > > On Fri, 11 Jul 2003 surajee@infotechs.lk wrote: > > > > > yes, now i got the that problem solved, with 'immediate=yes', but now i've > > > faced with another, > > > When I connect the E1 to the cards, the LED lights does not change to green, > > > in E100P, its blinking red (even when there is no E1 plugged, its blinking > > > red) > > > and in E400P, its solid red. (this was the same even without > > > 'immediate=yes') > > > > > > When i start asterisk, the cards starts fine (as we see), givin the > > > following output, > > > *CLI> > > > == D-Channel on span 1 up > > > -- B-channel 1 successfully restarted on span 1 > > > -- B-channel 2 successfully restarted on span 1 > > > . . . > > > -- B-channel 31 successfully restarted on span 1 > > > > > > after i put 'immediate=yes', i can even call from outside to the PRI E1, and > > > get connected to asterisk, and listen to the prompts played by asterisk > > > > > > -- Accepting call from '062279955' to 's' on channel 1, span 1 > > > -- Executing Wait("Zap/1-1", "2") in new stack > > > -- Executing Answer("Zap/1-1", "") in new stack > > > -- Executing DigitTimeout("Zap/1-1", "5") in new stack > > > -- Set Digit Timeout to 5 > > > -- Executing ResponseTimeout("Zap/1-1", "10") in new stack > > > -- Set Response Timeout to 10 > > > -- Executing BackGround("Zap/1-1", "demo-congrats") in new stack > > > -- Playing 'demo-congrats' > > > > > > But calling to outside from asterisk fails (with the following errors), we > > > don't know whether this related to the above problem > > > > > > Executing Dial("SIP/802-8a26", "Zap/g2/0129063800|20|t") in new stack > > > NOTICE[262160]: File app_dial.c, Line 481 (dial_exec): Unable to create > > > channel of type 'Zap' > > > == Everyone is busy at this time > > > -- Executing Congestion("SIP/802-8a26", "") in new stack > > > == Spawn extension (sip, 980129063800, 2) exited non-zero on > > > 'SIP/802-8a26' > > > > > > Following are new zaptel and zapata conf files, > > > > > > zapata.conf > > > > > > [channels] > > > transfer=yes > > > echocancel=yes > > > callprogress=yes > > > immediate=yes > > > > > > ;E100p card > > > switchtype=EuroISDN > > > signalling=pri_cpe > > > pridialplan=unknown > > > context=inbound-pstn > > > group=2 > > > channel => 1-15,17-31 > > > > > > zaptel.conf > > > > > > > > > #E100p card > > > span=1,0,0,ccs,hdb3,crc4 > > > bchan=1-15,17-31 > > > dchan=16 > > > > > > defaultzone=us > > > loadzone=us > > > > > > > > > Thank you, > > > > > > Surajee > > > > > > ----- Original Message ----- > > > > > > From: "Cristi" <cvasiliu@accessnet.ro> > > > To: <asterisk-users@lists.digium.com> > > > Sent: Friday, July 11, 2003 10:39 PM > > > Subject: Re: [Asterisk-Users] ISDN PRI E1 configuration with E100P > > > > > > > > > > surajee@infotechs.lk wrote: > > > > > > > > > hi Everyone, > > > > > > > > > > We are configuring an ISDN PRI E1 with an E100P card, when you load > > > > > the drivers, and starts the asterisk, cards also starts fine, givin > > > > > following output, > > > > > > > > > > *CLI> > > > > > == D-Channel on span 1 up > > > > > -- B-channel 1 successfully restarted on span 1 > > > > > -- B-channel 2 successfully restarted on span 1 > > > > > . . . > > > > > -- B-channel 31 successfully restarted on span 1 > > > > > > > > > > but, when we make a call to this E1 from outside, it gives the > > > > > following error, > > > > > > > > > > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > > > > > specified, but not found? > > > > > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > > > > > bad channel 1 > > > > > WARNING[213006]: File chan_zap.c, Line 5248 (pri_fixup): Call > > > > > specified, but not found? > > > > > WARNING[213006]: File chan_zap.c, Line 5786 (pri_dchannel): Hangup on > > > > > bad channel 2 > > > > > > > > > > does anybody hav an idea on this? > > > > > > > > > > our zaptel.conf is, > > > > > > > > > > #E100p card > > > > > span=1,0,0,ccs,hdb3,crc4 > > > > > bchan=1-15,17-31 > > > > > dchan=16 > > > > > > > > > > zapata.conf, > > > > > > > > > > ;E100p card > > > > > switchtype=EuroISDN > > > > > signalling=pri_cpe > > > > > pridialplan=unknown > > > > > context=incoming > > > > > group = 2 > > > > > channel => 1-15,17-31 > > > > > > > > > > Thanks inadvance, > > > > > > > > > > Surajee > > > > > > > > > > > > > > > --------------This mail sent through OmniBIS.com-------------- > > > > > _______________________________________________ Asterisk-Users mailing > > > > > list Asterisk-Users@lists.digium.com > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > I was having the same problem because : 1 number for E1 and the local > > > > PTSN was not sending the DID to select the appropriate extension. Set > > > > the immediate=yes into zapata.conf and catch the call into s extension! > > > > Thanks to Martin Pycko ... > > > > > > > > _______________________________________________ > > > > Asterisk-Users mailing list > > > > Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > > > > > > --------------This mail sent through OmniBIS.com-------------- > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > --------------This mail sent through OmniBIS.com-------------- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >--------------This mail sent through OmniBIS.com--------------
surajee@infotechs.lk
2003-Jul-12 19:08 UTC
[Asterisk-Users] ISDN PRI E1 configuration with E100P
sure, here it is, #zaptel.conf #------------ #E100p card #span=1,1,0,ccs,hdb3,crc4 span=1,1,0,ccs,hdb3 bchan=1-15,17-31 dchan=16 defaultzone=us loadzone=us cheers, Surajee ----- Original Message ----- From: "Abdul Hakeem" <aocl07711@blueyonder.co.uk> To: <surajee@infotechs.lk> Sent: Saturday, July 12, 2003 9:24 PM Subject: RE: [Asterisk-Users] ISDN PRI E1 configuration with E100P> > > Hi, > Would you be kind enough to spare you zaptel.conf file for the E100P ? > Regards, > Abdul Hakeem > > >--------------This mail sent through OmniBIS.com--------------