Call recording mp3 file type for specific domain

Mikeme

Member
Apr 26, 2021
199
4
18
39
Hi,
Wondering how to set fir specific domain call recording file type to mp3 while the default for all domains is wav...
I believe that set's in domain settings, but what are the correct settings?
 
Hi,

This is globally determined by the switch variable record_ext which you can see in Advanced -> Variables - > Defaults -> record_ext.

To make it domain specific you would need to add this to domain-variables in dialplan:
  • Tag: action
  • Type: set
  • Data: record_ext=mp3
  • Inline: true
PS. This will require some dependencies to work.

Good luck!
 
Hi,

This is globally determined by the switch variable record_ext which you can see in Advanced -> Variables - > Defaults -> record_ext.

To make it domain specific you would need to add this to domain-variables in dialplan:
  • Tag: action
  • Type: set
  • Data: record_ext=mp3
  • Inline: true
PS. This will require some dependencies to work.

Good luck!
Thank you.
When set this dialplan it will also appear for incoming calls?
I would like to set for specific domain, any type of call to mp3 format.
 
The above message is mostly correct. The settings he mentioned are correct, and per domain set in the domain-variables dialplan is also correct.

If anyone wants to make it available globally, it should be done in the global-variables dialplan.

As far as dependencies for mp3 you need mod_shout running in Advanced -> Modules

This doesn't tell it to record calls it only tells it to set the recording extension to mp3. Its common to record calls using extension setting. If you are recording from inbound destinations then you would set record_extension in default settings under the category call_recording.
 
  • Like
Reactions: MrObscured
The above message is mostly correct. The settings he mentioned are correct, and per domain set in the domain-variables dialplan is also correct.

If anyone wants to make it available globally, it should be done in the global-variables dialplan.

As far as dependencies for mp3 you need mod_shout running in Advanced -> Modules

This doesn't tell it to record calls it only tells it to set the recording extension to mp3. Its common to record calls using extension setting. If you are recording from inbound destinations then you would set record_extension in default settings under the category call_recording.
Thank you.
i already try to set in Advanced -> Variables -> "record-ext" to mp3 and its working great, but it was only for testing, and was effect all domains.
now i would like to set only for one domain for all type of calls(incoming/outgoing,ring group, queues etc).
with the following, as far as i understand it will effect only for outgoing calls, no?
  • Tag: action
  • Type: set
  • Data: record_ext=mp3
  • Inline: true

i wounder if that mp3 ext needs to set on domain settings where there is - Category, Subcategory, Type, Value......