[Freeswitch-users] Question on uuid_fileman
Ira Tessler
ira at connectmevoice.com
Sat Jan 12 01:16:33 MSK 2013
I am using the following xml into order to playback a conference call. All
is ok except the seek. When I press 6 on my phone, the file always goes to
the same position instead of advancing to an offset from the current
position.
Any ideas? Am I doing something wrong?
Thanks!
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="freeswitch/xml">
<section name="dialplan">
<context name="22555.cmvtesttele.com">
<extension name="cc_801">
<condition>
<action application="bind_digit_action" data="cc,*,exec:transfer,*94801 xml
22555.cmvtesttele.com" />
<action application="bind_digit_action" data="cc,1,api:uuid_fileman,
${uuid} volume:-1" />
<action application="bind_digit_action" data="cc,3,api:uuid_fileman,
${uuid} volume:+1" />
<action application="bind_digit_action" data="cc,4,api:uuid_fileman,
${uuid} seek:-16000" />
<action application="bind_digit_action" data="cc,6,api:uuid_fileman,
${uuid} seek:+16000" />
<action application="bind_digit_action" data="cc,5,api:uuid_fileman,
${uuid} pause" />
<action application="bind_digit_action" data="cc,7,api:uuid_fileman,
${uuid} speed:-1" />
<action application="bind_digit_action" data="cc,9,api:uuid_fileman,
${uuid} speed:+1" />
<action application="answer" />
<action application="playback"
data="/mnt/avndax/mp3/ATP/0000801/0000801.gr2h.mp3" />
</condition>
</extension>
</context>
</section>
</document>
Ira Tessler
Software Engineering
ConnectMe
(732) 490-9007 x2
reeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130111/9d622205/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list