<div>hi bret,</div><div><br></div><div>change:       &lt;action application=&quot;bridge&quot; data=&quot;101 XML default&quot;/&gt;<br></div><div>to:               &lt;action application=&quot;transfer&quot; data=&quot;101 XML default&quot;/&gt;</div>
<br>
-nandy<br><br><div class="gmail_quote">On Wed, Jun 29, 2011 at 9:25 PM, Bret Watson <span dir="ltr">&lt;<a href="mailto:lists@ticm.com">lists@ticm.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
ok things are working better since I found the packt site..<br>
<a href="http://www.packtpub.com/freeswitch-1-0-6-build-robust-high-performance-telephony-systems/book" target="_blank">http://www.packtpub.com/freeswitch-1-0-6-build-robust-high-performance-telephony-systems/book</a><br>

much easier to understand than the wiki....<br>
<br>
Anyway now got a strange one..<br>
<br>
incoming calls from pennytel fail with the following..<br>
<br>
2011-06-29 21:15:36.048108 [NOTICE] switch_channel.c:890 New Channel<br>
sofia/external/<a href="mailto:041xxxxxxx@202.85.243.105">041xxxxxxx@202.85.243.105</a> [616f79a7-763d-435b-9038-527483621a38]<br>
2011-06-29 21:15:36.048108 [INFO] mod_dialplan_xml.c:336 Processing<br>
041xxxxxxx &lt;041xxxxxxx&gt;-&gt;618xxxxxxx in context public<br>
2011-06-29 21:15:36.048108 [ERR] switch_core_session.c:413 Could not<br>
locate channel type 101 XML default<br>
2011-06-29 21:15:36.048108 [NOTICE] switch_ivr_originate.c:2443<br>
Cannot create outgoing channel of type [101 XML default] cause:<br>
[CHAN_NOT_IMPLEMENTED]<br>
2011-06-29 21:15:36.048108 [INFO] mod_dptools.c:2680 Originate<br>
Failed.  Cause: CHAN_NOT_IMPLEMENTED<br>
2011-06-29 21:15:36.048108 [NOTICE] mod_dptools.c:2799 Hangup<br>
sofia/external/<a href="mailto:041xxxxxxx@202.85.243.105">041xxxxxxx@202.85.243.105</a> [CS_EXECUTE] [CHAN_NOT_IMPLEMENTED]<br>
2011-06-29 21:15:36.048108 [NOTICE] switch_core_session.c:1308<br>
Session 1 (sofia/external/<a href="mailto:041xxxxxxx@202.85.243.105">041xxxxxxx@202.85.243.105</a>) Ended<br>
2011-06-29 21:15:36.048108 [NOTICE] switch_core_session.c:1310 Close<br>
Channel sofia/external/<a href="mailto:041xxxxxxx@202.85.243.105">041xxxxxxx@202.85.243.105</a> [CS_DESTROY]<br>
<br>
The relevant dialplan  in usr/local/freeswitch/conf/dialplan/public<br>
<br>
&lt;include&gt;<br>
   &lt;extension name=&quot;public_did&quot;&gt;<br>
     &lt;condition field=&quot;destination_number&quot; expression=&quot;^(618xxxxxxx )$&quot;&gt;<br>
       &lt;action application=&quot;set&quot; data=&quot;domain_name=$${domain}&quot;/&gt;<br>
       &lt;action application=&quot;bridge&quot; data=&quot;101 XML default&quot;/&gt;<br>
     &lt;/condition&gt;<br>
   &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
It looks pretty textbook to me, but for some reason it can&#39;t create a<br>
channel to that extension.. I can call that extension internally no<br>
problems however..<br>
<br>
Thanks!<br>
<br>
Bret<br>
<br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
</blockquote></div><br>