<div><div dir="auto">There’s lots of spaces where they shouldn’t be:</div><div dir="auto"><br></div><div dir="auto">What Flavio said and:</div><div dir="auto"><br></div><div dir="auto"><action application="transfer" data="[leg_timeout=10]user/1020,user/1021,user/1022"/><br></div><div dir="auto"><br></div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 13 Aug 2020 at 21:50, Flavio Donadio <<a href="mailto:flavio@donadio.com.br">flavio@donadio.com.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div style="word-wrap:break-word;line-break:after-white-space">John,<div><br></div><div><br></div><div>Did you copy exactly what’s in your dialplan? If so, the expression will never de correctly evaluated. Take all spaces out of your expression:</div><div><br></div><div><condition … expression=“^(2109065738)$”></div><div><br></div><div>I am also not sure if the call will be automatically transferred to the internal context (where users 1000-1019 are defined)… Please, anyone chime in!</div><div><br></div><div><br></div><div>Regards,</div><div>Flavio</div></div><div style="word-wrap:break-word;line-break:after-white-space"><div><br><div><br><blockquote type="cite"><div>On 13 Aug 2020, at 05:26, John Tuxies <<a href="mailto:atuxnull@gmail.com" target="_blank">atuxnull@gmail.com</a>> wrote:</div><br><div><div dir="ltr"><div>seems that something is missing, since call does not reach any extension. here is my <font size="2" style="color:rgb(0,0,0)">/etc/freeswitch/dialplan/public/04_
<i><span>2109065738</span></i>.xml</font></div><div><font size="1" style="color:rgb(0,0,0)"><i><b><include><br>  <extension name="public_did"><br>    <condition field="destination_number" expression="^(
<span>2109065738</span>

)$"><br>                    <action application="transfer" data="
[leg_timeout=10] 
user/1020,user/1021,user/1022

"/><br>    </condition><br>  </extension><br>        </include></b></i></font></div><div><font size="1" style="color:rgb(0,0,0)"><i><b><br></b></i></font></div><div><font size="1" style="color:rgb(0,0,0)"><i><b><br></b></i></font></div><div><font size="2" style="color:rgb(0,0,0)">I can see the call arriving in fs_cli, but it does not reach any extension. And the caller gets a notification that number is unavailable</font></div><div><font size="2" style="color:rgb(0,0,0)"><br></font></div><div><font size="2" style="color:rgb(0,0,0)"><br></font></div><div><font size="2" style="color:rgb(0,0,0)"></font><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 13, 2020 at 1:23 AM Brian West <<a href="mailto:brian@freeswitch.com" target="_blank">brian@freeswitch.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="ltr">What you do is user/1020,user/1021,user/1022<div><br></div><div>/b</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 12, 2020 at 4:51 PM John Tuxies <<a href="mailto:atuxnull@gmail.com" target="_blank">atuxnull@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="ltr"><div>i have tried to do the following for the simultaneous ringing, where 2109065738 is my DID and 192.168.1.212 is the IP of the FS server.<br></div><div><font size="1" style="color:rgb(0,0,0)"><i><b><include><br>  <extension name="public_did"><br>    <condition field="destination_number" expression="^(
2109065738

)$"><br>      <action application="bridge" data="sofia/internal/<a href="mailto:1020@192.168.1.212" target="_blank">1020@192.168.1.212</a>|sofia/internal/<a href="mailto:1021@192.168.1.212" target="_blank">1021@192.168.1.212</a>|sofia/internal/<a href="mailto:1022@192.168.1.212" target="_blank">1022@192.168.1.212</a>

"/><br><br>    </condition><br>  </extension><br>        </include><br><br></b></i></font></div><div>Unfortunately it has only the 1st extension (1020) to ring and then goes to voicemail.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 10, 2020 at 2:23 PM John Tuxies <<a href="mailto:atuxnull@gmail.com" target="_blank">atuxnull@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="ltr"><div>I am having my system with the DIDs assigned on each extension for the incoming calls. </div><div>My /dialplan/public has the following structure:</div><div><font size="1" style="color:rgb(0,0,0)"><b><include><br>  <extension name="public_did"><br>    <condition field="destination_number" expression="^(2109065738)$"><br>           <action application="set" data="domain_name=$${domain}"/><br>           <action application="transfer" data="1020 XML default"/><br>    </condition><br>  </extension><br></include></b></font></div><div><font size="1" style="color:rgb(0,0,0)"><b><br></b></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)">I would like this DID to reach <br></font></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)"><br></font></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)">
I would like to have the one DID to reach 3 extensions simultaneously 1020-22<br></font></font></div><div><font size="1" style="color:rgb(0,0,0)"><b></b></font></div><div><font size="1" style="color:rgb(0,0,0)"><b>
<include><br>  <extension name="public_did"><br>    <condition field="destination_number" expression="^(2109065738)$"><br>           <action application="set" data="domain_name=$${domain}"/><br>           <action application="transfer" data="1023 XML default"/><br>    </condition><br>  </extension><br></include>

