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