<p>At the end of your bridge string there is a Sofia/. Check that, could be by design but I&#39;m not understanding what you are doing there.</p>
<p>Brian Foster<br>
Endigo Computer LLC</p>
<p>Sent from a mobile device.</p>
<div class="gmail_quote">On Jun 11, 2012 10:57 AM, &quot;Alex Lake&quot; &lt;<a href="mailto:alex@thewinelake.com">alex@thewinelake.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Brian, when you say &quot;it&quot; (as in &quot;it does work fine for me&quot;) are you
    doing a bridge to several different destinations, or are you just
    talking about bridging to a user that happens to have multiple SIP
    registrations?<br>
    Thanks for the encouragement, anyway...<br>
    Alex<br>
    <blockquote type="cite">
      <p>I don&#39;t really understand your dialplan since I don&#39;t see
        everything going on, but make sure you are using
        user/&lt;EXTNUMBER&gt;@domain.tld for your bridges. </p>
      <p>Otherwise, ill have to defer to someone else.more.knowledgeable
        on that subject. I will note that it does work fine for me and I
        am on latest as of last night. </p>
      <p>Brian Foster<br>
        Endigo Computer LLC</p>
      <p>Sent from a mobile device.</p>
      <div class="gmail_quote">On Jun 11, 2012 9:58 AM, &quot;Alex Lake&quot; &lt;<a href="mailto:alex@thewinelake.com" target="_blank">alex@thewinelake.com</a>&gt;
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div bgcolor="#FFFFFF" text="#000000"> Yes, that already is
            set to true - but I think that&#39;s what might be causing the
            problem!<br>
            <br>
            Let me explain the scenario a little better:<br>
            <br>
            A DDI is linked to a dialplan script a bit like this:<br>
            <br>
            &lt;include&gt;<br>
             &lt;extension name=&quot;0044302&quot;&gt;<br>
              &lt;condition field=&quot;destination_number&quot;
            expression=&quot;^(302|441316110347)$&quot;&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;sb_routing=${sb_routing}&amp;441316110347_302_PersonalExtension_Rob


            Darwin two&quot;/&gt;<br>
               &lt;action application=&quot;set&quot; data=&quot;tenant_id=0044&quot;/&gt;<br>
               &lt;action application=&quot;set&quot; data=&quot;b_ext=302&quot;/&gt;<br>
               &lt;action application=&quot;export&quot; data=&quot;alert_info=<a href="http://lnhnov11.dmclub.net/generic/tones/Personal.wav" target="_blank">http://lnhnov11.dmclub.net/generic/tones/Personal.wav</a>&quot;/&gt;<br>

               &lt;action application=&quot;set&quot; data=&quot;call_timeout=60&quot;/&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;continue_on_fail=true&quot;/&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;bridge_generate_comfort_noise=true&quot;/&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;group_confirm_key=exec&quot;/&gt;<br>
               &lt;action application=&quot;export&quot;
data=&quot;whisper_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/302_whisper.wav&quot;/&gt;<br>
               &lt;action application=&quot;export&quot;
