Just tried this which didn't work (moh plays - but no announcement);
session:setVariable("fifo_music", 
"tone_stream://%(400,200,400,450);%(400,2200,400,450)");
session:setVariable("fifo_chime_list", 
"/mnt/nas/freeswitch/recordings/misc/pf-unavailable.al");
session:setVariable("fifo_chime_freq", "15");
session:execute("fifo", queue_name.." in");

I also tried setting fifo_music to a filename like so which also had the 
same behaviour as above;
session:setVariable("fifo_music", 
"/mnt/nas/freeswitch/recordings/moh/Deliberate Thought.al");


Then tried this which does work, but no moh;
session:setVariable("fifo_music", "");
session:setVariable("fifo_chime_list", 
"/mnt/nas/freeswitch/recordings/misc/pf-unavailable.al");
session:setVariable("fifo_chime_freq", "15");
session:execute("fifo", queue_name.." in");

Is there a way temporarily pause or silence the moh? as I've found a way 
to play the message and the caller's position via the script called by 
luarun, only problem is it's trying to mix the audio which sounds very 
choppy.


Thanks,

Adnan


Brian West wrote:
> Nope, It works fine with fifo_music set. I just tested it... might wanna 
> look at fifo_chime_freq also. 
> 
> /b
> 
> On Apr 24, 2009, at 2:20 AM, TTNC - Adnan Barakat wrote:
> 
>> I just noticed this wasn't very clear, I meant fifo_chime_list only 
>> works if fifo_music is blank.
> 
> Brian West
> [email protected] <mailto:[email protected]>
> 
> -- Meet us at ClueCon!  http://www.cluecon.com <http://www.cluecon.com/>
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Freeswitch-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to