Kelvin Chan
2008-Jul-02 22:44 UTC
[asterisk-users] ooh323 doesn't know what to do when bridging calls?
Hi guys,
I'm trying out ooh323 and couldn't bridge ooh323 and sip/zap.
I'm using netmeeting and set gateway to my asterisk.
Here's my CLI dump:
== Spawn extension (h323, 9999, 1) exited non-zero on
'OOH323/(null)-8c76'
-- Executing [9999 at h323:1] Dial("OOH323/(null)-3074",
"Zap/8/604xxxxxxx") in new stack
-- Called 8/604xxxxxxx
-- Zap/8-1 is ringing
[2008-07-02 15:48:55] WARNING[21544]: channel.c:2390 ast_indicate_data:
Unable to handle indication 3 for 'OOH323/(null)-3074'
-- Zap/8-1 is ringing
-- Zap/8-1 answered OOH323/(null)-3074
[2008-07-02 15:49:08] WARNING[21544]: chan_ooh323.c:1053
ooh323_indicate: Don't know how to indicate condition 20 on ooh323c_5
My ooh323.conf:
[general]
bindaddr=192.168.1.9
h323id=ObjSysAsterisk
e164=100
callerid=asterisk
gatekeeper = DISABLE
gateway = yes
context = h323
disallow = all
allow = ulaw
dtmfmode = rfc2833
extensions.conf
[h323]
Exten => 9999,1,Dial(Zap/8/604xxxxxxx)
Exten => 9999,n,Hangup
604xxxxxxx goes to my cell. it rings fine but no audio. After I picked
up from cell, netmeeting still shows "watiting for 9999 to answer"
message.
Any ideas?
Regards,
--------------------------------
Kelvin Chan
Product Development
Positronics Ent. Ltd.
unit 272
8128 93rd Ave.
Surrey, BC
Canada, V3W 1R1
604-628-9330 (Direct)
604-585-2119 (Main)
604-585-3056 (Fax)
Tony Mountifield
2008-Jul-03 08:53 UTC
[asterisk-users] ooh323 doesn't know what to do when bridging calls?
In article <35768C4F0D45AD45BAB2832E96E079E3017986 at newposiserver.Positronics.local>, Kelvin Chan <kelvinc at positronics.com> wrote:> Hi guys, > > I'm trying out ooh323 and couldn't bridge ooh323 and sip/zap. > I'm using netmeeting and set gateway to my asterisk. > > Here's my CLI dump: > > == Spawn extension (h323, 9999, 1) exited non-zero on > 'OOH323/(null)-8c76' > -- Executing [9999 at h323:1] Dial("OOH323/(null)-3074", > "Zap/8/604xxxxxxx") in new stack > -- Called 8/604xxxxxxx > -- Zap/8-1 is ringing > [2008-07-02 15:48:55] WARNING[21544]: channel.c:2390 ast_indicate_data: > Unable to handle indication 3 for 'OOH323/(null)-3074' > -- Zap/8-1 is ringing > -- Zap/8-1 answered OOH323/(null)-3074 > [2008-07-02 15:49:08] WARNING[21544]: chan_ooh323.c:1053 > ooh323_indicate: Don't know how to indicate condition 20 on ooh323c_5 > > My ooh323.conf: > > [general] > bindaddr=192.168.1.9 > h323id=ObjSysAsterisk > e164=100 > callerid=asterisk > gatekeeper = DISABLE > gateway = yes > context = h323 > disallow = all > allow = ulaw > dtmfmode = rfc2833 > > > extensions.conf > [h323] > Exten => 9999,1,Dial(Zap/8/604xxxxxxx) > Exten => 9999,n,Hangup > > 604xxxxxxx goes to my cell. it rings fine but no audio. After I picked > up from cell, netmeeting still shows "watiting for 9999 to answer" > message. > > Any ideas?I don't like the look of the (null) in the channel names. If what you quoted was the whole of your ooh323.conf file, you don't have any peer, user or friend sections. Try adding something like: [h323gw] type=friend context=h323 ip=192.168.1.200 (or whatever the IP of your remote H323 endpoint is) port=1720 If that still doesn't help, please mention what versions of asterisk and asterisk-addons you are using. Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org