<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.6000.20753" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV>We reinstall&nbsp;FreeSWITCH&nbsp;version to be in the mainstream of 
project.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The last release successfully working for us was 9235 (11.08)&nbsp;we have 
installed&nbsp;9377 (28.08) ,<BR>and have some questions.</DIV>
<DIV>&nbsp;</DIV>
<DIV>1. As we before installation of new release need to have successfully 
working it would be desirable</DIV>
<DIV>&nbsp;to have simultaneously installed 2 releases, we do it so:</DIV>
<DIV>&nbsp;</DIV>
<DIV>-&nbsp;we rename old&nbsp;(9235)&nbsp;installation&nbsp;to 
/usr/local/fs.9235;<BR>- install new (9377)&nbsp;and&nbsp;rename it also&nbsp;to 
/usr/local/fs.9377;<BR>- for working with necessary version&nbsp;we set link 
fron directory&nbsp;/usr/local&nbsp;:<BR>$ ln -s fs.9377 freeswitch<BR>-&nbsp; 
Seems it's ολ.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is it correct???</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>2.&nbsp;We experiment with&nbsp;E1 PRI:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt; version<BR>FreeSwitch Version 1.0.trunk (9377)<BR>&gt; load 
mod_openzap<BR>...<BR>API CALL [load(mod_openzap)] output:<BR>+OK<BR>&gt; oz 
list<BR>API CALL [oz(list)] output:<BR>+OK<BR>span: 1<BR>type: 
isdn<BR>chan_count: 31<BR>dialplan: XML<BR>context: 
public<BR>dial_regex:<BR>fail_dial_regex:<BR>hold_music:<BR>analog_options 
none<BR>+OK<BR>span: 2<BR>type: isdn<BR>chan_count: 31<BR>dialplan: 
XML<BR>context: 
public<BR>dial_regex:<BR>fail_dial_regex:<BR>hold_music:<BR>analog_options 
none</DIV>
<DIV>&nbsp;</DIV>
<DIV>-&nbsp;E1 PRI&nbsp;works correctly&nbsp;(make calls)&nbsp;with 
same&nbsp;FreeSWITCH (that's 9235 version), we&nbsp;had no time to check up 9377 
version yet.<BR></DIV>
<DIV>Our configuration files below&nbsp;-&nbsp;here all is correct:</DIV>
<DIV>&nbsp;</DIV>
<DIV>- /etc/zaptel.conf<BR>loadzone = us<BR>defaultzone=us</DIV>
<DIV>&nbsp;</DIV>
<DIV>span=1,1,0,ccs,hdb3,crc4<BR>bchan=1-15,17-31<BR>dchan=16</DIV>
<DIV>&nbsp;</DIV>
<DIV>span=2,1,0,ccs,hdb3,crc4<BR>bchan=32-46,48-62<BR>dchan=47</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>- /etc/openzap/openzap.conf<BR>[span zt]<BR>name =&gt; 
OpenZAP<BR>number =&gt; 1<BR>trunk_type =&gt; E1<BR>b-channel =&gt; 
1-15<BR>d-channel =&gt; 16<BR>b-channel =&gt; 17-31</DIV>
<DIV>&nbsp;</DIV>
<DIV>[span zt]<BR>name =&gt; OpenZAP<BR>number =&gt; 2<BR>trunk_type =&gt; 
E1<BR>b-channel =&gt; 32-46<BR>d-channel =&gt; 47<BR>b-channel =&gt; 48-62</DIV>
<DIV>&nbsp;</DIV>
<DIV>-&nbsp;other files&nbsp;/etc/openzap/&nbsp;didn't change;<BR>-&nbsp; we 
didn't find "trunk_type =&gt; E1"&nbsp;in examples of&nbsp; FS, but we find it 
in examples&nbsp;at <A href="http://www.sangoma.com/">www.sangoma.com</A>&nbsp;; 
if&nbsp;to change it for "trunk_type =&gt; t1" that the result does not 
change&nbsp;in any way&nbsp;.</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>- 
/usr/local/fs.9235/conf/autoload_configs/openzap.conf.xml<BR>&lt;configuration 
name="openzap.conf" description="OpenZAP Configuration"&gt;<BR>&nbsp;&nbsp; 
&lt;settings&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="debug" 
value="1"/&gt;<BR>&nbsp;&nbsp; &lt;/settings&gt;<BR>&nbsp;&nbsp; 
&lt;pri_spans&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span id="1"&gt; &lt;!-- 
to PSTN --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param 
name="mode" value="user" 
/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param 
name="dialplan" 
value="XML"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param 
name="context" value="public"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/span&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span id="2"&gt; &lt;!-- to 
PSTN --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param 
name="mode" value="user" 
/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param 
name="dialplan" 
value="XML"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param 
name="context" value="public"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/span&gt;<BR>&nbsp;&nbsp; &lt;/pri_spans&gt;<BR>&lt;/configuration&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-&nbsp;which another values&nbsp;(except "user")&nbsp;can be 
for&nbsp;&lt;param name="mode" value="user" /&gt; 
???<BR>&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;&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</DIV></FONT></DIV></BODY></HTML>