<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All,<div><br></div><div>i have an incoming SIP number, i want callee to hear a message on pick up to tell them what line call is on.</div><div><br></div><div>on the incoming call if i bridge it to extension directly i can achieve this successfully, method i used is as below;</div><div><div><span style="white-space:pre">                </span><action application="set" data="group_confirm_file=lua streamfile.lua 16mit-pcm-signed.wav"/></div><div><span style="white-space:pre">               </span><action application="set" data="group_confirm_key=exec"/></div></div><div>then i  use transfer method</div><div><action application="transfer" data="2000 XML <a href="http://test.com">test.com</a>"/><br></div><div>where 2000 is extension number</div><div>when i change 2000 to 1000 which is RING GROUP and ring group rings ext 2000 i dont hear the message.</div><div>i have added these two line to ring group as well (xml below for ring group) but i do not hear the audio.</div><div><br></div><div><div><extension name="ring group" continue="" uuid="5b0eaa67-d282-4299-8cc7-e696e3599b24"></div><div><span style="white-space:pre">       </span><condition field="destination_number" expression="^1000$"></div><div><span style="white-space:pre">          </span><action application="ring_ready" data=""/></div><div><span style="white-space:pre">          </span><action application="set" data="ring_group_uuid=27cd2bf7-0f1e-4546-938e-536afd1a34c8"/></div><div><span style="white-space:pre">             </span><action application="set" data="group_confirm_file=lua streamfile.lua 16mit-pcm-signed.wav"/></div><div><span style="white-space:pre">               </span><action application="set" data="group_confirm_key=exec"/></div><div><span style="white-space:pre">           </span><action application="lua" data="app.lua ring_groups"/></div><div><span style="white-space:pre">      </span></condition></div><div></extension></div></div><div><br></div><div>regards,</div><div>Kaleem</div></div></div></div></div>