<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Outbound still makes no sense at all here. Can't do 2 things at once in one thread. Your call is either running the socket app for outbound, or running the queue. inbound socket would probably make sense here if you need to do something like that. Also, when a priority customer calls in, do you tell the guy that was previously #3 in queue the next time around that he is #4?<div><br></div><div>Mike</div><div><br><div><div>On Jun 17, 2010, at 3:13 AM, Abubacker siddiq wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Yeah , I agree with you mike the reason why I go for the outbound was I need to tell the position <br>in the fifo to the customer , and update its status periodically , <br>for example : <br>consider already 3 members are waiting in the queue named A,B,C <br>
when the D customer calls I should announce him that his position is 4 , <br>when the A has been answered and hangup then I should announce the D as his position <br>is 3. like wise I should announce for the B and C too.<br>
<br>the announcement should have to be done periodically .<br><br>Is this possible using this fifo_music or chime_list ? <br><br><br><div class="gmail_quote">On Thu, Jun 17, 2010 at 11:00 AM, Michael Jerris <span dir="ltr"><<a href="mailto:mike@jerris.com">mike@jerris.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">you don't need socket at all to play regular messages to the waiting callers. Using outbound sockets AND fifo doesn't really make any sense at all. Check out the wiki for more information how to correctly configure mod_fifo:<br>
<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_fifo#Setting_MOH_and_announce_sounds" target="_blank">http://wiki.freeswitch.org/wiki/Mod_fifo#Setting_MOH_and_announce_sounds</a><br>
<br>
Mike<br>
<div><div></div><div class="h5"><br>
<br>
On Jun 17, 2010, at 1:01 AM, Abubacker siddiq wrote:<br>
<br>
> Dear all,<br>
> I am facing problem in fifo while running that using outbound sockets in an async mode,<br>
> it seems like connecting with the agents but no voice trasmission happens between them ,<br>
> please let me know if some body faced this issue already , and also give me a suggestion<br>
> whether it is ok to run the fifo using outbound sockets.<br>
><br>
> my main requirement is to play a file with a regular intervals for a waiting customers ,<br>
> Thanks in Advance !<br>
><br>
<br>
<br>
</div></div><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>BEST REGARDS<br>N.ABUBACKER<br>SOFTWARE ENGINEER<br>BK SYSTEMS (P) LTD<br>CHENNAI-23<br>
_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>