[asterisk-users] ooh323c calls

Michel michelthink at gmail.com
Tue Jan 9 10:44:20 MST 2007


Hi,

I have two asterisk servers where softphone A is connected to asterisk A.
On those two asterisk servers,  ooh323c is installed.

I tried to call a "test" context on asterisk B from softphone A.  But I 
always fall into context "default" of asterisk B.
( I don't know how to tell asterisk A extensions.conf to call asterisk B 
"test" context)

Here are conf files on asterisk  A :

ooh323.conf

[softA]               ; softphone A uses this channel
type=user
context=test
ip=10.0.0.1
port=1720
disallow=all
allow=gsm
allow=ulaw

[mypeer1]
type=peer
ip=10.0.0.2
port=1720  

extensions.conf

[test]
exten => 15,1,Answer()
exten => 15,n,Playback(vm-hello)
exten => 15,n,Dial(OOH323/150/mypeer1)            ;or  exten => 
15,n,Dial(OOH323/150 at 10.0.0.2)
exten => 15,n,Hangup()

--------

May I  use  a gatekeeper? I learnt that ooh323c can act as gatekeeper, 
but I didn't success to configure it (I have "gatekeeper is not 
responding" error!). Can one of my server acts as
 gatekeeper and gateway?

Do anyone success to configure gatekeeper with ooh323c ?


Thanks you for you help!







More information about the asterisk-users mailing list