</b></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)"><br></font></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)">and a 2nd DID to call an extension(1023) and after 10secs to call another extension(1024) and after 10 secs make an outgoing call to a particular mobile number(69400700123) <br></font></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)"><br></font></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)"><br></font></font></div><div><font size="1" style="color:rgb(0,0,0)"><font size="2" style="color:rgb(0,0,0)">Thanks in advance,<br></font></font></div></div>
</blockquote></div>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community/" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com/" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><font style="color:rgb(0,0,0)"><br></font></div><div style="font-size:12.8px"><div style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><font style="font-family:Arial;color:rgb(0,0,0)">Brian West | Co-founder and Developer</font></span></div><div style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><font style="font-family:Arial;color:rgb(0,0,0)">Need Commercial support? email <a href="mailto:sales@freeswitch.com" target="_blank" style="font-family:Arial">sales@freeswitch.com</a> </font></span></div><div style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><font style="font-family:Arial;color:rgb(0,0,0)">FreeSWITCH Solutions | <a href="https://maps.google.com/?q=17345+Civic+Drive+%232531+Brookfield,+WI+53045&entry=gmail&source=g" style="font-family:Arial;color:rgb(17,85,204)" target="_blank">17345 Civic Drive #2531 Brookfield, WI 53045</a></font></span></div><div style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><font style="color:rgb(0,0,0)"><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent">Email: </span><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent;color:rgb(17,85,204)"><a href="mailto:brian@freeswitch.com" target="_blank" style="font-family:Arial">brian@freeswitch.com</a></span></font></div><div style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><font style="font-family:Arial;color:rgb(0,0,0)">Mobile: <span title="Call with Google Voice" style="font-family:Arial">918-424-9378</span></font></span></div><div style="font-size:12.8px;line-height:1.38;margin-top:0pt;margin-bottom:0pt;margin-left:4.5pt"><font style="color:rgb(0,0,0)"><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent">Website: </span><a href="https://www.freeswitch.com/" style="color:rgb(17,85,204)" target="_blank"><span style="font-size:8pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent">https://www.FreeSWITCH.com</span></a></font></div><div style="font-size:12.8px;line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:9pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><a href="https://www.facebook.com/freeswitch" target="_blank" style="font-family:Arial"><img alt="https://www.facebook.com/signalwireinc?src=email" src="https://lh6.googleusercontent.com/AYfRoSNaDNtMPRMevPn_GqcVEMd5NDRFi0GlluGUWzV6I5TAY_3T2-Tt0IuIXeUtEdYsgNsM8DOYKRKhjmrG_-n2Ga-LCnoNk46sO8VyEma1sBFYdiGJcLRUvkrD1CYHN79qimeg" style="border: medium none; font-family: Arial;" width="31" height="31"></a> </span><span style="font-size:9pt;font-family:Tahoma;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><a href="https://twitter.com/freeswitch" target="_blank" style="font-family:Tahoma"><img alt="https://twitter.com/freeswitch" src="https://lh3.googleusercontent.com/W4SqXyybH2qdAozvtoKjcz736qOjk9LHDwldvs1ahc-WVU0putVMSsUH474KDrJ32jsqi6JDjyUWxqeEkN5I1xSlC5ShYrd1b8NIMUkDzDrtbWQfa6A_90UcygqesBtRLgeFirKa" style="border: medium none; font-family: Tahoma;" width="31" height="31"></a></span><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community/" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com/" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div>
_________________________________________________________________________<br><br>The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" target="_blank">https://signalwire.com</a><br>Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>Build your next product on our scalable cloud platform.<br><br>Join our online community to chat in real time <a href="https://signalwire.community" target="_blank">https://signalwire.community</a><br><br>Professional FreeSWITCH Services<br><a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br><a href="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br><br>Official FreeSWITCH Sites<br><a href="https://freeswitch.com/oss" target="_blank">https://freeswitch.com/oss</a><br><a href="https://freeswitch.org/confluence" target="_blank">https://freeswitch.org/confluence</a><br><a href="https://cluecon.com" target="_blank">https://cluecon.com</a><br><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="https://freeswitch.com" target="_blank">https://freeswitch.com</a></div></blockquote></div><br></div></div>_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Regards,</div><div><br></div>David Villasmil<div>email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.com</a></div><div>phone: +34669448337</div></div></div>