<br><br><div class="gmail_quote">On Mon, Jun 22, 2009 at 1:01 PM, Max Bridgewater <span dir="ltr">&lt;<a href="mailto:max.bridgewater@gmail.com">max.bridgewater@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;">
It&#39;s nothing. There is no extension like that. Shouldn&#39;t this nonetheless be caught by a regex such as the following?<div class="im"><br><br>field=&quot;destination_number&quot; expression=&quot;^242.*&quot;<br><br>
</div>The issue i have here is that it seems that the extensions aren&#39;t even processed. Usually, the log would show the list of processed extensions, each prefixed with the result &quot;PASS&quot;, &quot;FAIL&quot;.<br>
<font color="#888888">
</font></blockquote><div><br>Max, if your originate line already has the sofia dialstring then there&#39;s really no reason to send the call through the dialplan - it already knows where to go. If you want to force the call through the dialplan then use loopback. However, you need some sort of endpoint for that to work. In your example you have this originate line:<br>
<br>originate {origination_caller_id_number=120003}sofia/internal/<a href="mailto:242424@192.168.50.67">242424@192.168.50.67</a> <span class="sc1">&amp;socket(<a href="http://192.168.50.67:10000">192.168.50.67:10000</a> full)<br>
<br>Is <a href="mailto:242424@192.168.50.67">242424@192.168.50.67</a> a locally registered user? If so you could just do this:<br></span>originate {origination_caller_id_number=120003} loopback/242424 <span class="sc1">&amp;socket(<a href="http://192.168.50.67:10000">192.168.50.67:10000</a> full)</span><br>
 <br>This would run the A leg through the dialplan to look for destination number &quot;242424&quot; and then handle appropriately. <br><br>If I understand your scenario I believe you are trying to get one leg of the call established and then the other leg handled by the event socket. What is the endpoint you want handled? A SIP phone that is registered locally? Or something else? In any case, you can CAN loop it through the dialplan but you aren&#39;t forced to do so. Assuming 1000 is locally registered:<br>
<br>originate {origination_caller_id_number=120003} sofia/internal/1000%192.168.50.67 <span class="sc1">&amp;socket(<a href="http://192.168.50.67:10000">192.168.50.67:10000</a> full)<br><br></span>originate {origination_caller_id_number=120003} user/1000 <span class="sc1">&amp;socket(<a href="http://192.168.50.67:10000">192.168.50.67:10000</a> full)<br>

</span><br>originate {origination_caller_id_number=120003} loopback/1000 <span class="sc1">&amp;socket(<a href="http://192.168.50.67:10000">192.168.50.67:10000</a> full)<br>
</span><br>NOTE: the first two do not use the dialplan but the third example does. This means you MUST handle destination_number=&quot;1000&quot; in your dialplan (which the default config does). <br><br>Hope this helps.<br>
-MC<br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font color="#888888"><br>Max.<br><br></font><div class="gmail_quote"><div>
<div></div><div class="h5">On Mon, Jun 22, 2009 at 1:18 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</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="h5">
<div>what is 242424?  If its a locally registered user you should be using a % instead of an @<div><br></div><font color="#888888"><div>/b</div></font><div><div><br><div><div>On Jun 22, 2009, at 1:08 PM, Max Bridgewater wrote:</div>

<br><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;">Hmm thamks. I tried it and it doesn&#39;t work out of the box. Here are my logs:<span> </span><a href="http://pastebin.freeswitch.org/9454" target="_blank">http://pastebin.freeswitch.org/9454</a><br>

<br>Thanks,<br>Max.</span></blockquote></div><br></div><div><div> <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>

<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>

<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>

<div>Brian West</div><div><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></div><div><br></div></div></span>-- Meet us at ClueCon!  <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>

<div><br></div></div></span><br></div></span><br> </div><br></div></div></div><br></div></div><div class="im">_______________________________________________<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>_______________________________________________<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>