<span style="font-family: Arial; font-size: 13px;"><div>Hi All,</div><div><br></div><div>I have this basic dialplan:</div><div><br></div><div>&lt;extension name="setcallname" continue="true"&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;condition field="caller_id_number" expression="^MYCELLPHONE$"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="export" data="effective_caller_id_name=E Sander" inline="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="log" data="INFO ES CELL"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;/condition&gt;</div><div>&nbsp; &nbsp; &lt;/extension&gt;</div><div><br></div><div><div>&nbsp; &lt;extension name="send caller to FIFO"&gt;</div><div>&nbsp; &nbsp; &lt;condition field="destination_number" expression="^DIDNUMBER$"&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;action application="answer"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;action application="set" data="fifo_music=$${hold_music}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;action application="playback" data="ivr/ivr-hold_connect_call.wav"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;action application="fifo" data="FIFO0 in"/&gt;</div><div>&nbsp; &nbsp; &lt;/condition&gt;</div><div>&nbsp; &lt;/extension&gt;</div></div><div><br></div><div>I can see the call get logged via the first extension but it's not passing the info to modfifo. &nbsp;I can remove the 2nd extension and put a basic:</div><div>&lt;action application="bridge" data="user/1052"/&gt;
</div><div><br></div><div>and the caller id name info is displayed on the phones but not when routing through mod_fifo. &nbsp;I have tried both set/export and it still doesn't seem to&nbsp;work.</div><div><br></div><div>Is this correct?</div><div><br></div><div>Thanks,</div><div>eric_s</div><div><br></div></span>