This module wont compile can anyone give me any assistance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/03ae433c/attachment.htm
On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders <michael@staff.tsn.cc> wrote:> This module wont compile can anyone give me any assistance >Sure, what error messages is it giving you Michael? -- -S
debian:/usr/src/asterisk-oh323-0.6.2# make for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' ./check_ver /usr/src/pwlib pwlib ./check_ver /usr/src/openh323 openh323 gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o wrapper.o wrapcaps.o make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c: In function `oh323_call': chan_oh323.c:1385: too few arguments to function `ast_queue_control' chan_oh323.c: In function `oh323_hangup': chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' chan_oh323.c: In function `oh323_read': chan_oh323.c:1855: too few arguments to function `ast_dsp_process' make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' make: *** [subdirs_all] Error 1 debian:/usr/src/asterisk-oh323-0.6.2# -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart Grimshaw Sent: Monday, 14 June 2004 6:11 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders <michael@staff.tsn.cc> wrote:> This module wont compile can anyone give me any assistance >Sure, what error messages is it giving you Michael? -- -S _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/80cd390b/attachment.htm -------------- next part -------------- All, I am trying PSTN Termination using Asterisk and SER. FXS--->SER---><Asterisk>--->FXO--->PSTN I could configure FXS and SER. Do i need to register SER with Asterisk to forward call to Asterisk. Also, how to terminate there calls to respective FXO gateways. For achieving this, do i need to register FXO gateways with my Asterisk. regards, Nair.
Does anyone have any ideas why this is failing -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. Saunders Sent: Monday, 14 June 2004 6:30 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] oh323 debian:/usr/src/asterisk-oh323-0.6.2# make for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' ./check_ver /usr/src/pwlib pwlib ./check_ver /usr/src/openh323 openh323 gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o wrapper.o wrapcaps.o make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c: In function `oh323_call': chan_oh323.c:1385: too few arguments to function `ast_queue_control' chan_oh323.c: In function `oh323_hangup': chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' chan_oh323.c: In function `oh323_read': chan_oh323.c:1855: too few arguments to function `ast_dsp_process' make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' make: *** [subdirs_all] Error 1 debian:/usr/src/asterisk-oh323-0.6.2# -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart Grimshaw Sent: Monday, 14 June 2004 6:11 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders <michael@staff.tsn.cc> wrote:> This module wont compile can anyone give me any assistance >Sure, what error messages is it giving you Michael? -- -S _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: 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 To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I grabbed the lastest CVS and it stilled failed. Would you be able to give me the command to get 2004-06-07 Because when I login I can only get it by release numbers. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael Manousos Sent: Tuesday, 15 June 2004 9:56 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 You are trying to compile it with an out-dated Asterisk source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. Michael. Michael M. Saunders wrote:> Does anyone have any ideas why this is failing > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. > Saunders > Sent: Monday, 14 June 2004 6:30 PM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] oh323 > > debian:/usr/src/asterisk-oh323-0.6.2# make > for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done > make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' > ./check_ver /usr/src/pwlib pwlib > ./check_ver /usr/src/openh323 openh323 > gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so > wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.owrapper.o> wrapcaps.o > make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' > make[1]: Entering directory > `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' > gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE > -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o > chan_oh323.c > chan_oh323.c: In function `oh323_call': > chan_oh323.c:1385: too few arguments to function `ast_queue_control' > chan_oh323.c: In function `oh323_hangup': > chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' > chan_oh323.c: In function `oh323_read': > chan_oh323.c:1855: too few arguments to function `ast_dsp_process' > make[1]: *** [chan_oh323.o] Error 1 > make[1]: Leaving directory > `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' > make: *** [subdirs_all] Error 1 > debian:/usr/src/asterisk-oh323-0.6.2# > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart > Grimshaw > Sent: Monday, 14 June 2004 6:11 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] oh323 > > On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders > <michael@staff.tsn.cc> wrote: > > >>This module wont compile can anyone give me any assistance >> > > > Sure, what error messages is it giving you Michael? > >-- ./M _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Thanks that worked. Is there any plans to make it work with the lastest cvs head -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael Manousos Sent: Wednesday, 16 June 2004 1:10 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 cvs co -D 2004-06-07 asterisk Michael M. Saunders wrote:> I grabbed the lastest CVS and it stilled failed. > Would you be able to give me the command to get 2004-06-07 > Because when I login I can only get it by release numbers. > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > Manousos > Sent: Tuesday, 15 June 2004 9:56 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] oh323 > > > You are trying to compile it with an out-dated Asterisk > source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. > > Michael. > > > Michael M. Saunders wrote: > >>Does anyone have any ideas why this is failing >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. >>Saunders >>Sent: Monday, 14 June 2004 6:30 PM >>To: asterisk-users@lists.digium.com >>Subject: RE: [Asterisk-Users] oh323 >> >>debian:/usr/src/asterisk-oh323-0.6.2# make >>for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done >>make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>./check_ver /usr/src/pwlib pwlib >>./check_ver /usr/src/openh323 openh323 >>gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so >>wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o > > wrapper.o > >>wrapcaps.o >>make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>make[1]: Entering directory >>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes >>-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE >>-I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o >>chan_oh323.c >>chan_oh323.c: In function `oh323_call': >>chan_oh323.c:1385: too few arguments to function `ast_queue_control' >>chan_oh323.c: In function `oh323_hangup': >>chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' >>chan_oh323.c: In function `oh323_read': >>chan_oh323.c:1855: too few arguments to function `ast_dsp_process' >>make[1]: *** [chan_oh323.o] Error 1 >>make[1]: Leaving directory >>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>make: *** [subdirs_all] Error 1 >>debian:/usr/src/asterisk-oh323-0.6.2# >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart >>Grimshaw >>Sent: Monday, 14 June 2004 6:11 PM >>To: asterisk-users@lists.digium.com >>Subject: Re: [Asterisk-Users] oh323 >> >>On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders >><michael@staff.tsn.cc> wrote: >> >> >> >>>This module wont compile can anyone give me any assistance >>> >> >> >>Sure, what error messages is it giving you Michael? >> >> > >-- ./M _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
The other problem is that version. Doesn't seem to work well with e1'. I rephrase it changes everything back to t1. Is there any way I can get it working with the latest version of cvs head -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. Saunders Sent: Wednesday, 16 June 2004 7:55 AM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] oh323 Thanks that worked. Is there any plans to make it work with the lastest cvs head -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael Manousos Sent: Wednesday, 16 June 2004 1:10 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 cvs co -D 2004-06-07 asterisk Michael M. Saunders wrote:> I grabbed the lastest CVS and it stilled failed. > Would you be able to give me the command to get 2004-06-07 > Because when I login I can only get it by release numbers. > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > Manousos > Sent: Tuesday, 15 June 2004 9:56 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] oh323 > > > You are trying to compile it with an out-dated Asterisk > source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. > > Michael. > > > Michael M. Saunders wrote: > >>Does anyone have any ideas why this is failing >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. >>Saunders >>Sent: Monday, 14 June 2004 6:30 PM >>To: asterisk-users@lists.digium.com >>Subject: RE: [Asterisk-Users] oh323 >> >>debian:/usr/src/asterisk-oh323-0.6.2# make >>for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done >>make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>./check_ver /usr/src/pwlib pwlib >>./check_ver /usr/src/openh323 openh323 >>gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so >>wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o > > wrapper.o > >>wrapcaps.o >>make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>make[1]: Entering directory >>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes >>-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE >>-I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o >>chan_oh323.c >>chan_oh323.c: In function `oh323_call': >>chan_oh323.c:1385: too few arguments to function `ast_queue_control' >>chan_oh323.c: In function `oh323_hangup': >>chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' >>chan_oh323.c: In function `oh323_read': >>chan_oh323.c:1855: too few arguments to function `ast_dsp_process' >>make[1]: *** [chan_oh323.o] Error 1 >>make[1]: Leaving directory >>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>make: *** [subdirs_all] Error 1 >>debian:/usr/src/asterisk-oh323-0.6.2# >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart >>Grimshaw >>Sent: Monday, 14 June 2004 6:11 PM >>To: asterisk-users@lists.digium.com >>Subject: Re: [Asterisk-Users] oh323 >> >>On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders >><michael@staff.tsn.cc> wrote: >> >> >> >>>This module wont compile can anyone give me any assistance >>> >> >> >>Sure, what error messages is it giving you Michael? >> >> > >-- ./M _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: 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 To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Have recompiled a few times any ideas? *CLI> oh323 debug toggle Verbose debug info for OpenH323 channel turned on. *CLI> Jun 17 23:28:55 ERROR[20499]: chan_oh323.c:2297 ast_oh323_new: Internal channel initialization failed. Bad binary? *CLI> set verbose 4 *CLI> Jun 17 23:29:24 ERROR[21523]: chan_oh323.c:2297 ast_oh323_new: Internal channel initialization failed. Bad binary? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael Manousos Sent: Wednesday, 16 June 2004 6:10 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 Update to version 0.6.2a. It compiles with today's Asterisk CVS HEAD. http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris k-oh323-0.6.2a.tar.gz Michael. Michael M. Saunders wrote:> The other problem is that version. Doesn't seem to work well with e1'.I> rephrase it changes everything back to t1. Is there any way I can getit> working with the latest version of cvs head > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. > Saunders > Sent: Wednesday, 16 June 2004 7:55 AM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] oh323 > > Thanks that worked. Is there any plans to make it work with thelastest> cvs head > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > Manousos > Sent: Wednesday, 16 June 2004 1:10 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] oh323 > > > cvs co -D 2004-06-07 asterisk > > Michael M. Saunders wrote: > >>I grabbed the lastest CVS and it stilled failed. >>Would you be able to give me the command to get 2004-06-07 >>Because when I login I can only get it by release numbers. >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>Manousos >>Sent: Tuesday, 15 June 2004 9:56 PM >>To: asterisk-users@lists.digium.com >>Subject: Re: [Asterisk-Users] oh323 >> >> >>You are trying to compile it with an out-dated Asterisk >>source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. >> >>Michael. >> >> >>Michael M. Saunders wrote: >> >> >>>Does anyone have any ideas why this is failing >>> >>>-----Original Message----- >>>From: asterisk-users-admin@lists.digium.com >>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of MichaelM.>>>Saunders >>>Sent: Monday, 14 June 2004 6:30 PM >>>To: asterisk-users@lists.digium.com >>>Subject: RE: [Asterisk-Users] oh323 >>> >>>debian:/usr/src/asterisk-oh323-0.6.2# make >>>for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done >>>make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>./check_ver /usr/src/pwlib pwlib >>>./check_ver /usr/src/openh323 openh323 >>>gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so >>>wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o >> >>wrapper.o >> >> >>>wrapcaps.o >>>make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>make[1]: Entering directory >>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes >>>-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE >>>-I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o >>>chan_oh323.c >>>chan_oh323.c: In function `oh323_call': >>>chan_oh323.c:1385: too few arguments to function `ast_queue_control' >>>chan_oh323.c: In function `oh323_hangup': >>>chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' >>>chan_oh323.c: In function `oh323_read': >>>chan_oh323.c:1855: too few arguments to function `ast_dsp_process' >>>make[1]: *** [chan_oh323.o] Error 1 >>>make[1]: Leaving directory >>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>make: *** [subdirs_all] Error 1 >>>debian:/usr/src/asterisk-oh323-0.6.2# >>> >>>-----Original Message----- >>>From: asterisk-users-admin@lists.digium.com >>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart >>>Grimshaw >>>Sent: Monday, 14 June 2004 6:11 PM >>>To: asterisk-users@lists.digium.com >>>Subject: Re: [Asterisk-Users] oh323 >>> >>>On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders >>><michael@staff.tsn.cc> wrote: >>> >>> >>> >>> >>>>This module wont compile can anyone give me any assistance >>>> >>> >>> >>>Sure, what error messages is it giving you Michael? >>> >>> >> >> >-- _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Nah, Just took what you gave me and adjusted the paths. Ive had a look in the asterisk Makefile and this is the only references I could find to debug can you tell me if they are correct #Include debug symbols in the executables (-g) and profiling info (-pg) DEBUG=-g #-pg # If you are running a radio application, define RADIO_RELAX so that the DTMF # will be received more reliably #OPTIONS += -DRADIO_RELAX # If you don't have a lot of memory (e.g. embedded Asterisk), uncomment the # following to reduce the size of certain static buffers #OPTIONS += -DLOW_MEMORY # Optional debugging parameters DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael Manousos Sent: Wednesday, 16 June 2004 11:55 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 Have you enabled non-default compiler flags in Asterisk's top-level Makefile (e.g DEBUG_THREAD)? Michael. Michael M. Saunders wrote:> Have recompiled a few times any ideas? > > *CLI> oh323 debug toggle > Verbose debug info for OpenH323 channel turned on. > *CLI> Jun 17 23:28:55 ERROR[20499]: chan_oh323.c:2297 ast_oh323_new: > Internal channel initialization failed. Bad binary? > > *CLI> set verbose 4 > *CLI> Jun 17 23:29:24 ERROR[21523]: chan_oh323.c:2297 ast_oh323_new: > Internal channel initialization failed. Bad binary? > > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > Manousos > Sent: Wednesday, 16 June 2004 6:10 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] oh323 > > > Update to version 0.6.2a. It compiles with today's Asterisk CVS HEAD. >http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris> k-oh323-0.6.2a.tar.gz > > Michael. > > > Michael M. Saunders wrote: > >>The other problem is that version. Doesn't seem to work well with e1'. > > I > >>rephrase it changes everything back to t1. Is there any way I can get > > it > >>working with the latest version of cvs head >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. >>Saunders >>Sent: Wednesday, 16 June 2004 7:55 AM >>To: asterisk-users@lists.digium.com >>Subject: RE: [Asterisk-Users] oh323 >> >>Thanks that worked. Is there any plans to make it work with the > > lastest > >>cvs head >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>Manousos >>Sent: Wednesday, 16 June 2004 1:10 AM >>To: asterisk-users@lists.digium.com >>Subject: Re: [Asterisk-Users] oh323 >> >> >>cvs co -D 2004-06-07 asterisk >> >>Michael M. Saunders wrote: >> >> >>>I grabbed the lastest CVS and it stilled failed. >>>Would you be able to give me the command to get 2004-06-07 >>>Because when I login I can only get it by release numbers. >>> >>>-----Original Message----- >>>From: asterisk-users-admin@lists.digium.com >>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>>Manousos >>>Sent: Tuesday, 15 June 2004 9:56 PM >>>To: asterisk-users@lists.digium.com >>>Subject: Re: [Asterisk-Users] oh323 >>> >>> >>>You are trying to compile it with an out-dated Asterisk >>>source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. >>> >>>Michael. >>> >>> >>>Michael M. Saunders wrote: >>> >>> >>> >>>>Does anyone have any ideas why this is failing >>>> >>>>-----Original Message----- >>>>From: asterisk-users-admin@lists.digium.com >>>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > > M. > >>>>Saunders >>>>Sent: Monday, 14 June 2004 6:30 PM >>>>To: asterisk-users@lists.digium.com >>>>Subject: RE: [Asterisk-Users] oh323 >>>> >>>>debian:/usr/src/asterisk-oh323-0.6.2# make >>>>for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done >>>>make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>>./check_ver /usr/src/pwlib pwlib >>>>./check_ver /usr/src/openh323 openh323 >>>>gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so >>>>wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o >>> >>>wrapper.o >>> >>> >>> >>>>wrapcaps.o >>>>make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>>make[1]: Entering directory >>>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>>gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes >>>>-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE >>>>-I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o >>>>chan_oh323.c >>>>chan_oh323.c: In function `oh323_call': >>>>chan_oh323.c:1385: too few arguments to function `ast_queue_control' >>>>chan_oh323.c: In function `oh323_hangup': >>>>chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' >>>>chan_oh323.c: In function `oh323_read': >>>>chan_oh323.c:1855: too few arguments to function `ast_dsp_process' >>>>make[1]: *** [chan_oh323.o] Error 1 >>>>make[1]: Leaving directory >>>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>>make: *** [subdirs_all] Error 1 >>>>debian:/usr/src/asterisk-oh323-0.6.2# >>>> >>>>-----Original Message----- >>>>From: asterisk-users-admin@lists.digium.com >>>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart >>>>Grimshaw >>>>Sent: Monday, 14 June 2004 6:11 PM >>>>To: asterisk-users@lists.digium.com >>>>Subject: Re: [Asterisk-Users] oh323 >>>> >>>>On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders >>>><michael@staff.tsn.cc> wrote: >>>> >>>> >>>> >>>> >>>> >>>>>This module wont compile can anyone give me any assistance >>>>> >>>> >>>> >>>>Sure, what error messages is it giving you Michael? >>>> >>>> >>> >>> >-- ./M _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Can I just pay you to fix it for me. I cant see anywhere where I use the debug -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael Manousos Sent: Wednesday, 16 June 2004 11:55 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 Have you enabled non-default compiler flags in Asterisk's top-level Makefile (e.g DEBUG_THREAD)? Michael. Michael M. Saunders wrote:> Have recompiled a few times any ideas? > > *CLI> oh323 debug toggle > Verbose debug info for OpenH323 channel turned on. > *CLI> Jun 17 23:28:55 ERROR[20499]: chan_oh323.c:2297 ast_oh323_new: > Internal channel initialization failed. Bad binary? > > *CLI> set verbose 4 > *CLI> Jun 17 23:29:24 ERROR[21523]: chan_oh323.c:2297 ast_oh323_new: > Internal channel initialization failed. Bad binary? > > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > Manousos > Sent: Wednesday, 16 June 2004 6:10 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] oh323 > > > Update to version 0.6.2a. It compiles with today's Asterisk CVS HEAD. >http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris> k-oh323-0.6.2a.tar.gz > > Michael. > > > Michael M. Saunders wrote: > >>The other problem is that version. Doesn't seem to work well with e1'. > > I > >>rephrase it changes everything back to t1. Is there any way I can get > > it > >>working with the latest version of cvs head >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael M. >>Saunders >>Sent: Wednesday, 16 June 2004 7:55 AM >>To: asterisk-users@lists.digium.com >>Subject: RE: [Asterisk-Users] oh323 >> >>Thanks that worked. Is there any plans to make it work with the > > lastest > >>cvs head >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>Manousos >>Sent: Wednesday, 16 June 2004 1:10 AM >>To: asterisk-users@lists.digium.com >>Subject: Re: [Asterisk-Users] oh323 >> >> >>cvs co -D 2004-06-07 asterisk >> >>Michael M. Saunders wrote: >> >> >>>I grabbed the lastest CVS and it stilled failed. >>>Would you be able to give me the command to get 2004-06-07 >>>Because when I login I can only get it by release numbers. >>> >>>-----Original Message----- >>>From: asterisk-users-admin@lists.digium.com >>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>>Manousos >>>Sent: Tuesday, 15 June 2004 9:56 PM >>>To: asterisk-users@lists.digium.com >>>Subject: Re: [Asterisk-Users] oh323 >>> >>> >>>You are trying to compile it with an out-dated Asterisk >>>source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. >>> >>>Michael. >>> >>> >>>Michael M. Saunders wrote: >>> >>> >>> >>>>Does anyone have any ideas why this is failing >>>> >>>>-----Original Message----- >>>>From: asterisk-users-admin@lists.digium.com >>>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > > M. > >>>>Saunders >>>>Sent: Monday, 14 June 2004 6:30 PM >>>>To: asterisk-users@lists.digium.com >>>>Subject: RE: [Asterisk-Users] oh323 >>>> >>>>debian:/usr/src/asterisk-oh323-0.6.2# make >>>>for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done >>>>make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>>./check_ver /usr/src/pwlib pwlib >>>>./check_ver /usr/src/openh323 openh323 >>>>gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so >>>>wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o >>> >>>wrapper.o >>> >>> >>> >>>>wrapcaps.o >>>>make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>>make[1]: Entering directory >>>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>>gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes >>>>-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE >>>>-I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o >>>>chan_oh323.c >>>>chan_oh323.c: In function `oh323_call': >>>>chan_oh323.c:1385: too few arguments to function `ast_queue_control' >>>>chan_oh323.c: In function `oh323_hangup': >>>>chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' >>>>chan_oh323.c: In function `oh323_read': >>>>chan_oh323.c:1855: too few arguments to function `ast_dsp_process' >>>>make[1]: *** [chan_oh323.o] Error 1 >>>>make[1]: Leaving directory >>>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>>make: *** [subdirs_all] Error 1 >>>>debian:/usr/src/asterisk-oh323-0.6.2# >>>> >>>>-----Original Message----- >>>>From: asterisk-users-admin@lists.digium.com >>>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart >>>>Grimshaw >>>>Sent: Monday, 14 June 2004 6:11 PM >>>>To: asterisk-users@lists.digium.com >>>>Subject: Re: [Asterisk-Users] oh323 >>>> >>>>On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders >>>><michael@staff.tsn.cc> wrote: >>>> >>>> >>>> >>>> >>>> >>>>>This module wont compile can anyone give me any assistance >>>>> >>>> >>>> >>>>Sure, what error messages is it giving you Michael? >>>> >>>> >>> >>> >-- ./M _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
What is the easiest way to guarantee everything is gone rm -f /usr/lib/asterisk is there anything else -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael Manousos Sent: Thursday, 17 June 2004 7:32 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 Did you compile the channel driver with the sources of the running Asterisk? This is happening because of a mismatch between the include Asterisk files used to compile asterisk-oh323 and the running Asterisk. Make sure that you have removed any previous version of Asterisk (including header files and modules) before trying to install a fresh copy of it or compile a new asterisk-oh323. Michael. Michael M. Saunders wrote:> Can I just pay you to fix it for me. > > I cant see anywhere where I use the debug > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael > Manousos > Sent: Wednesday, 16 June 2004 11:55 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] oh323 > > > Have you enabled non-default compiler flags in Asterisk's > top-level Makefile (e.g DEBUG_THREAD)? > > Michael. > > Michael M. Saunders wrote: > >>Have recompiled a few times any ideas? >> >>*CLI> oh323 debug toggle >>Verbose debug info for OpenH323 channel turned on. >>*CLI> Jun 17 23:28:55 ERROR[20499]: chan_oh323.c:2297 ast_oh323_new: >>Internal channel initialization failed. Bad binary? >> >>*CLI> set verbose 4 >>*CLI> Jun 17 23:29:24 ERROR[21523]: chan_oh323.c:2297 ast_oh323_new: >>Internal channel initialization failed. Bad binary? >> >> >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>Manousos >>Sent: Wednesday, 16 June 2004 6:10 PM >>To: asterisk-users@lists.digium.com >>Subject: Re: [Asterisk-Users] oh323 >> >> >>Update to version 0.6.2a. It compiles with today's Asterisk CVS HEAD. >> > >http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris> >>k-oh323-0.6.2a.tar.gz >> >>Michael. >> >> >>Michael M. Saunders wrote: >> >> >>>The other problem is that version. Doesn't seem to work well withe1'.>> >>I >> >> >>>rephrase it changes everything back to t1. Is there any way I can get >> >>it >> >> >>>working with the latest version of cvs head >>> >>>-----Original Message----- >>>From: asterisk-users-admin@lists.digium.com >>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of MichaelM.>>>Saunders >>>Sent: Wednesday, 16 June 2004 7:55 AM >>>To: asterisk-users@lists.digium.com >>>Subject: RE: [Asterisk-Users] oh323 >>> >>>Thanks that worked. Is there any plans to make it work with the >> >>lastest >> >> >>>cvs head >>>-----Original Message----- >>>From: asterisk-users-admin@lists.digium.com >>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>>Manousos >>>Sent: Wednesday, 16 June 2004 1:10 AM >>>To: asterisk-users@lists.digium.com >>>Subject: Re: [Asterisk-Users] oh323 >>> >>> >>>cvs co -D 2004-06-07 asterisk >>> >>>Michael M. Saunders wrote: >>> >>> >>> >>>>I grabbed the lastest CVS and it stilled failed. >>>>Would you be able to give me the command to get 2004-06-07 >>>>Because when I login I can only get it by release numbers. >>>> >>>>-----Original Message----- >>>>From: asterisk-users-admin@lists.digium.com >>>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >>>>Manousos >>>>Sent: Tuesday, 15 June 2004 9:56 PM >>>>To: asterisk-users@lists.digium.com >>>>Subject: Re: [Asterisk-Users] oh323 >>>> >>>> >>>>You are trying to compile it with an out-dated Asterisk >>>>source tree. Use Asterisk CVS HEAD checkout of 2004-06-07. >>>> >>>>Michael. >>>> >>>> >>>>Michael M. Saunders wrote: >>>> >>>> >>>> >>>> >>>>>Does anyone have any ideas why this is failing >>>>> >>>>>-----Original Message----- >>>>>From: asterisk-users-admin@lists.digium.com >>>>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Michael >> >>M. >> >> >>>>>Saunders >>>>>Sent: Monday, 14 June 2004 6:30 PM >>>>>To: asterisk-users@lists.digium.com >>>>>Subject: RE: [Asterisk-Users] oh323 >>>>> >>>>>debian:/usr/src/asterisk-oh323-0.6.2# make >>>>>for x in wrapper asterisk-driver; do make -C $x all || exit 1 ;done>>>>>make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>>>./check_ver /usr/src/pwlib pwlib >>>>>./check_ver /usr/src/openh323 openh323 >>>>>gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so >>>>>wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o >>>> >>>>wrapper.o >>>> >>>> >>>> >>>> >>>>>wrapcaps.o >>>>>make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' >>>>>make[1]: Entering directory >>>>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>>>gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes >>>>>-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE >>>>>-I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o >>>>>chan_oh323.c >>>>>chan_oh323.c: In function `oh323_call': >>>>>chan_oh323.c:1385: too few arguments to function`ast_queue_control'>>>>>chan_oh323.c: In function `oh323_hangup': >>>>>chan_oh323.c:1417: too few arguments to function `ast_queue_hangup' >>>>>chan_oh323.c: In function `oh323_read': >>>>>chan_oh323.c:1855: too few arguments to function `ast_dsp_process' >>>>>make[1]: *** [chan_oh323.o] Error 1 >>>>>make[1]: Leaving directory >>>>>`/usr/src/asterisk-oh323-0.6.2/asterisk-driver' >>>>>make: *** [subdirs_all] Error 1 >>>>>debian:/usr/src/asterisk-oh323-0.6.2# >>>>> >>>>>-----Original Message----- >>>>>From: asterisk-users-admin@lists.digium.com >>>>>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stuart >>>>>Grimshaw >>>>>Sent: Monday, 14 June 2004 6:11 PM >>>>>To: asterisk-users@lists.digium.com >>>>>Subject: Re: [Asterisk-Users] oh323 >>>>> >>>>>On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders >>>>><michael@staff.tsn.cc> wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>This module wont compile can anyone give me any assistance >>>>>> >>>>> >>>>> >>>>>Sure, what error messages is it giving you Michael? >>>>> >>>>> >>>> >>>> >-- ./M _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
On Thu, Jun 17, 2004 at 08:01:06PM +1000, Michael M. Saunders wrote:> What is the easiest way to guarantee everything is gone > > rm -f /usr/lib/asterisk > > is there anything elseIn my uninstall Makefile I use the following: # Asterisk rm -rf /var/spool/asterisk/ /usr/lib/asterisk/ /var/lib/asterisk/ rm -rf /var/log/asterisk/ /usr/include/asterisk/ rm -f /usr/sbin/astman /usr/sbin/safe_asterisk /usr/sbin/astgenkey rm -f /usr/sbin/asterisk Mind you, I installed the samples. Note there is also /etc/asterisk/ but I like to keep the configuration. -- Martijn van Oosterhout IT Manager Ecomtel
Michael M. Saunders wrote:> Can I just pay you to fix it for me. > > I cant see anywhere where I use the debugWhy do you see a need to run a 3rd party channel driver? Asterisk has native H.323 support. Jeremy McNamara
Jeremy I speak for myself, I have been testing with oh323 driver as well, because in my case, your h323 driver is not working, it was working before, but then when I started to upgrade to 0.7.0 version of asterisk and from that point onwards (beginning of January), calls have had no audio. I tried making calls and I was getting no audio at all when the call was connected. Since then, I have not been able to upgrade the asterisk version, because if so, I would not be able to run h323. That is why in my case, I have been trying to explore the other alternative. If you have some idea to it, please let me know, thanks alot TC -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Jeremy McNamara Sent: Thursday, June 17, 2004 10:56 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] oh323 Michael M. Saunders wrote:> Can I just pay you to fix it for me. > > I cant see anywhere where I use the debugWhy do you see a need to run a 3rd party channel driver? Asterisk has native H.323 support. Jeremy McNamara _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004
I am trying to get oh323 to work with the lastest version of asterisk anyone had any luck <michael12345> anyone know if this version asterisk-oh323-0.6.3b works with the latest asterisk <michael12345> because it wont compile for me <michael12345> chan_oh323.c:4697: warning: passing arg 4 of `ast_channel_register' from incompatible pointer type