Hi, Can anybody explain me in configuring Asterisk to record a conference? Regards... Girish _________________________________________________________________ Add zing to Hotmail. Get FREE newsletters. http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe now!
Try something like this: exten => 2060,1,Answer exten => 2060,2,Wait,1 exten => 2060,3,Monitor,wav|algo exten => 2060,4,Meetme,1|ps Regards, Gus ----- Original Message ----- From: "Girish Gopinath" <gopinath_girish@hotmail.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 02, 2003 8:58 AM Subject: [Asterisk-Users] Meetme Recording> Hi, > > Can anybody explain me in configuring Asterisk to record a conference? > > Regards... > > Girish > > _________________________________________________________________ > Add zing to Hotmail. Get FREE newsletters. > http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe > now! > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Hi Gus, Thanks. It worked.... regards... Girish>From: "CW_ASN - Gus" <cw_asn@fibertel.com.ar> >Reply-To: asterisk-users@lists.digium.com >To: <asterisk-users@lists.digium.com> >Subject: Re: [Asterisk-Users] Meetme Recording >Date: Tue, 2 Dec 2003 10:56:18 -0300 > >Try something like this: > >exten => 2060,1,Answer >exten => 2060,2,Wait,1 >exten => 2060,3,Monitor,wav|algo >exten => 2060,4,Meetme,1|ps > >Regards, > >Gus > >----- Original Message ----- >From: "Girish Gopinath" <gopinath_girish@hotmail.com> >To: <asterisk-users@lists.digium.com> >Sent: Tuesday, December 02, 2003 8:58 AM >Subject: [Asterisk-Users] Meetme Recording > > > > Hi, > > > > Can anybody explain me in configuring Asterisk to record a conference? > > > > Regards... > > > > Girish > > > > _________________________________________________________________ > > Add zing to Hotmail. Get FREE newsletters. > > http://server1.msn.co.in/features/general/Newsletters/index.asp >Subscribe > > now! > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users_________________________________________________________________ Download cool KHNH ringtones. Add style to your mobile. http://server1.msn.co.in/sp03/gprs/howcani_ring.asp Simply click here.
what do the options "algo" do in the monitor app? I dont see that in the show application monitor? is this a patch? Dave>>> cw_asn@fibertel.com.ar 12/2/2003 6:56:18 AM >>>Try something like this: exten => 2060,1,Answer exten => 2060,2,Wait,1 exten => 2060,3,Monitor,wav|algo exten => 2060,4,Meetme,1|ps Regards, Gus ----- Original Message ----- From: "Girish Gopinath" <gopinath_girish@hotmail.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 02, 2003 8:58 AM Subject: [Asterisk-Users] Meetme Recording> Hi, > > Can anybody explain me in configuring Asterisk to record a conference? > > Regards... > > Girish > > _________________________________________________________________ > Add zing to Hotmail. Get FREE newsletters. > http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe > now! > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
"algo" is a file where app write a wav data. In spanish, "algo" means "something"... :) Gus -= Info about application 'Monitor' =- [Synopsis]: Monitor a channel [Description]: Monitor Used to start monitoring a channel. The channel's input and output voice packets are logged to files until the channel hangs up or monitoring is stopped by the StopMonitor application. The option string may contain the following arguments: [file_format|[fname_base]] file_format -- optional, if not set, defaults to "wav" fname_base -- if set, changes the filename used to the one specified. ----- Original Message ----- From: "Dave Packham" <dave.packham@utah.edu> To: <cw_asn@fibertel.com.ar>; <asterisk-users@lists.digium.com> Sent: Tuesday, December 02, 2003 1:59 PM Subject: Re: [Asterisk-Users] Meetme Recording what do the options "algo" do in the monitor app? I dont see that in the show application monitor? is this a patch? Dave>>> cw_asn@fibertel.com.ar 12/2/2003 6:56:18 AM >>>Try something like this: exten => 2060,1,Answer exten => 2060,2,Wait,1 exten => 2060,3,Monitor,wav|algo exten => 2060,4,Meetme,1|ps Regards, Gus ----- Original Message ----- From: "Girish Gopinath" <gopinath_girish@hotmail.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 02, 2003 8:58 AM Subject: [Asterisk-Users] Meetme Recording> Hi, > > Can anybody explain me in configuring Asterisk to record a conference? > > Regards... > > Girish > > _________________________________________________________________ > Add zing to Hotmail. Get FREE newsletters. > http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe > now! > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
man I feel dumb..... I speak spanish (i lived in BA Argentina for a few years) and I knew about the |filename option. I guess i was thinking that "algo" was the options "a l g o" . heh Dave>>> cw_asn@fibertel.com.ar 12/2/2003 3:23:02 PM >>>"algo" is a file where app write a wav data. In spanish, "algo" means "something"... :) Gus -= Info about application 'Monitor' =- [Synopsis]: Monitor a channel [Description]: Monitor Used to start monitoring a channel. The channel's input and output voice packets are logged to files until the channel hangs up or monitoring is stopped by the StopMonitor application. The option string may contain the following arguments: [file_format|[fname_base]] file_format -- optional, if not set, defaults to "wav" fname_base -- if set, changes the filename used to the one specified. ----- Original Message ----- From: "Dave Packham" <dave.packham@utah.edu> To: <cw_asn@fibertel.com.ar>; <asterisk-users@lists.digium.com> Sent: Tuesday, December 02, 2003 1:59 PM Subject: Re: [Asterisk-Users] Meetme Recording what do the options "algo" do in the monitor app? I dont see that in the show application monitor? is this a patch? Dave>>> cw_asn@fibertel.com.ar 12/2/2003 6:56:18 AM >>>Try something like this: exten => 2060,1,Answer exten => 2060,2,Wait,1 exten => 2060,3,Monitor,wav|algo exten => 2060,4,Meetme,1|ps Regards, Gus ----- Original Message ----- From: "Girish Gopinath" <gopinath_girish@hotmail.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 02, 2003 8:58 AM Subject: [Asterisk-Users] Meetme Recording> Hi, > > Can anybody explain me in configuring Asterisk to record a conference? > > Regards... > > Girish > > _________________________________________________________________ > Add zing to Hotmail. Get FREE newsletters. > http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe > now! > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Dave, 'algo' is the file in which u store the recorded conversation. u can find this file in /var/spool/asterisk/monitor Girish>From: "Dave Packham" <dave.packham@utah.edu> >Reply-To: asterisk-users@lists.digium.com >To: <cw_asn@fibertel.com.ar>, <asterisk-users@lists.digium.com> >Subject: Re: [Asterisk-Users] Meetme Recording >Date: Tue, 02 Dec 2003 09:59:14 -0700 > >what do the options "algo" do in the monitor app? I dont see that in the >show application monitor? is this a patch? > >Dave > > >>> cw_asn@fibertel.com.ar 12/2/2003 6:56:18 AM >>> >Try something like this: > >exten => 2060,1,Answer >exten => 2060,2,Wait,1 >exten => 2060,3,Monitor,wav|algo >exten => 2060,4,Meetme,1|ps > >Regards, > >Gus > >----- Original Message ----- >From: "Girish Gopinath" <gopinath_girish@hotmail.com> >To: <asterisk-users@lists.digium.com> >Sent: Tuesday, December 02, 2003 8:58 AM >Subject: [Asterisk-Users] Meetme Recording > > > > Hi, > > > > Can anybody explain me in configuring Asterisk to record a conference? > > > > Regards... > > > > Girish > > > > _________________________________________________________________ > > Add zing to Hotmail. Get FREE newsletters. > > http://server1.msn.co.in/features/general/Newsletters/index.asp >Subscribe > > now! > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users_________________________________________________________________ Add zing to Hotmail. Get FREE newsletters. http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe now!
The option for MeetMe() to record(r) the conference does not seem to be working. I see a CLI message that it is starting recording, however no file is ever created. No error or warnings messages are seen either. Starting recording of MeetMe Conference 100 into file meetme-conf-rec-100-1138045561.0.wav. extension => 100,MeetMe(,r) Is there something that I am missing to get this to work? --johann