Hi, I'm trying to detect and or log the duration a a conference (Meetme). I need it in order to do some billing for theses services. Any ideas on how to do it? I googled around but found nothing. Thanks in advance epablo -- Pablo Endres <epablo@comvoz.com> ComVoz Communications USA: +1 954 343-2085 Ext 199 Venezuela: +58 212 7713195 Ext 199 Colombia: +57 1 3256840 Ext 199
Isn't each call leg represented in the cdr file? If you set up account codes properly, it shouldn't be too difficult to script either a conference duration, or a total call duration to the conference.> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Pablo Endres > Sent: Monday, May 31, 2004 10:22 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Meetme + Billing > > > Hi, > > I'm trying to detect and or log the duration a a conference > (Meetme). I > need it in order to do some billing for theses services. > > Any ideas on how to do it? > > I googled around but found nothing. > > Thanks in advance > > epablo > > > -- > Pablo Endres <epablo@comvoz.com> > ComVoz Communications > > USA: +1 954 343-2085 Ext 199 > Venezuela: +58 212 7713195 Ext 199 > Colombia: +57 1 3256840 Ext 199 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > Scanned for viruses and dangerous content at > http://www.oneunified.net and is believed to be clean. > >-- Scanned for viruses and dangerous content at http://www.oneunified.net and is believed to be clean.
In Latest CVS HEAD MeetMe returns the variable MEETMESECS which is the number of seconds the user was connected to the conference. But you can also do some scripting of your own and can make it more specific to you application. (only billing with multiple users ... and so on) ----- Original Message ----- From: "Pablo Endres" <epablo@comvoz.com> To: <asterisk-users@lists.digium.com> Sent: Monday, May 31, 2004 3:21 PM Subject: [Asterisk-Users] Meetme + Billing> Hi, > > I'm trying to detect and or log the duration a a conference (Meetme). I > need it in order to do some billing for theses services. > > Any ideas on how to do it? > > I googled around but found nothing. > > Thanks in advance > > epablo > > > -- > Pablo Endres <epablo@comvoz.com> > ComVoz Communications > > USA: +1 954 343-2085 Ext 199 > Venezuela: +58 212 7713195 Ext 199 > Colombia: +57 1 3256840 Ext 199 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >