<div dir="ltr">Hi Anthony,<br><br>&nbsp;My conf as follows,<br><br><b>openzap.conf</b><br>[span wanpipe]<br>&nbsp;trunk_type =&gt; e1<br>&nbsp;b-channel =&gt; 1:1-15<br>&nbsp;d-channel=&gt; 1:16<br>&nbsp;b-channel =&gt; 1:17-31<br><br>
<b>openzap.conf.xml</b><br><div>
<div style="margin-left: 1em; text-indent: -2em;">&nbsp;<span>&lt;</span><span>configuration</span><span> name</span><span>=&quot;</span>openzap.conf<span>&quot;</span><span> 
description</span><span>=&quot;</span>OpenZAP Configuration<span>&quot;</span><span>&gt;</span></div>
<div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&lt;</span><span>settings</span><span>&gt;</span></div>
<div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&nbsp;</span> <span>&lt;</span><span>param</span> <span>name</span><span>=&quot;</span>debug<span>&quot;</span><span> 
value</span><span>=&quot;</span>0<span>&quot;</span><span> 
/&gt;</span> </div></div>
<div><span>&nbsp;</span> <span>&lt;/</span><span>settings</span><span>&gt;</span></div></div></div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&lt;</span><span>pri_spans</span><span>&gt;</span></div>
<div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&lt;</span><span>span</span><span> id</span><span>=&quot;</span>1<span>&quot;</span><span>&gt;</span></div>

<div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&nbsp;</span> <span>&lt;</span><span>param</span> <span>name</span><span>=&quot;</span>mode<span>&quot;</span><span> 
value</span><span>=&quot;</span>user<span>&quot;</span><span> /&gt;</span> </div></div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&nbsp;</span> <span>&lt;</span><span>param</span> <span>name</span><span>=&quot;</span>dialect<span>&quot;</span><span> 
value</span><span>=&quot;</span>euro<span>&quot;</span><span> /&gt;</span> </div></div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&nbsp;</span> <span>&lt;</span><span>param</span> <span>name</span><span>=&quot;</span>dialplan<span>&quot;</span><span> 
value</span><span>=&quot;</span>XML<span>&quot;</span><span> /&gt;</span> </div></div>
<div>
<div style="margin-left: 1em; text-indent: -2em;"><span>&nbsp;</span> <span>&lt;</span><span>param</span> <span>name</span><span>=&quot;</span>context<span>&quot;</span><span> 
value</span><span>=&quot;</span>default<span>&quot;</span><span> /&gt;</span> </div></div>
<div><span>&nbsp;</span> <span>&lt;/</span><span>span</span><span>&gt;</span></div></div></div>
<div><span>&nbsp;</span> <span>&lt;/</span><span>pri_spans</span><span>&gt;</span></div></div></div>
<div><span>&nbsp;</span> <span>&lt;/</span><span>configuration</span><span>&gt;</span></div></div></div><br><b>ztcfg -vv<br></b>Still I have not installed zaptel, I have went thru that for openzap with sangoma no need of zaptel, so I never installed zaptel, and also I am not sure whether zaptel is required. <br>
<br>Can I try installing zaptel?<br><br><br><br><div class="gmail_quote">On Thu, Sep 18, 2008 at 9:58 PM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">post <br><br>openzap.conf.xml<br>openzap.conf<br>and outbout of ztcfg -vv<br>
<br>note: openzap does not ask for opposite names like asterisk does in openzap.conf<br>if it&#39;s fxo say fxo not fxs<br><br><br>
<br><br><div class="gmail_quote"><div><div></div><div class="Wj3C7c">On Thu, Sep 18, 2008 at 11:18 AM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
<div><div>Your dialplan is fixed now, this is an issue with openzap now, can you clarify your openzap configuration and what kind of line it is hooked too please?</div><div><br></div><div>Mike</div><div><div></div>
<div><div><br></div><br><div><div>On Sep 18, 2008, at 3:55 AM, Gopal krishnan wrote:</div><br><blockquote type="cite"><div dir="ltr">Hi Brian,<br><br>&nbsp; I tried as you suggested, but still my outbound is not yet thru, my log as follows,<br>

<br><b>default.xml</b><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>&lt;!-- <a href="http://wiki.freeswitch.org/wiki/Dialplan_XML" target="_blank">http://wiki.freeswitch.org/wiki/Dialplan_XML</a> --&gt;<br>

 &lt;include&gt;<br>&nbsp; &lt;context name=&quot;default&quot;&gt;<br><br>&lt;extension name=&quot;Long Distance - wanpipe&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^9(\d{5,15})$&quot;&gt;<br>

 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;dialed_ext=$1&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;OpenZAP/1/a/${dialed_ext}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp; &lt;/extension&gt;<br>

 <br><br>&nbsp; &lt;/context&gt;<br>&lt;/include&gt;<br><br><b>Freeswitch Log</b><br>2008-09-18 13:24:40 [INFO] mod_dialplan_xml.c:228 dialplan_hunt() Processing FreeSwitch-&gt;9894929942 in context default<br>2008-09-18 13:24:40 [DEBUG] mod_dialplan_xml.c:113 parse_exten() test conditions destination_number(9894929942) =~ /^9(\d{5,15})$/<br>

 2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:97 switch_core_standard_on_routing() sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a> State Change CS_ROUTING -&gt; CS_EXECUTE<br>

