Re: [Asterisk-Users] Asterisk using a h323 gateway

2003-09-19 Thread Cerrajetto
Hi all,

Thank you for your help, finally we have found that it was a codec problem, 
now both systems are forced to use g711 ulaw and outbound calls are working 
fine.

Best regards,
Mark.


-- Original Message ---
From: Cerrajetto [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Fri, 12 Sep 2003 18:30:54 +0200
Subject: [Asterisk-Users] Asterisk using a h323 gateway

 Hello:
 
 I am testing Asterisk with oh323.
 
 My question is: can Asterisk route some calls thru a second h323 
 gateway (a h323 - PSTN gw)?
 
   - Asterisk ip: 192.168.1.10
   - h323-PSTN gw: 192.168.1.20
 
 I've tried:
 
 exten = _9,1,Dial(OH323/192.1.1.20)
 
 or
 
 exten = _9,1,Dial(OH323/[EMAIL PROTECTED])
 
 but it does not work at all.
 
 If my h323 client directly uses 192.168.1.20 as h323 gateway, the 
 calls are routed to the PSTN perfectly.
 
 What is the correct way to route some calls from Asterisk to another 
 h323 gateway?
 
 Thank you,
 Mark
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
--- End of Original Message ---

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk using a h323 gateway

2003-09-13 Thread Michael Manousos
Cerrajetto wrote:
Hello:

I am testing Asterisk with oh323.

My question is: can Asterisk route some calls thru a second h323 gateway (a 
h323 - PSTN gw)?

  - Asterisk ip: 192.168.1.10
  - h323-PSTN gw: 192.168.1.20
I've tried:

exten = _9,1,Dial(OH323/192.1.1.20)

or

exten = _9,1,Dial(OH323/[EMAIL PROTECTED])
I guess that 192.1.1.20 is a typo, right?
You will have to give more info in order to be able to
find the problem.
Try to set these params in oh323.conf file:
wrapLibTraceLevel=3
libTraceLevel=3
libTraceFile=/tmp/trace.txt
Rerun and send me the /tmp/trace.txt file, oh323.conf
and the screen log (off-list).
but it does not work at all.

If my h323 client directly uses 192.168.1.20 as h323 gateway, the calls are 
routed to the PSTN perfectly.

What is the correct way to route some calls from Asterisk to another h323 
gateway?

Thank you,
Mark


Michael.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk using a h323 gateway

2003-09-13 Thread Brian West
Have you tried:

exten = _9,1,Dial(OH323/${EXTEN:[EMAIL PROTECTED])

bkw

On Sat, 13 Sep 2003, Michael Manousos wrote:

 Cerrajetto wrote:
  Hello:
 
  I am testing Asterisk with oh323.
 
  My question is: can Asterisk route some calls thru a second h323 gateway (a
  h323 - PSTN gw)?
 
- Asterisk ip: 192.168.1.10
- h323-PSTN gw: 192.168.1.20
 
  I've tried:
 
  exten = _9,1,Dial(OH323/192.1.1.20)
 
  or
 
  exten = _9,1,Dial(OH323/[EMAIL PROTECTED])

 I guess that 192.1.1.20 is a typo, right?
 You will have to give more info in order to be able to
 find the problem.
 Try to set these params in oh323.conf file:

 wrapLibTraceLevel=3
 libTraceLevel=3
 libTraceFile=/tmp/trace.txt

 Rerun and send me the /tmp/trace.txt file, oh323.conf
 and the screen log (off-list).

 
  but it does not work at all.
 
  If my h323 client directly uses 192.168.1.20 as h323 gateway, the calls are
  routed to the PSTN perfectly.
 
  What is the correct way to route some calls from Asterisk to another h323
  gateway?
 
  Thank you,
  Mark
 


 Michael.


 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Asterisk using a h323 gateway

2003-09-12 Thread Cerrajetto
Hello:

I am testing Asterisk with oh323.

My question is: can Asterisk route some calls thru a second h323 gateway (a 
h323 - PSTN gw)?

  - Asterisk ip: 192.168.1.10
  - h323-PSTN gw: 192.168.1.20

I've tried:

exten = _9,1,Dial(OH323/192.1.1.20)

or

exten = _9,1,Dial(OH323/[EMAIL PROTECTED])

but it does not work at all.

If my h323 client directly uses 192.168.1.20 as h323 gateway, the calls are 
routed to the PSTN perfectly.

What is the correct way to route some calls from Asterisk to another h323 
gateway?

Thank you,
Mark





___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk using a h323 gateway

2003-09-12 Thread Martin Pycko
exten = _9X.,1,Dial(H323/[EMAIL PROTECTED])

If it's not working it's worth looking at the reson:

h.323 debug
h.323 trace 3

regards
Martin

On Fri, 12 Sep 2003, Cerrajetto wrote:

 Hello:

 I am testing Asterisk with oh323.

 My question is: can Asterisk route some calls thru a second h323 gateway (a
 h323 - PSTN gw)?

   - Asterisk ip: 192.168.1.10
   - h323-PSTN gw: 192.168.1.20

 I've tried:

 exten = _9,1,Dial(OH323/192.1.1.20)

 or

 exten = _9,1,Dial(OH323/[EMAIL PROTECTED])

 but it does not work at all.

 If my h323 client directly uses 192.168.1.20 as h323 gateway, the calls are
 routed to the PSTN perfectly.

 What is the correct way to route some calls from Asterisk to another h323
 gateway?

 Thank you,
 Mark





 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users