[Asterisk-Users] Re: chan_oh323.c ast_oh323_new Internal channel
initialization failed
Michael Manousos
manousos at inaccessnetworks.com
Wed Mar 16 06:04:23 MST 2005
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 at gnugkip:1720") in new stack
Since 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.
More information about the asterisk-users
mailing list