2008-09-18 13:24:40 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Kill sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a> [BREAK]<br> 2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:420 switch_core_session_run() (sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a>) State ROUTING going to sleep<br>

2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:365 switch_core_session_run() sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a> Running State Change CS_EXECUTE<br> 2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:430 switch_core_session_run() (sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a>) State EXECUTE<br>

2008-09-18 13:24:40 [DEBUG] mod_sofia.c:156 sofia_on_execute() sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a> SOFIA EXECUTE<br> 2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:129 switch_core_standard_on_execute() Standard EXECUTE<br>

2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:140 switch_core_standard_on_execute() sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a> Execute set(dialed_ext=894929942)<br>

 2008-09-18 13:24:40 [DEBUG] mod_dptools.c:703 set_function() SET [dialed_ext]=[894929942]<br>2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:140 switch_core_standard_on_execute() sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a> Execute bridge(OpenZAP/1/a/${dialed_ext})<br>

 2008-09-18 13:24:40 [DEBUG] switch_core_session.c:1059 switch_core_session_execute_application() sofia/internal/<a href="mailto:1002@172.20.176.32" target="_blank">1002@172.20.176.32</a> Expanded String bridge(OpenZAP/1/a/894929942)<br>

2008-09-18 13:24:40 [DEBUG] mod_openzap.c:336 tech_init() Set codec PCMA 0ms<br> 2008-09-18 13:24:40 [DEBUG] mod_openzap.c:951 channel_outgoing_channel() Connect outbound channel OpenZAP/1:1/894929942<br>2008-09-18 13:24:40 [NOTICE] switch_channel.c:538 switch_channel_set_name() New Channel OpenZAP/1:1/894929942 [51fec759-8786-4114-9d1e-078209187b43]<br>

 2008-09-18 13:24:40 [DEBUG] mod_openzap.c:960 channel_outgoing_channel() OpenZAP/1:1/894929942 State Change CS_NEW -&gt; CS_INIT<br>2008-09-18 13:24:40 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Kill OpenZAP/1:1/894929942 [BREAK]<br>

 2008-09-18 13:24:40 [DEBUG] ozmod_isdn.c:60 isdn_outgoing_call() Changing state on 1:1 from DOWN to DIALING<br>2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:365 switch_core_session_run() OpenZAP/1:1/894929942 Running State Change CS_INIT<br>

 2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:415 switch_core_session_run() (OpenZAP/1:1/894929942) State INIT<br>2008-09-18 13:24:40 [DEBUG] mod_openzap.c:360 channel_on_init() OpenZAP/1:1/894929942 State Change CS_INIT -&gt; CS_ROUTING<br>

 2008-09-18 13:24:40 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Kill OpenZAP/1:1/894929942 [BREAK]<br>2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:415 switch_core_session_run() (OpenZAP/1:1/894929942) State INIT going to sleep<br>

 2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:365 switch_core_session_run() OpenZAP/1:1/894929942 Running State Change CS_ROUTING<br>2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:420 switch_core_session_run() (OpenZAP/1:1/894929942) State ROUTING<br>

 2008-09-18 13:24:40 [DEBUG] mod_openzap.c:381 channel_on_routing() OpenZAP/1:1/894929942 CHANNEL ROUTING<br>2008-09-18 13:24:40 [DEBUG] switch_ivr_originate.c:57 originate_on_routing() OpenZAP/1:1/894929942 State Change CS_ROUTING -&gt; CS_CONSUME_MEDIA<br>

 2008-09-18 13:24:40 [DEBUG] switch_core_session.c:727 switch_core_session_signal_state_change() Kill OpenZAP/1:1/894929942 [BREAK]<br>2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:420 switch_core_session_run() (OpenZAP/1:1/894929942) State ROUTING going to sleep<br>

 2008-09-18 13:24:40 [DEBUG] switch_core_state_machine.c:365 switch_core_session_run() OpenZAP/1:1/894929942 Running State Change CS_CONSUME_MEDIA<br><br><br>so still the outbound is not yet thru. Thanks<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div><div><blockquote type="cite"><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="margin-right: 1.5em;">

<div dir="ltr"><div class="gmail_quote"><br></div></div></div></span></blockquote></div></div></div></blockquote></div></div></blockquote></div></div></div></div><br></div></div><div class="Ih2E3d">_______________________________________________<br>

Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>

<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>

IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
</div>
<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Thank you with regards,<br>Gopal,<br><br>
</div>