[Asterisk-Users] oh323

Michael M. Saunders michael at staff.tsn.cc
Wed Jun 16 15:11:26 MST 2004


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 at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Michael
Manousos
Sent: Wednesday, 16 June 2004 11:55 PM
To: asterisk-users at 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 at lists.digium.com
> [mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Michael
> Manousos
> Sent: Wednesday, 16 June 2004 6:10 PM
> To: asterisk-users at 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 at lists.digium.com
>>[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Michael M.
>>Saunders
>>Sent: Wednesday, 16 June 2004 7:55 AM
>>To: asterisk-users at 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 at lists.digium.com
>>[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Michael
>>Manousos
>>Sent: Wednesday, 16 June 2004 1:10 AM
>>To: asterisk-users at 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 at lists.digium.com
>>>[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Michael
>>>Manousos
>>>Sent: Tuesday, 15 June 2004 9:56 PM
>>>To: asterisk-users at 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 at lists.digium.com
>>>>[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Michael
> 
> M.
> 
>>>>Saunders
>>>>Sent: Monday, 14 June 2004 6:30 PM
>>>>To: asterisk-users at 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 at lists.digium.com
>>>>[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Stuart
>>>>Grimshaw
>>>>Sent: Monday, 14 June 2004 6:11 PM
>>>>To: asterisk-users at lists.digium.com
>>>>Subject: Re: [Asterisk-Users] oh323
>>>>
>>>>On Mon, 14 Jun 2004 18:06:25 +1000, Michael M. Saunders  
>>>><michael at 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 at 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





More information about the asterisk-users mailing list