[asterisk-r2] Incoming calls

Willian Mazzardo willianmazzardo at gmail.com
Mon Oct 6 19:53:16 CDT 2008


ehehehe

here is the problem :)


[root at linux /]# ls -la /usr/lib/libopenr2.
libopenr2.a         libopenr2.la        libopenr2.so
libopenr2.so.0      libopenr2.so.0.0.0
[root at linux /]# ls -la /usr/lib/libopenr2.
ls: impossível acessar /usr/lib/libopenr2.: Arquivo ou diretório não
encontrado
[root at linux /]# ls -la /usr/lib/libopenr2.*
-rw-r--r-- 1 root root 509046 Jul 30 12:49 /usr/lib/libopenr2.a
-rwxr-xr-x 1 root root    810 Jul 30 12:49 /usr/lib/libopenr2.la
-rwxr-xr-x 1 root root 453222 Jul 30 12:49 /usr/lib/libopenr2.so
-rwxr-xr-x 1 root root 453222 Jul 30 12:49 /usr/lib/libopenr2.so.0
-rwxr-xr-x 1 root root 453222 Jul 30 12:49 /usr/lib/libopenr2.so.0.0.0
[root at linux /]# ls -la /usr/local/lib/libopenr2.*
-rw-r--r-- 1 root root 521122 Out  6 21:36 /usr/local/lib/libopenr2.a
-rwxr-xr-x 1 root root    810 Out  6 21:36 /usr/local/lib/libopenr2.la
lrwxrwxrwx 1 root root     18 Out  6 21:36 /usr/local/lib/libopenr2.so ->
libopenr2.so.0.0.0
lrwxrwxrwx 1 root root     18 Out  6 21:36 /usr/local/lib/libopenr2.so.0 ->
libopenr2.so.0.0.0
-rwxr-xr-x 1 root root 462526 Out  6 21:36 /usr/local/lib/libopenr2.so.0.0.0
[root at linux /]# rm -rf /usr/lib/libopenr2.*
[root at linux /]# cp -rf /usr/local/lib/libopenr2.* /usr/lib/
[root at linux /]# cd /usr/lib
[root at linux lib]# ls -la libopenr2.*
-rw-r--r-- 1 root root 521122 Out  6 21:43 libopenr2.a
-rwxr-xr-x 1 root root    810 Out  6 21:43 libopenr2.la
lrwxrwxrwx 1 root root     18 Out  6 21:43 libopenr2.so ->
libopenr2.so.0.0.0
lrwxrwxrwx 1 root root     18 Out  6 21:43 libopenr2.so.0 ->
libopenr2.so.0.0.0
-rwxr-xr-x 1 root root 462526 Out  6 21:43 libopenr2.so.0.0.0
[root at linux lib]#


linux*CLI> mfcr2 show version
OpenR2 version: 0.1.1, revision: 65

Thanks for every help my friend !!!

good night !

2008/10/6 Moises Silva <moises.silva at gmail.com>

