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/[EMAIL PROTECTED])
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!





_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to