VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jwinius at umrk.to Guest
|
Posted: Wed Feb 13, 2008 7:49 pm Post subject: [asterisk-users] Touch monitor file name format |
|
|
Hi list,
The default file name format for touch monitor (automon) recordings is:
auto-${EPOCH}-caller-calee
It's possible to use the ${TOUCH_MONITOR} variable to change the
'caller-calee' part, but what about the 'auto-${EPOCH}-' part?
I've been trying to use ${MONITOR_EXEC_ARGS} to add some more commands
after the somix sequence for mp3 conversion. This should work, but
I've so far failed to produce any mp3 files because I'm not able to
predict the above epoch number. If I could alter 'auto-${EPOCH}-', or
if it was stored in a variable I could use, then I'm sure my plan will
succeed.
Any ideas?
Thanks,
Jaap |
|
Back to top |
|
|
Guest
|
Posted: Fri Feb 15, 2008 2:43 pm Post subject: [asterisk-users] Touch monitor file name format |
|
|
Will "Set(MONITOR_FILENAME=/blahblah/filename)" work for you?
Moj
Jaap Winius wrote:
Quote: | Hi list,
The default file name format for touch monitor (automon) recordings is:
auto-${EPOCH}-caller-calee
It's possible to use the ${TOUCH_MONITOR} variable to change the
'caller-calee' part, but what about the 'auto-${EPOCH}-' part?
I've been trying to use ${MONITOR_EXEC_ARGS} to add some more commands
after the somix sequence for mp3 conversion. This should work, but
I've so far failed to produce any mp3 files because I'm not able to
predict the above epoch number. If I could alter 'auto-${EPOCH}-', or
if it was stored in a variable I could use, then I'm sure my plan will
succeed.
Any ideas?
Thanks,
Jaap
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
jwinius at umrk.to Guest
|
Posted: Fri Feb 15, 2008 9:48 pm Post subject: [asterisk-users] Touch monitor file name format |
|
|
Quoting "Mojo with Horan & Company, LLC" <mojo at horanappraisals.com>:
Quote: | Will "Set(MONITOR_FILENAME=/blahblah/filename)" work for you?
|
No, that doesn't work. ${MONITOR_FILENAME} can influence the filenames
in the string that you can tack onto the somix sequence using
${MONITOR_EXEC_ARGS}, but not the file name that automon produces. I
suppose you could also regard the automon output file name format as:
auto-${EPOCH}-${TOUCH_MONITOR}
The default is:
auto-${EPOCH}-caller-calee
Once again, it's easy to change and/or predict what the
${TOUCH_MONITOR} part is going to be, but AFAIK not the
'auto-${EPOCH}-' part. Therefore, if I'm right, there's no way to
manipulate the automon output using ${MONITOR_EXEC_ARGS}.
Thanks anyway,
Jaap |
|
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
|