Hello,

Thanks you for your reply.

The number in context "test" of asterisk B is  150.

exten => 15,n,Dial(OOH323/150/mypeer1) ;or exten => 15,n,Dial(OOH323/[EMAIL PROTECTED])

I dont know how to write the Dial parameters to say that I want to call number 150 of "test" context in asterisk B server. So, I always fall into asterisk B default context.

Do anyone know how to write it?


Thanks you



Ngo Duc Loi a écrit :
dear miche,
pls place your number of softphone B into the context "test" dial plan. with best regards,
osochebol

----- Original Message ----
From: Michel <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, January 9, 2007 9:44:20 AM
Subject: [asterisk-users] ooh323c calls

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


_______________________________________________
--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