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
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to