<div dir="ltr"><div>All,<br><br>I am attempting to allow a single line (1005) to be called which
simultaneously allows multiple threads (lines 1006 and 1007) to apply
simultaneous IVR.</div>
<div>I would thing such grouping is common.</div>
<div>&nbsp;</div>
<div>
<div>Using the below it appears that line 1005 will not bridge to 1006 and 1007 since they are in the dialplan but not registered.</div>
<div>Yet 1006 and 1007 can be called directly without being registered.</div>
<div>Can this bridge&nbsp;be&nbsp;accomplished&nbsp;without them being registered?</div>
<div>If such bridging is not allowed in the dialplan is there a better way?</div>
<div>&nbsp;</div>
<div>The two errors FS errors are:</div>
<div>[ERR] switch_ivr_originate.c:951 switch_ivr_originate() Cannot
create outgoing channel of type [sofia] cause: [USER_NOT_REGISTERED</div>
<div>&nbsp;</div>
<div>&lt;extension name=&quot;1005&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^1005$&quot;&gt;<br>&nbsp;</div>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/1006%<a href="http://192.168.1.222/" target="_blank">192.168.1.222</a>,sofia/internal/1007%<a href="http://192.168.1.222/" target="_blank">192.168.1.222</a>&quot;/&gt;&nbsp;<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;extension name=&quot;1006&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^1006$&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>


&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;ivr&quot; data=&quot;demo_ivr&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br>


<br>&nbsp;&nbsp;&nbsp; &lt;extension name=&quot;1007&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^1007$&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>


&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;ivr&quot; data=&quot;demo_ivr&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>Thanks,</div>
<div>Bob</div></div>