<b>Hi,<br><br></b><b>I have installed the latest trunk with A102D Sangoma card when i load the openzap i get this error <br></b><b><br><span style="color: rgb(51, 51, 255);">freeswitch@localhost.localdomain> load mod_openzap</span><br>
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [NOTICE] zap_io.c:2626 zap_global_init() Modules configured: 1 </span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'name' / 'OpenZAP'</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'number' / '1'</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">API CALL [load(mod_openzap)] output:</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">-ERR [module load file routine returned an error]</span><br style="color: rgb(204, 0, 0);"><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'trunk_type' / 'E1'</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'b-channel' / '1:1-15'</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'd-channel' / '1:16'</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'b-channel' / '1:17-31'</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'name' / 'OpenZAP'</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'number' / '2'</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'trunk_type' / 'E1'</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'b-channel' / '2:1-15'</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">freeswitch@localhost.localdomain> 2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'd-channel' / '2:16'</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2365 load_config() unknown param [] 'b-channel' / '2:17-31'</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [INFO] zap_io.c:2370 load_config() Configured 0 channel(s)</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] zap_io.c:2633 zap_global_init() No modules configured!</span><br style="color: rgb(204, 0, 0);"><span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [ERR] mod_openzap.c:2401 mod_openzap_load() Error loading OpenZAP</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">2009-06-30 14:47:33 [CRIT] switch_loadable_module.c:871 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_openzap.so</span><br style="color: rgb(204, 0, 0);">
<span style="color: rgb(204, 0, 0);">**Module load routine returned an error**</span><br style="color: rgb(204, 0, 0);"><br style="color: rgb(204, 0, 0);" clear="all">How can i resolve the above problem. how can i load the openzap <br>
<br><span style="color: rgb(51, 51, 255);">My Configuration files</span><br><br><br><span style="color: rgb(153, 0, 0);">default.xml</span><br><br> <span style="color: rgb(51, 51, 255);"> <extension name="Long Distance - wanpipe"> </span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> <condition field="destination_number" expression="^9(\d{5,15})$"> </span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <action application="set" data="dialed_ext=$1"/> </span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> <action application="bridge" data="OpenZAP/1/a/${dialed_ext}"/> </span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> </condition> </span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> </extension> </span><br style="color: rgb(51, 51, 255);"><br><span style="color: rgb(153, 0, 0);">/etc/wanpipe/wanpipe1.conf</span><br><br><span style="color: rgb(51, 51, 255);">[devices]</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">wanpipe1 = WAN_AFT_TE1, Comment</span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">[interfaces]</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">w1g1 = wanpipe1, , TDM_VOICE_API, Comment</span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">[wanpipe1]</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">CARD_TYPE = AFT</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">S514CPU = A</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">CommPort = PRI</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">AUTO_PCISLOT = NO</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">PCISLOT = 0</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">PCIBUS = 2</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">FE_MEDIA = E1</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">FE_LCODE = HDB3</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">FE_FRAME = CRC4</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">FE_LINE = 1</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">TE_CLOCK = NORMAL</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">TE_REF_CLOCK = 0</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">TE_HIGHIMPEDANCE = NO</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">TE_RX_SLEVEL = 120</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">LBO = 120OH</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">TE_SIG_MODE = CCS</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">FE_TXTRISTATE = NO</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">MTU = 1500</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">UDPPORT = 9000</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">TTL = 255</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">IGNORE_FRONT_END = NO</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">TDMV_SPAN = 1</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">TDMV_DCHAN = 16</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">TDMV_HW_DTMF = NO</span><br style="color: rgb(51, 51, 255);">
<br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">[w1g1]</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">ACTIVE_CH = ALL</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">TDMV_ECHO_OFF = NO</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">TDMV_HWEC = NO</span><br><br><br><span style="color: rgb(102, 0, 0);">/usr/local/freeswitch/conf/autoload_configs/openzap.conf.xml </span><br>
<br><span style="color: rgb(51, 51, 255);"><configuration name="openzap.conf" description="OpenZAP Configuration"></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <settings></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> <param name="debug" value="0"/></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> </settings></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> <pri_spans></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <span id="1"></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <param name="mode" value="user"/></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> <param name="dialect" value="euro"/></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <param name="dialplan" value="XML"/></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> <param name="context" value="default"/></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> </span></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> </pri_spans></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"></configuration><br><br><span style="color: rgb(102, 0, 0);">/usr/local/freeswitch/libs/openzap/conf/openzap.conf </span><br>
<br>[span wanpipe1]<br>number => 1<br>trunk_type => e1<br>b-channel => 1:1-15<br>d-channel => 1:16<br>b-channel => 1:17-31<br><br></span></b><b>How can i resolve the above problem. how can i load the openzap. can some one assist me to resolve this process.</b><br style="color: rgb(51, 51, 255);">
<b><span style="color: rgb(51, 51, 255);"></span><br style="color: rgb(204, 0, 0);">-- <br>Thanks with Regards,<br>N.Baskar<br><br></b>