[Freeswitch-users] openzap with A102

Baskar yudha2008 at gmail.com
Thu Mar 12 06:47:44 PDT 2009


Hi,

  I am using sangoma A102 card with freeswitch. I have updated all the
changes in the freeswitch and have loaded openzap also. But still i cant
able to make an outbound call.


*openzap.conf*

[span wanpipe]
name => OpenZAP
number => 1
trunk_type => E1
b-channel => 1:1-15
d-channel => 1:16
b-channel => 1:17-31

[span wanpipe]
name => OpenZAP
number => 2
trunk_type => E1
b-channel => 2:1-15
d-channel => 2:16
b-channel => 2:17-31


*openzap.conf.xml*

 <configuration name="openzap.conf" description="OpenZAP Configuration">
   <settings>
     <param name="debug" value="2"/>
   </settings>
   <pri_spans>
    <span id="1">
        <param name="mode" value="user"/>
        <param name="dialect" value="euro"/>
        <param name="dialplan" value="XML"/>
        <param name="context" value="default"/>
</span>

   </pri_spans>
 </configuration>

*default.xml
*
<extension name="Long Distance - wanpipe">
-
    <condition field="destination_number" expression="^9(\d{5,15})$">
<action application="set" data="dialed_ext=$1"/>
<action application="bridge" data="openzap/1/A/${dialed_ext}"/>
</condition>
</extension>
*

I have attached the freeswitch log http://pastebin.freeswitch.org/7730

Can any one correct were i am wrong.
*

-- 
Warm Regards,
N.Baskar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090312/95cc8b7b/attachment-0002.html 


More information about the FreeSWITCH-users mailing list