Hello Jeremy,
thanks for your remark..
this is what i get out of it ...
--
#0 0x41f57c50 in oh323_new (i=0x80f8f50, state=0,
host=0x449e5147 "213.xxx.202.xxx") at chan_h323.c:625
625 chan_h323.c: No such file or directory.
in chan_h323.c
#0 0x41f57c50 in oh323_new (i=0x80f8f50, state=0,
host=0x449e5147 "213.xxx.202.xxx") at chan_h323.c:625
#1 0x41f583b5 in oh323_request (type=0x449e5bdc "H323", format=256,
data=0x449e598c) at chan_h323.c:793
#2 0x0805c330 in ast_request (type=0x449e5bdc "H323", format=4,
data=0x100)
at channel.c:1844
#3 0x40fd53d0 in dial_exec (chan=0x812c5c0, data=0x449e5bdc)
at app_dial.c:711
#4 0x08072136 in pbx_exec (c=0x812c5c0, app=0x41008ab0, data=0x449e7e2c,
newstack=1) at pbx.c:467
#5 0x08079e0e in pbx_extension_helper (c=0x812c5c0,
context=0x812c718 "default", exten=0x0, priority=1,
callerid=0x80f8998 "\"admin\" <portdanny>",
action=1090701488)
at pbx.c:1271
#6 0x0807406a in ast_pbx_run (c=0x4102c8b0) at pbx.c:1752
#7 0x0807a4d1 in pbx_thread (data=0x100) at pbx.c:1971
#8 0x4002a2b6 in start_thread () from /lib/tls/libpthread.so.0
--
i did recompile the h323 that is in the h323 dir; and everything goes
smooth there ...
i have worked in the past with h323 connection to a gatekeeper; but
that was just for testing ...
the h323.conf file contains gatekeeper=DISABLED
--
Best regards,
Danny mailto:dannyz@belgonet.com
belGOnet.com a Euro-pictures division - internet solutions
place princesse elisabeth 9/11 - 1030 Brussels - Belgium
Tel : +32-(0)2-215.67.65 - Fax : +32-(0)2-215.66.65
domains - hosting - hardware - VoiP - consultancy - backuping
CISCO - HP/COMPAQ - SUN - EMC - JUNIPER - IBM - DELL - NORTEL
No legal consequences can be derived from the contents of the email
neither is belGOnet.com committed to them. The content of this email
is exclusively intended for adressee(s) and information purposes.
belGOnet.com accepts no liability for any damage resulting from the
use and/or acceptation of the content of this email.
Thursday, September 16, 2004, 11:12:52 PM, you wrote:
JM> Danny Zak wrote:
>> Hello Asterisk list;
>>
>> when i DIAL(H323/phone@gateway) i get this strange error
>>
>> --
>> -- Executing Dial("SIP/home-0953",
>> "H323/32221xxxx5@213.xxx.202.xxx|5|r") new stack
>> backupns*CLI>
>> Disconnected from Asterisk server
>> --
>>
>> Asterisk just goes down..
JM> You are going to have to provide more debug information than that.
JM> Make absolutely sure you have followed the instructions in
JM> asterisk/channels/h323/README
JM> Jeremy McNamara