<html>
<body>
According to the wiki at voip-info.org, the dial structure for using
oh323 without a gatekeeper is:<br><br>
<font face="courier">&nbsp;OH323/&lt;exten&gt;@&lt;host&gt;:&lt;port&gt;
<br>
</font>or <br>
<font face="courier">&nbsp;OH323/&lt;exten&gt; <br><br>
</font>The second option is valid only in the case where a gatekeeper is
used. <br>
NOTE: OpenH323 library v1.12.0 has a bug in the parsing of the
destination <br>
host. When this version is used then the above syntax should be:
<br><br>
<font face="courier">&nbsp;OH323/h323:&lt;exten&gt;@&lt;host&gt;:&lt;port&gt;
<br><br>
<br>
</font>Now, I've got a '*' box that has oh323 running, and it accepts
inbound h323 calls and processes them perfectly (well, not perfectly, but
thats because they are coming in with g729 and going out as gsm, and we
don't have our g729 licenses from digium yet), and now that this is
working as expected, I've been asked to pass any calls with prefix 572
back out to another h323 gateway.&nbsp; Simple enough, in the dial plan I
just matched _572. and tried sending it out to the other h323 gateway
(not an asterisk platform).&nbsp; This is where the problem is.<br><br>
I can't seem to get the system to send the extension along no matter what
form I try.&nbsp; And to worsen this the oh323 debug toggle CLI command
does nothing (I haven't checked if I need to go back and compile a debug
flag into oh323 yet).&nbsp; I've tried the following in the way of dial
commands:<br><br>
First, Dial(OH323/&lt;gw-ip-addy&gt;) works in that I actually contact
the remote gw and it gives me a bad user message '-- H.323 call
'ip$localhost/6740' cleared, reason 24 (Call ended with Q.931 
cause)<br>
', so I know I'm getting to the right gw.<br><br>
Dial(OH323/${EXTEN:3}@&lt;gw-ip-addy&gt;) doesn't work, we don't seem to
parse the &lt;exten&gt;@&lt;ip-addy&gt; and just try to reach the whole
argument as an address, error is '-- H.323 call 'ip$localhost/6738'
cleared, reason 11 (Gatekeeper could not find user)'<br><br>
Dial(OH323/h323:${EXTEN:3}@&lt;gw-ip-addy&gt;)&nbsp;&nbsp; (yes, pulling
at straws here because I'm running 1.13.5 lib), also doesn't work... ' --
H.323 call 'ip$localhost/6737' cleared, reason 11 (Gatekeeper could not
find user)'<br><br>
I've also tried mixing and matching the exten and ip-addy all around to
no avail.&nbsp; Can someone point out the right format of the Dial
command for oh323 when routing a call with a dialed extension to gateway
with a known ip-address.&nbsp; No gatekeepers involved at all.<br><br>
-Chris<br>
</body>
</html>