search for: channel_lib

Displaying 6 results from an estimated 6 matches for "channel_lib".

Did you mean: channel_libs
2005 Feb 01
3
X100P Clone
...ta.c I heave substitute "bestdata_" with "intel_" and also this function: static char *intel_idents[] = { /* Identify BestData Modem */ "536EP", NULL }; and I modified the /usr/src/asterisk/channels/Makefile for it to compile the new chan_modem_intel.c CHANNEL_LIBS=chan_modem.so chan_sip.so \ chan_modem_aopen.so \ chan_modem_bestdata.so \ chan_modem_intel.so \ chan_agent.so chan_mgcp.so chan_iax2.so \ chan_local.so chan_skinny.so chan_features.so Any help will be wery welcome -- Universitatea Polit...
2004 Sep 13
1
chan_sip2 Install Question
...ur modules.conf Add "noload=chan_sip.so" if you want to run chan_sip2 * Restart asterisk However, I can't seem to get a basic make to work. What is involved with "Add chan_sip2 to the channels/Makefile directory?" Is it more than just adding chan_sip2.so to the end of CHANNEL_LIBS=? Chad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040913/ed372e62/attachment.htm
2006 May 27
1
Compiling chan_bluetooth
...M connectivity but I can?t compile the code. I got the asterisk, chan_bluetooth, zaptel and libpri sources, the last two ones compiled perfectly. I have added this to the /usr/src/asterisk/channels/Makefile: include /usr/src/chan_bluetooth/Makefile and I?ve also added chan_bluetooth.so to the CHANNEL_LIBS var. When I do "make install" in the asterisk directory I get lots of this error: /usr/src/chan_bluetooth/chan_bluetooth.c:2469: error: dereferencing pointer to incomplete type and some others like: /usr/src/chan_bluetooth/chan_bluetooth.c: En la funci?n `remove_sdp_records': /u...
2006 Jun 03
1
Fw: Compiling chan_bluetooth
.... >> I got the asterisk, chan_bluetooth, zaptel and libpri sources, the last >> two ones compiled perfectly. >> I have added this to the /usr/src/asterisk/channels/Makefile: >> include /usr/src/chan_bluetooth/Makefile >> and I?ve also added chan_bluetooth.so to the CHANNEL_LIBS var. >> When I do "make install" in the asterisk directory I get lots of this >> error: >> >> /usr/src/chan_bluetooth/chan_bluetooth.c:2469: error: dereferencing >> pointer to incomplete type >> >> and some others like: >> >> /usr/s...
2004 Apr 20
1
Re: SIP re-invite
Trouble getting chan_sip2 to compile below is what I have done -download acl.c.patch,acl.h.patch,chan2s_sip.c to /root/software cp /root/software/chan_sip2s.c /usr/src/asterisk/channels cd /usr/src/asterisk/ patch -p0 acl.c /root/software/acl.c.patch cd /usr/src/asterisk/include/asterisk patch -p0 acl.h /root/software/acl.h.patch - added the follow to /usr/src/asterisk/channels/Makefile
2006 Jan 19
1
Cannot compile chan_bluetooth on Asterisk 1.2.1
...source is in /usr/src/asterisk-test/bluetooth/chan_bluetooth (I have two older versions in other directories). Steps taken: Followed the instructions here to a T: http://www.crazygreek.co.uk/content/chan_bluetooth. Basically, edit /usr/src/asterisk/channels/Makefile adding chan_bluetooth.so to CHANNEL_LIBS, and at the very bottom adding include /usr/src/asterisk-test/bluetooth/chan_bluetooth/Makefile. First tried the version by David Woodhouse, exact command used to download was "cvs -d :pserver:anoncvs at cvs.infradead.org:/home/cvs co chan_bluetooth". Also tried the version at http://w...