Kamran Ahmad
2005-Mar-16 04:41 UTC
[Asterisk-Users] Re: chan_oh323.c ast_oh323_new Internal channel initialization failed
hello i was searching for solution to problem (sip->h.323). any one from this list asterisk mailing have any idea how to fix it. i am getting error when i try to call from sip to h.323 user i am successfully registering my asterisk box with gnugk. but when i try to call to h.323 openphone on working on GnuGatekeeper, asterisk is not routing it to GnuGk. i am getting the following error. do you have any idea. please help i am stuck here for a week. i am unable to find anything on google on this topic. -- Executing Dial("SIP/2000-ae3f", "OH323/4050@gnugkip:1720") in new stack Mar 16 16:14:46 ERROR[16176]: chan_oh323.c:2501 ast_oh323_new: Internal channel initialization failed. Bad binary? Mar 16 16:14:46 WARNING[16176]: chan_oh323.c:2727 oh323_request: Failed to create new H.323 private structure 1. Mar 16 16:14:46 NOTICE[16176]: app_dial.c:749 dial_exec: Unable to create channel of type 'OH323' == Everyone is busy/congested at this time Mar 16 16:20:55 WARNING[16176]: res_musiconhold.c:205 spawn_mp3: Found no files in '/var/lib/asterisk/mohmp3' Mar 16 16:20:55 WARNING[16176]: res_musiconhold.c:278 monmp3thread: unable to spawn mp3player thanks kamran __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Michael Manousos
2005-Mar-16 06:04 UTC
[Asterisk-Users] Re: chan_oh323.c ast_oh323_new Internal channel initialization failed
Hi Kamran, Kamran Ahmad wrote:> hello > > i was searching for solution to problem (sip->h.323). > any one from this list asterisk mailing have any idea > how to fix it. > > i am getting error when i try to call from sip to > h.323 user > > i am successfully registering my asterisk box with > gnugk. but when i try to call to h.323 openphone on > working on GnuGatekeeper, asterisk is not routing it > to GnuGk. i am getting the following error. do you > have any idea. please help i am stuck here for a week. > > > i am unable to find anything on google on this topic.Two things:> > -- Executing Dial("SIP/2000-ae3f", > "OH323/4050@gnugkip:1720") in new stackSince Asterisk has registered in gnugk you must not dial <user>@<host>, just <user>. It will find the <user> at the gatekeeper.> Mar 16 16:14:46 ERROR[16176]: chan_oh323.c:2501 > ast_oh323_new: Internal channel initialization failed. > Bad binary?This is bad! Usually this happens when you uncomment flags in asterisk-oh323 Makefile while Asterisk compiled without these flags (or vice versa). So make sure that you didn't do something like that. Michael.
Seemingly Similar Threads
- how to sip->h323 using asterisk-oh323-0.7.1
- chan_oh323.c:2501 ast_oh323_new: Internal channel initialization failed. Bad binary?
- dial to h.323
- chan_oh323.c Segmentation fault during Openphone/Gnomemeeting connect during module loading...
- Help in oh323 Gatekeeper