<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928"></HEAD>
<BODY>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>Hi 
all,</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>I'm rather new to 
freeswitch, and i'm trying to setup FS (version 1.0.6) as sip-h323 gateway 
between sipX and avaya ip406.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010></SPAN><SPAN class=049110314-31082010><FONT 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>I have teh following 
test setup:</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>sipX 172.23.9.2 
beaver.sip.nstel.ru with extension 2853 (linksys spa 942 
phone)</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>Freeswitch 
172.23.22.49 fs.lab.nstel.ru with extension 2854 (xlite)</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>avaya ip406 with 
extension 5840</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 
face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>When i call 2853 
-&gt; 5840 i can hear ringback tone and voice is ok.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>When calling 5840 
-&gt; 2854, rbt and voice is ok.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>When calling 2854 
-&gt; 2853, rbt and voice is ok.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>When calling 5840 
-&gt; 2853, 2853 phone rings, there is no rbt, but voice is ok after 
answer.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 
face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>I have the following 
h323.conf file: </FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 
face=Arial>[freeswitch@freeswitch autoload_configs]$ cat 
h323.conf.xml<BR>&lt;configuration name="h323.conf" description="Opal(h323) 
Endpoints"&gt;<BR>&nbsp; &lt;settings&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;param 
name="trace-level" value="4"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;param name="context" 
value="default"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;param name="dialplan" 
value="XML"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;param name="codec-prefs" 
value="PCMA"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;param name="gk-address" 
value=""/&gt;&nbsp;&nbsp;&nbsp; &lt;!-- empty to disable, "*" to search LAN 
--&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;param name="gk-identifer" value=""/&gt;&nbsp; 
&lt;!-- optional name of gk --&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;param 
name="gk-interface" value=""/&gt;&nbsp; &lt;!-- optional listener interface name 
--&gt;<BR>&nbsp; &lt;/settings&gt;<BR>&nbsp; 
&lt;listeners&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;listener 
name="h323-listener"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param 
name="h323-ip" value="$${local_ip_v4}"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;param name="h323-port" value="1720"/&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/listener&gt;<BR>&nbsp; 
&lt;/listeners&gt;<BR>&lt;/configuration&gt;<BR></FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>in the default.xml 
dialplan i have default "Local_Extension" (with the only addition of a single 
number 2854 to be matched).</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>below 
Local_Extension i send 28xx numbers to sipx as following:</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>&nbsp; &lt;extension 
name="beaver"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" 
expression="^(28[0-9]{2})$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action 
application="set" 
data="effective_caller_id_number=${outbound_caller_id_number}"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;action application="set" 
data="effective_caller_id_name=${outbound_caller_id_name}"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;action application="bridge" data="<A 
href='mailto:sofia/external/$1@beaver.sip.nstel.ru:5080"/'>sofia/external/$1@beaver.sip.nstel.ru:5080"/</A>&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/condition&gt;<BR>&nbsp; &lt;/extension&gt;<BR></FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>FS logs for 5840 
-&gt; 2854 (rbt and voice ok) and 5840 -&gt; 2853 (no rbt, voice ok) are 
attached.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>In the log files i 
can see the moment when FS starts playing RBT into h323 channel in case 5840 
-&gt; 2854 call.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>And i see that FS 
does not do it in case of 5840 -&gt; 2853 call.</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>But i can not see 
why...</FONT></SPAN></DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 
face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=049110314-31082010><FONT size=2 face=Arial>Probably i 
misconfigured something... </FONT></SPAN></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=049110314-31082010></SPAN><SPAN 
class=049110314-31082010>Can anybody please help with this 
problem?</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=049110314-31082010></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=049110314-31082010>Thanks in 
advance,</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=049110314-31082010>Nikolay.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=049110314-31082010></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=049110314-31082010></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=049110314-31082010>&nbsp;</DIV></SPAN></FONT></FONT></BODY></HTML>