VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
bipin at xbipin.com Guest
|
Posted: Thu Oct 07, 2021 4:41 pm Post subject: [Freeswitch-users] mod_fifo onhook member uuid not expanding |
|
|
hi,
im pretty much stuck in this situation where I have users dialing into a
DID which FS answers and places callers in a fifo queue, the calls get
bridged to on-hook members from the fifo list, they want the ability to
press *2 at anytime to record the call, all this works but I need to
store the recording filename with the uuid which doesnt seem to expand
at all
my diaplan is as below:
<extension name="support_fifo">
<condition field="destination_number" expression="^0001$">
<action application="answer"/>
<action application="set"
data="fifo_chime_list=$${base_dir}/sounds/en/us/callie/misc/8000/misc-freeswitch_is_state_of_the_art.wav"/>
<action application="set" data="fifo_chime_freq=15"/>
<action application="set" data="fifo_orbit_dialplan=XML"/>
<action application="set"
data="fifo_orbit_context=lanusersdialout"/>
<action application="set"
data="fifo_orbit_announce=$${base_dir}/sounds/en/us/callie/ivr/8000/ivr-connect_actual_human_being.wav"/>
<action application="set"
data="fifo_override_announce=$${base_dir}/sounds/en/us/callie/ivr/8000/ivr-one_moment_please.wav"/>
<action application="fifo" data="support_fifo@$${domain} in
undef $${base_dir}/sounds/music/8000/moh.wav"/>
</condition>
</extension>
my fifo config is as below:
<fifo name="support_fifo@$${domain}" importance="0">
<member timeout="15" simo="1"
lag="5">{execute_on_answer='bind_meta_app 2 a s
record_session::$${base_dir}/recordings/archive/${uuid}.mp3',Caller-Context=lanusersdialout,absolute_codec_string=PCMU,call_timeout=30,fifo_member_wait=nowait}user/88</member>
</fifo>
anyways to pass any sort of uuid from the dialplan or get the uuid of
the originating channel using any variables?
any help is very much appreciated
--
Regards,
Bipin
_________________________________________________________________________
The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.
Join our online community to chat in real time https://signalwire.community
Professional FreeSWITCH Services
sales@freeswitch.com
https://freeswitch.com
Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|