<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> </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 be accomplished without them being registered?</div>
<div>If such bridging is not allowed in the dialplan is there a better way?</div>
<div> </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> </div>
<div><extension name="1005"><br> <condition field="destination_number" expression="^1005$"><br> </div> <action application="bridge" data="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>"/> <br>
</condition><br> </extension><br><br> <extension name="1006"><br> <condition field="destination_number" expression="^1006$"><br> <action application="answer"/><br>
<action application="sleep" data="1000"/><br> <action application="ivr" data="demo_ivr"/><br> </condition><br> </extension><br>
<br> <extension name="1007"><br> <condition field="destination_number" expression="^1007$"><br> <action application="answer"/><br> <action application="sleep" data="1000"/><br>
<action application="ivr" data="demo_ivr"/><br> </condition><br> </extension><br><br>Thanks,</div>
<div>Bob</div></div>