<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div tabindex="0" style="outline: none 0px; display: table; width: 843px; box-sizing: border-box; padding-top: 12px; padding-left: 0px; font-family: &quot;Helvetica Neue&quot;, &quot;Segoe UI&quot;, Helvetica, Arial, &quot;Lucida Grande&quot;, sans-serif;" id="yui_3_16_0_ym19_1_1491488119502_29704"><div style="display: table-cell; width: auto; word-wrap: break-word; word-break: break-word;" id="yui_3_16_0_ym19_1_1491488119502_29705"><div id="yui_3_16_0_ym19_1_1491488119502_29706"><div id="yui_3_16_0_ym19_1_1491488119502_29707"><div style="font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Lucida Grande&quot;, sans-serif;" id="yui_3_16_0_ym19_1_1491488119502_29708"><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29709">I am trying to use mod_httapi to call multiple SIP endpoints from my script. Here is what the output of my script looks like:</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29710"><br id="yui_3_16_0_ym19_1_1491488119502_29711"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29712">&lt;document type="text/freeswitch-httapi"&gt;</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29713">&nbsp; &nbsp;&lt;work&gt;</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29714">&nbsp; &nbsp; &nbsp;&lt;dial context="default" Dialplan="XML"&gt;sip:username@ip&lt;/dial&gt;</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29715">&nbsp; &nbsp; &nbsp;&lt;dial context="default" Dialplan="XML"&gt;sip:username2@ip&lt;/dial&gt;</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29716">&nbsp; &lt;/work&gt;</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29717">&lt;/document&gt;</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29718"><br id="yui_3_16_0_ym19_1_1491488119502_29719"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29720">However, I notice that that the dial only gets to the second &lt;dial&gt; endpoint: sip:username2@ip. I suspect it might have to do with sofia because log from fs_cli shows both were processed.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29721"><br id="yui_3_16_0_ym19_1_1491488119502_29722"></div><div id="yui_3_16_0_ym19_1_1491488119502_29723"><span id="yui_3_16_0_ym19_1_1491488119502_29724">2017-04-06 14:21:29.279911 [DEBUG] mod_httapi.c:1229 Process Tag: [dial]</span></div><div id="yui_3_16_0_ym19_1_1491488119502_29725"><span id="yui_3_16_0_ym19_1_1491488119502_29726">2017-04-06 14:21:29.279911 [DEBUG] switch_ivr.c:2160 (sofia/internal/number@xxx.com) State Change CS_EXECUTE -&gt; CS_ROUTING</span></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29727"><span id="yui_3_16_0_ym19_1_1491488119502_29728">2017-04-06 14:21:29.279911 [NOTICE] switch_ivr.c:2167 Transfer sofia/internal/number@xxx.com&nbsp;to XML[sip:username@ip@public]</span></div><div id="yui_3_16_0_ym19_1_1491488119502_29729"><span id="yui_3_16_0_ym19_1_1491488119502_29730">2017-04-06 14:21:29.279911 [DEBUG] mod_httapi.c:1229 Process Tag: [dial]</span></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29731"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29732"><span id="yui_3_16_0_ym19_1_1491488119502_29733">2017-04-06 14:21:29.279911 [NOTICE] switch_ivr.c:2167 Transfer sofia/internal/number@xxx.com&nbsp;to XML[sip:username2@ip@public]</span></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29734"><br id="yui_3_16_0_ym19_1_1491488119502_29735"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29736">Any ideas what could be wrong? Or a better way to do this?</div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29737"><br id="yui_3_16_0_ym19_1_1491488119502_29738"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1491488119502_29739">Thanks</div></div></div></div></div></div></div></body></html>