VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Tue Jan 15, 2008 4:53 am Post subject: [asterisk-users] Meetme recording |
|
|
Hello,
Is there a way to change the format from the default?
'r' - Record conference (records as ${MEETME_RECORDINGFILE} using format
${MEETME_RECORDINGFORMAT}). Default filename is
meetme-conf-rec-${CONFNO}-${UNIQUEID} and the default format is wav. -
requires chan_zap.so
Many thanks
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
******************************************************************** |
|
Back to top |
|
|
gordon+asterisk at dro... Guest
|
Posted: Tue Jan 15, 2008 5:20 am Post subject: [asterisk-users] Meetme recording |
|
|
On Tue, 15 Jan 2008, Lees, James (UK) wrote:
Quote: |
Hello,
Is there a way to change the format from the default?
'r' - Record conference (records as ${MEETME_RECORDINGFILE} using format
${MEETME_RECORDINGFORMAT}). Default filename is
meetme-conf-rec-${CONFNO}-${UNIQUEID} and the default format is wav. -
requires chan_zap.so
|
Set the channel-variable: ${MEETME_RECORDINGFORMAT}
Described in doc/README.variables.
Use the command:
CLI> show file formats
To list the formats avalable. Eg:
Format Name Extensions
g723 g723sf g723|g723sf
ulaw au au
slin sln sln|raw
ilbc iLBC ilbc
g726 g726-16 g726-16
g726 g726-24 g726-24
g726 g726-32 g726-32
g726 g726-40 g726-40
h263 h263 h263
alaw alaw alaw|al
g729 g729 g729
ulaw pcm pcm|ulaw|ul|mu
adpcm vox vox
gsm wav49 WAV|wav49
slin wav wav
gsm gsm gsm
Gordon |
|
Back to top |
|
|
tony at softins.clara.... Guest
|
Posted: Tue Jan 15, 2008 5:44 am Post subject: [asterisk-users] Meetme recording |
|
|
In article <A2AAC0D6BAE2F24585A72C0C6F040D458F4D9B at GLKMS2101.GREENLNK.NET>,
Lees, James (UK) <James.Lees at baesystems.com> wrote:
Quote: |
Hello,
Is there a way to change the format from the default?
'r' - Record conference (records as ${MEETME_RECORDINGFILE} using format
${MEETME_RECORDINGFORMAT}). Default filename is
meetme-conf-rec-${CONFNO}-${UNIQUEID} and the default format is wav. -
requires chan_zap.so
|
There's a clue in the help text you quoted. Set the channel variable
MEETME_RECORDINGFORMAT to one of the extensions shown in the output
of "show file formats", before calling MeetMe. e.g.
exten => _X.,1,Set(MEETME_RECORDINGFORMAT=gsm)
exten => _X.,n,MeetMe(${EXTEN},dr)
Hope this helps!
Cheers
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org |
|
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
|