data=&quot;accept_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/accept1.wav&quot;/&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;ringback=$${uk-ring}&quot;/&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;transfer_ringback_=$${uk-ring}&quot;/&gt;<br>
               &lt;action application=&quot;set&quot;
            data=&quot;ignore_early_media=true&quot;/&gt;<br>
               &lt;action application=&quot;set&quot; data=&quot;group_confirm_file=lua
            confirmcall.lua&quot;/&gt;<br>
               &lt;action application=&quot;bridge&quot; data=<a href="mailto:[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@$%7Bdomain_name%7D,[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020$%7Bani%7D]sofia/internal/898000000006207855360320@a.b.c.d" target="_blank">&quot;[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@${domain_name},[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020${ani}]sofia/internal/898000000006207855360320@a.b.c.d&quot;</a>/&gt;<br>

               &lt;action application=&quot;set&quot;
            data=&quot;comment=pers_inhours_VM&quot; /&gt;<br>
               &lt;action application=&quot;answer&quot; /&gt;<br>
               &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
               &lt;action application=&quot;voicemail&quot; data=&quot;default
            ${domain_name} 0044302&quot;/&gt;<br>
              &lt;/condition&gt;<br>
             &lt;/extension&gt;<br>
            &lt;/include&gt;<br>
            <br>
            You&#39;ll see from the bridge command that one of the outbound
            legs is to a user URL and the other to a sofia URL. In
            actuality that is 1 SIP handset and 1 PSTN destination (via
            a PSTN gateway)<br>
            <br>
            I believe we have only 1 sofia profile in the whole system -
            which is &quot;internal&quot;, and that certainly has
            multiple-registrations set to &quot;true&quot; and I can see that&#39;s
            working by attempting to register simultaneously from lots
            of SIP handsets and then &quot;show registrations&quot; or
            &quot;sofia_contact&quot; from fs_cli.<br>
            <br>
            I&#39;m wondering if I disable multiple SIP registrations, that
            it might then allow multiple-destination bridge commands.<br>
            <br>
            <blockquote type="cite">
              <p>Set multiple-registrations to true in the affected
                Sofia profile if you haven&#39;t already done so and report
                back.</p>
              <p>Brian Foster<br>
                Endigo Computer LLC</p>
              <p>Sent from a mobile device.</p>
              <div class="gmail_quote">On Jun 11, 2012 7:49 AM, &quot;Alex
                Lake&quot; &lt;<a href="mailto:alex@digitalmail.com" target="_blank">alex@digitalmail.com</a>&gt;


                wrote:<br type="attribution">
                <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  Having upgraded to the latest build (we were
                  previously on a build from<br>
                  2011), I&#39;m finding that multiple SIP registrations are
                  now working, but<br>
                  that multi-destination bridge commands are not.<br>
                  <br>
                  Getting messages<br>
                  2012-06-11 11:45:00.565775 [WARNING]
                  switch_ivr_originate.c:2353 Only<br>
                  calling the first element in the list in this mode.<br>
                  <br>
                  Is there some special &quot;allow multi destination&quot;
                  setting that I need to add?<br>
                  <br>
                  Rgds,<br>
                  Alex<br>
                  <br>
_________________________________________________________________________<br>
                  Professional FreeSWITCH Consulting Services:<br>
                  <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
                  <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
                  <br>
                  FreeSWITCH-powered IP PBX: The CudaTel Communication
                  Server<br>
                  <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                  <br>
                  Official FreeSWITCH Sites<br>
                  <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                  <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                  <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                  <br>
                  Join Us At ClueCon - Aug 7-9, 2012<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="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                </blockquote>
              </div>
              <br>
              <fieldset></fieldset>
              <br>
              <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

Join Us At ClueCon - Aug 7-9, 2012

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
              <br>
              <fieldset></fieldset>
              <br>
              <p color="#000000" align="left">No virus found in this
                message.<br>
                Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
                Version: 2012.0.2177 / Virus Database: 2433/5062 -
                Release Date: 06/11/12</p>
            </blockquote>
            <br>
            <br>
          </div>
          <br>
_________________________________________________________________________<br>
          Professional FreeSWITCH Consulting Services:<br>
          <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
          <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
          <br>
          FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
          <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
          <br>
          Official FreeSWITCH Sites<br>
          <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
          <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
          <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
          <br>
          Join Us At ClueCon - Aug 7-9, 2012<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="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
          <br>
        </blockquote>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

Join Us At ClueCon - Aug 7-9, 2012

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
      <br>
      <fieldset></fieldset>
      <br>
      <p color="#000000" align="left">No virus
        found in this message.<br>
        Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
        Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date:
        06/11/12</p>
    </blockquote>
    <br>
  </div>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<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>