I have an Asterisk server running Elastix but patched to use Unicall. Everything seems to be working fine and the TE220 card is up and running with port 1 configured as PRI and port 2 as MFC/R2. We can already send and receive calls on port two but we cannot on port one. That is when we noticed that there are no PRI commands available on the Asterisk CLI. We cannot use PRI DEBUG SPAN to determine why port 1 is not receiving or sending calls. Why would this commands be missing? -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001
On Wed, Oct 31, 2007 at 12:06:25AM -0600, Carlos Chavez wrote:> I have an Asterisk server running Elastix but patched to use Unicall. > Everything seems to be working fine and the TE220 card is up and running with > port 1 configured as PRI and port 2 as MFC/R2. We can already send and > receive calls on port two but we cannot on port one. That is when we noticed > that there are no PRI commands available on the Asterisk CLI. We cannot use > PRI DEBUG SPAN to determine why port 1 is not receiving or sending calls. > > Why would this commands be missing?I wonder how those two should interact. The first thing chan_zap tries to do is to open all of its spans. Maybe it has failed there? Try playing with [trunkgroups] to explicitly tell it to only touch the Zaptel spans that are PRI. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
This happens when your pri line is down. This has happened a couple of times to me and the pri commands come back when the pri line is up. My guess is that your pri line is down. Hope it helps. Arpit On 10/31/07, Carlos Chavez <cursor at telecomabmex.com> wrote:> > I have an Asterisk server running Elastix but patched to use Unicall. > Everything seems to be working fine and the TE220 card is up and running > with > port 1 configured as PRI and port 2 as MFC/R2. We can already send and > receive calls on port two but we cannot on port one. That is when we > noticed > that there are no PRI commands available on the Asterisk CLI. We cannot > use > PRI DEBUG SPAN to determine why port 1 is not receiving or sending calls. > > Why would this commands be missing? > > -- > Carlos Chavez > Director de Tecnolog?a > Telecomunicaciones Abiertas de M?xico S.A. de C.V. > Tel: +52-55-91169161 Ext 2001 > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071031/65b261b2/attachment.htm
On Wed, 2007-10-31 at 09:41 -0600, Anthony Francis wrote:> This also happens if zaptel fails to load. Check your messages file. > > John covici wrote: > > Well, this happened to me one time when I forgot to compile the pri > > library before the asterisk! Could you have done that? > >Asterisk is working with the second span with Unicall and that would not be possible unless Libpri and Zaptel are already loaded. -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20071031/6aaac30b/attachment.pgp
On Wed, Oct 31, 2007 at 10:46:42AM -0600, Carlos Chavez wrote:> On Wed, 2007-10-31 at 09:41 -0600, Anthony Francis wrote: > > This also happens if zaptel fails to load. Check your messages file. > > > > John covici wrote: > > > Well, this happened to me one time when I forgot to compile the pri > > > library before the asterisk! Could you have done that? > > > > Asterisk is working with the second span with Unicall and that would > not be possible unless Libpri and Zaptel are already loaded.chan_unicall uses zaptel (the kernel interface) but not chan_zap.so (and not libpri, IIRC). -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir