Woof! On Fri, 23 Apr 2010 18:47:10 -0400, Melcon Moraes <[email protected]> wrote:
> I might be wrong, but I think the change would go in > > sipXconfig/neoconf/etc/freeswitch/local_stream.conf.xml.vm > > and the parameter that changes the behaviour is "shuffle", by setting it > true or false > > <param name="shuffle" value="false"/> for sequential > or > <param name="shuffle" value="true"/> for random > > It would be nice to have someone else to confirm that too. Alas, no, that doesn't do it. One must write code for sipXivr to change the behavior to play the files directly, rather than using the internal FreeSWITCH stream. The above will change the internal FreeSWITCH stream to be in random order, but it doesn't 'restart' the stream at the beginning of each call. As there is only a single stream, that wouldn't work very well when there is more than one caller on hold. Some configuration or SIP parameter must be added to tell sipXivr to play the files in the directory. --Woof! _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
