<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've fixed my problem getting Asterisk ooh323 
channel to stay registered with my Cisco IOPS gatekeeper, now I need to get 
dialling working.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have the following:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; [Asterisk with ooh323] 
----h323---- [Cisco IOS GK] ----h323---- [Radio system OpenH323]</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
192.168.1.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
192.168.1.6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
192.168.1.7</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the Asterisk box has numbers like 8102001, 8102002, 
etc.&nbsp;&nbsp; and the radio system has numbers like 8172001, 8172002 
etc.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Both devices are registered with the Cisco H.323 
gatekeeper as gateways.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a PC with "Ephony H323 soft phone" which is 
also registered to the Gatekeeper (as a terminal)&nbsp;- from this I can call 
810xxxx and 817xxxx numbers, so my routing in the Cisco GK must be about 
right...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>!<BR>gatekeeper<BR>&nbsp;zone local THORCOM 
int.thorcom.com 192.168.1.6<BR>&nbsp;gw-type-prefix 817* gw ipaddr 192.168.1.7 
1720<BR>&nbsp;gw-type-prefix 810* gw ipaddr 192.168.1.5 1720<BR>&nbsp;no 
shutdown<BR>!<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What is the correct form of Dial() to use in 
extensions.conf on the asterisk box to place an ooh323 call via the 
Gatekeeper?&nbsp; What do I need in the ooh323.conf?&nbsp; I've tried 
several/many combinations without any success and I'm finding the (very) limited 
documentation in the ooh323.conf file confusing...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In extensions.conf I've tried things 
like:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV>&nbsp;
<DIV>a) using ooh3232/${EXTEN}/peer-name<BR><BR>&nbsp;&nbsp;&nbsp; exten =&gt; 
_817XXXX,1,Dial(ooh323/${EXTEN}/cisco-gk)<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;
<DIV>b) using ooh323/${EXTEN}/H232-ID<BR><BR>&nbsp;&nbsp;&nbsp; exten =&gt; 
_817XXXX,1,Dial(ooh323/${EXTEN}/H323-GK)<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>c) using ooh323/${EXTEN}/ip-address-of-gatekeeper<BR><BR>&nbsp;&nbsp;&nbsp; 
exten =&gt; _817XXXX,1,Dial(ooh323/${EXTEN}/192.168.1.6)<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Everything results in:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; -- Executing NoOp("IAX2/thorcom-1", ""route-tetra: 
routing call to: 8172008 via H.323/GateKeeper from: 8202001"") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Executing Dial("IAX2/thorcom-1", "<A 
href="mailto:ooh323/8172008@192.168.1.6">ooh323/8172008@192.168.1.6</A>") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Called <A 
href="mailto:8172008@192.168.1.6">8172008@192.168.1.6</A><BR>&nbsp; == Everyone 
is busy/congested at this time (1:0/0/1)<BR>&nbsp;&nbsp;&nbsp; -- Executing 
Hangup("IAX2/thorcom-1", "") in new stack<BR></DIV>
<DIV>back at the asterisk box and the following in the Cisco Gatekeeper 
logs:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Mar&nbsp; 1 01:19:00.080:&nbsp; RecvUDP_IPSockData&nbsp; successfully rcvd 
message of length 128 from 192.168.1.5:13030<BR>Mar&nbsp; 1 01:19:00.084: ARQ 
(seq# 14) rcvd<BR>Mar&nbsp; 1 01:19:00.084: gk_rassrv_arq: arqp=0x82E42F38, 
crv=0xE, answerCall=0<BR>Mar&nbsp; 1 01:19:00.088:&nbsp; 
IPSOCK_RAS_sendto:&nbsp;&nbsp; msg length 47 from 192.168.1.6:1719 to 
192.168.1.5: 13030<BR>Mar&nbsp; 1 
01:19:00.088:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RASLib::RASSendACF: ACF (seq# 
14) sent to 192.168.1.5<BR>Mar&nbsp; 1 01:19:08.017: gk_process: got a TIMER 
event<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Yes, when I place a call from the Ephony softphone on the same Gatekeeper I 
get progress and ringing, callset up etc:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Mar&nbsp; 1 01:21:34.713:&nbsp; RecvUDP_IPSockData&nbsp; successfully rcvd 
message of length 97 from 192.168.144.20:2288<BR>Mar&nbsp; 1 01:21:34.717: GRQ 
(seq# 14206) rcvd</DIV>
<DIV>Mar&nbsp; 1 01:21:34.717:&nbsp; IPSOCK_RAS_sendto:&nbsp;&nbsp; msg length 
33 from 192.168.1.6:1719 to 192.168.144.20: 2288<BR>Mar&nbsp; 1 
01:21:34.717:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RASLib::RASSendGCF: GCF (seq# 
14206) sent to 192.168.144.20<BR>Mar&nbsp; 1 01:21:34.737:&nbsp; 
RecvUDP_IPSockData&nbsp; successfully rcvd message of length 173 from 
192.168.144.20:2288<BR>Mar&nbsp; 1 01:21:34.737: RRQ (seq# 14207) 
rcvd<BR>Mar&nbsp; 1 01:21:34.741: gk_rassrv_rrq: gwtype=0x0, 
endpttype=0x8<BR>Mar&nbsp; 1 01:21:34.741:&nbsp; IPSOCK_RAS_sendto:&nbsp;&nbsp; 
msg length 116 from 192.168.1.6:1719 to 192.168.144.20: 2288<BR>Mar&nbsp; 1 
01:21:34.745:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RASLib::RASSendRCF: RCF (seq# 
14207) sent to 192.168.144.20<BR>Mar&nbsp; 1 01:21:34.745:&nbsp; 
IPSOCK_RAS_sendto:&nbsp;&nbsp; msg length 29 from 192.168.1.6:1719 to 
192.168.144.20: 2288<BR>Mar&nbsp; 1 
01:21:34.745:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RASLib::RASSendIRQ: IRQ (seq# 
68) sent to 192.168.144.20<BR>Mar&nbsp; 1 01:21:34.865:&nbsp; 
RecvUDP_IPSockData&nbsp; successfully rcvd message of length 135 from 
192.168.144.20:2288<BR>Mar&nbsp; 1 01:21:34.865: IRR (seq# 68) rcvd<BR>Mar&nbsp; 
1 01:21:34.865: gk_rassrv_irr: irrp=0x82E3F744, from 
192.168.144.20:2288<BR>Mar&nbsp; 1 01:21:38.039: gk_process: got a TIMER 
event</DIV>
<DIV>Mar&nbsp; 1 01:21:38.039: gk_handle_timers</DIV>
<DIV>Mar&nbsp; 1 01:21:38.039: gk_handle_timers: managed timer expired 
0x832E6DC8</DIV>
<DIV>Mar&nbsp; 1 01:21:41.893:&nbsp; RecvUDP_IPSockData&nbsp; successfully rcvd 
message of length 148 from 192.168.144.20:2288<BR>Mar&nbsp; 1 01:21:41.893: ARQ 
(seq# 14208) rcvd<BR>Mar&nbsp; 1 01:21:41.893: gk_rassrv_arq: arqp=0x82E3FD5C, 
crv=0x166D, answerCall=0<BR>Mar&nbsp; 1 01:21:41.893: rassrv_get_addrinfo: 
(8172008) Matched tech-prefix 817<BR>Mar&nbsp; 1 01:21:41.893: 
rassrv_get_addrinfo: (8172008) unresolved zone prefix, using source zone 
THORCOM<BR>Mar&nbsp; 1 01:21:41.897:&nbsp; IPSOCK_RAS_sendto:&nbsp;&nbsp; msg 
length 82 from 192.168.1.6:1719 to 192.168.144.20: 2288<BR>Mar&nbsp; 1 
01:21:41.897:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RASLib::RASSendACF: ACF (seq# 
14208) sent to 192.168.144.20<BR>Mar&nbsp; 1 01:21:41.945:&nbsp; 
RecvUDP_IPSockData&nbsp; successfully rcvd message of length 306 from 
192.168.1.7:1518<BR>Mar&nbsp; 1 01:21:41.945: ARQ (seq# 6442) rcvd<BR>Mar&nbsp; 
1 01:21:41.949: gk_rassrv_arq: arqp=0x82E4FCC8, crv=0x166D, 
answerCall=1<BR>Mar&nbsp; 1 01:21:41.953:&nbsp; IPSOCK_RAS_sendto:&nbsp;&nbsp; 
msg length 31 from 192.168.1.6:1719 to 192.168.1.7: 1518<BR>Mar&nbsp; 1 
01:21:41.953:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RASLib::RASSendACF: ACF (seq# 
6442) sent to 192.168.1.7<BR>Mar&nbsp; 1 01:21:41.953:&nbsp; 
RecvUDP_IPSockData&nbsp; successfully rcvd message of length 202 from 
192.168.144.20:2288<BR>Mar&nbsp; 1 01:21:41.957: IRR (seq# 14209) 
rcvd<BR>Mar&nbsp; 1 01:21:41.957: gk_rassrv_irr: irrp=0x83A7F858, from 
192.168.144.20:2288<BR>Mar&nbsp; 1 01:21:41.993:&nbsp; RecvUDP_IPSockData&nbsp; 
successfully rcvd message of length 297 from 192.168.1.7:1518<BR>Mar&nbsp; 1 
01:21:41.993: IRR (seq# 6443) rcvd<BR>Mar&nbsp; 1 01:21:41.997: gk_rassrv_irr: 
irrp=0x82E4FCC8, from 192.168.1.7:1518<BR>cisco-gk#<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>What do I need to do in the Dial() command and/or the ooh323.conf to get 
Asterisk to place a H.323 call via the Gatekeeper and on to the 817xxxx gateway? 
i.e. work like the soft-phone does?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Mike</DIV>
<DIV>&nbsp;</DIV></DIV></DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>