> Until you see the same revision in  "mfcr2 show version" and "svn
> info", you have something wrong with your installation. Try removing
> the old one, and remember to stop/start asterisk, otherwise the old
> library will still be loaded.
>
> On Mon, Oct 6, 2008 at 7:45 PM, Willian Mazzardo
> <willianmazzardo at gmail.com> wrote:
> > and after update, did make and make install,
> >
> > and the same error persist !!
> >
> > thanks
> >
> > 2008/10/6 Willian Mazzardo <willianmazzardo at gmail.com>
> >>
> >> hi moises,
> >>
> >> [root at linux openr2]# svn update
> >> Na revisão 65.
> >>
> >> in revision 65...
> >>
> >> no update needed !!
> >>
> >>
> >>
> >> 2008/10/6 Moises Silva <moises.silva at gmail.com>
> >>>
> >>> You have quite an old version of openr2, upgrade it.
> >>>
> >>> svn update && make install in the OpenR2 directory.
> >>>
> >>> On Mon, Oct 6, 2008 at 7:41 PM, Willian Mazzardo
> >>> <willianmazzardo at gmail.com> wrote:
> >>> > hi
> >>> >
> >>> > linux*CLI> core show version
> >>> > Asterisk 1.4.21.2 built by root @ linux.syssvoip on a i686 running
> >>> > Linux on
> >>> > 2008-10-06 22:23:50 UTC
> >>> >
> >>> > linux*CLI> mfcr2 show version
> >>> > OpenR2 version: 0.1.1, revision: 49
> >>> >
> >>> > here :)
> >>> >
> >>> > 2008/10/6 Moises Silva <moises.silva at gmail.com>
> >>> >>
> >>> >> Please post the output of "core show version" and "mfcr2 show
> version"
> >>> >> here.  It's odd but it seems somehow you are getting an empty
> >>> >> extension even though there are DNIS. This should never happen,
> unless
> >>> >> you have an old version of openr2 and a new version of the R2
> Asterisk
> >>> >> branch.
> >>> >>
> >>> >> On Mon, Oct 6, 2008 at 7:32 PM, Willian Mazzardo
> >>> >> <willianmazzardo at gmail.com> wrote:
> >>> >> > hi all
> >>> >> >
> >>> >> > i'm having some troubles installing your newest version of
> >>> >> > libopenr2.
> >>> >> >
> >>> >> > When i receive some call, in the messages asterisk file, show me
> >>> >> > this:
> >>> >> >
> >>> >> > [Oct  6 20:27:32] NOTICE[2886] chan_zap.c: New MFC/R2 call
> detected
> >>> >> > on
> >>> >> > chan
> >>> >> > 13.
> >>> >> > [Oct  6 20:27:35] NOTICE[2886] chan_zap.c: MFC/R2 call offered on
> >>> >> > chan
> >>> >> > 13.
> >>> >> > DNIS = 5100, ANI = 5596445115, Category = National Subscriber
> >>> >> > [Oct  6 20:27:35] NOTICE[2886] chan_zap.c: MFC/R2 call on channel
> 13
> >>> >> > requested non-existent extension '' in context 'entrada-e1'.
> >>> >> > Rejecting
> >>> >> > call.
> >>> >> >
> >>> >> > what is going on???
> >>> >> >
> >>> >> > thanks for any help!!
> >>> >> >
> >>> >> > --
> >>> >> > Willian Mazzardo
> >>> >> >
> >>> >> > _______________________________________________
> >>> >> > --Bandwidth and Colocation Provided by
> http://www.api-digital.com--
> >>> >> >
> >>> >> > asterisk-r2 mailing list
> >>> >> > To UNSUBSCRIBE or update options visit:
> >>> >> >   http://lists.digium.com/mailman/listinfo/asterisk-r2
> >>> >> >
> >>> >>
> >>> >>
> >>> >>
> >>> >> --
> >>> >> "I do not agree with what you have to say, but I'll defend to the
> >>> >> death your right to say it." Voltaire
> >>> >>
> >>> >> _______________________________________________
> >>> >> --Bandwidth and Colocation Provided by http://www.api-digital.com--
> >>> >>
> >>> >> asterisk-r2 mailing list
> >>> >> To UNSUBSCRIBE or update options visit:
> >>> >>   http://lists.digium.com/mailman/listinfo/asterisk-r2
> >>> >
> >>> >
> >>> >
> >>> > --
> >>> > Willian Mazzardo
> >>> >
> >>> > _______________________________________________
> >>> > --Bandwidth and Colocation Provided by http://www.api-digital.com--
> >>> >
> >>> > asterisk-r2 mailing list
> >>> > To UNSUBSCRIBE or update options visit:
> >>> >   http://lists.digium.com/mailman/listinfo/asterisk-r2
> >>> >
> >>>
> >>>
> >>>
> >>> --
> >>> "I do not agree with what you have to say, but I'll defend to the
> >>> death your right to say it." Voltaire
> >>>
> >>> _______________________________________________
> >>> --Bandwidth and Colocation Provided by http://www.api-digital.com--
> >>>
> >>> asterisk-r2 mailing list
> >>> To UNSUBSCRIBE or update options visit:
> >>>   http://lists.digium.com/mailman/listinfo/asterisk-r2
> >>
> >>
> >>
> >> --
> >> Willian Mazzardo
> >
> >
> >
> > --
> > Willian Mazzardo
> >
> > _______________________________________________
> > --Bandwidth and Colocation Provided by http://www.api-digital.com--
> >
> > asterisk-r2 mailing list
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-r2
> >
>
>
>
> --
> "I do not agree with what you have to say, but I'll defend to the
> death your right to say it." Voltaire
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-r2 mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-r2
>



-- 
Willian Mazzardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-r2/attachments/20081006/d3551f01/attachment-0001.htm 


More information about the asterisk-r2 mailing list