Dáibhéad Antoine O'Reilligh
2009-Aug-18 21:30 UTC
[asterisk-users] Monitor-join not joining files in the queues.conf file
Hi everyone Has anybody ever come across this, I want it to join automatically the recording files for me but it creates the wav files as I expect but it doesn't join them sadly, so eg: ls 1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav 1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav Here is my queues.conf snippet [testQ] context=myTestContextRemovedForExample music=default strategy=ringall timeout=15 retry=5 wrapuptime=0 maxlen = 0 announce-frequency = 0 announce-holdtime = no leavewhenempty = yes joinempty = no monitor-format = wav monitor-join = yes ; add all the members statically so they ; turn off their phones when they dont want to read member => IAX2/100 Yet sadly it still doesn't join them. Have I forgotten anything? Thanks David -- _________________________________________ Mr. David Anthony O'Reilly, M.Sc, B.Sc Researcher @ MISL Group, University College Cork (Current) M.Sc MOB Postgraduate @ University College Cork - M.Sc (Mobile Networking and Computing) - 2009 Computer Science Graduate of The University of Dublin, Trinity College - B.Sc (Computer Science) 2008 Email: oreillda at tcd.ie / dor3 at student.cs.ucc.ie _________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090818/814cb37b/attachment.htm
Barry L. Kline
2009-Aug-18 21:43 UTC
[asterisk-users] Monitor-join not joining files in the queues.conf file
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 D?ibh?ad Antoine O'Reilligh wrote:> > Have I forgotten anything? >Do you have 'sox' installed on your asterisk box? Barry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFKiyB7CFu3bIiwtTARAkGOAKCjYeHxu9WDvOunloEjiVVQrb1UQQCcD0yM 55z/x/5rhL+C8DDBEN1Jgjg=ygsx -----END PGP SIGNATURE-----
Dáibhéad Antoine O'Reilligh
2009-Aug-18 21:44 UTC
[asterisk-users] Monitor-join not joining files in the queues.conf file
I just solved this :) Turns out that was removed in Asterisk 1.6 :) The solution is: monitor-type = MixMonitor monitor-format = wav Hopefully will help somebody!! also has a really neat after-recording shell command option, so after a file has been saved you can instantly have it converted to an MP3 with LAME on the command line with or anything else like that as I found: ; You can specify a post recording command to be executed after the end of ; recording by calling ; Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME} /tmp/^{MONITOR_FILENAME}) David 2009/8/18 D?ibh?ad Antoine O'Reilligh <oreillda at tcd.ie>> Hi everyone > > Has anybody ever come across this, I want it to join automatically the > recording files for me but it creates the wav files as I expect but it > doesn't join them sadly, so eg: > > ls > > 1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav > 1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav > > Here is my queues.conf snippet > > [testQ] > context=myTestContextRemovedForExample > music=default > strategy=ringall > timeout=15 > retry=5 > wrapuptime=0 > maxlen = 0 > announce-frequency = 0 > announce-holdtime = no > leavewhenempty = yes > joinempty = no > monitor-format = wav > monitor-join = yes > ; add all the members statically so they > ; turn off their phones when they dont want to read > member => IAX2/100 > > > Yet sadly it still doesn't join them. > > Have I forgotten anything? > > Thanks > David > > -- > _________________________________________ > > Mr. David Anthony O'Reilly, M.Sc, B.Sc > > Researcher @ MISL Group, University College Cork (Current) > > M.Sc MOB Postgraduate @ University College Cork - M.Sc (Mobile Networking > and Computing) - 2009 > > Computer Science Graduate of The University of Dublin, Trinity College - > B.Sc (Computer Science) 2008 > > Email: oreillda at tcd.ie / dor3 at student.cs.ucc.ie > > _________________________________________ >-- _________________________________________ Mr. David Anthony O'Reilly, M.Sc, B.Sc Researcher @ MISL Group, University College Cork (Current) M.Sc MOB Postgraduate @ University College Cork - M.Sc (Mobile Networking and Computing) - 2009 Computer Science Graduate of The University of Dublin, Trinity College - B.Sc (Computer Science) 2008 Email: oreillda at tcd.ie / dor3 at student.cs.ucc.ie Tel: +353 (0) 86 030 60 32 _________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090818/29906e43/attachment-0001.htm