Hello everyone, This is is my first email to this group. I'm am writing a small php program to pull some info out of our Asterisk's queue_log. I'm having trouble figuring out what some of the parameters mean. Here's an example: 1118098465|1118098465.47|salesq|NONE|ENTERQUEUE||"Ray Balbin 25" <(716)250-3405> I found a doc that tells me about everything from "ENTERQUEUE" and on but nothing on the 4 fields before it. Can anyone she some light on this ? Hugo
Hugo,> 1118098465|1118098465.47|salesq|NONE|ENTERQUEUE||"Ray Balbin 25" > <(716)250-3405>1st column is unixtime stamp for the current date 2nd column is not really sure...maybe the duration? 3rd column is the queue name 4th column is their agent number (or NONE if there isn't one) --johann
On 6/7/05, Johann <johann.hoehn@ecommerce.com> wrote:> Hugo, > > > 1118098465|1118098465.47|salesq|NONE|ENTERQUEUE||"Ray Balbin 25" > > <(716)250-3405>> 2nd column is not really sure...maybe the duration?Asterisk UniqueID of the call. -Brian
Thank Brian ! That gave us the last piece we needed. Regards, Hugo Brian Roy wrote:>On 6/7/05, Johann <johann.hoehn@ecommerce.com> wrote: > > >>Hugo, >> >> >> >>>1118098465|1118098465.47|salesq|NONE|ENTERQUEUE||"Ray Balbin 25" >>><(716)250-3405> >>> >>> > > > >>2nd column is not really sure...maybe the duration? >> >> > >Asterisk UniqueID of the call. > >-Brian >_______________________________________________ >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 > > > >
I'm looking for a similar script. Care to share? -bill On 7-Jun-05, at 10:43 AM, Hugo Begglo wrote:> Hello everyone, > This is is my first email to this group. > > I'm am writing a small php program to pull some info out of our > Asterisk's queue_log. I'm having trouble figuring out what some of > the parameters mean. > Here's an example: > > 1118098465|1118098465.47|salesq|NONE|ENTERQUEUE||"Ray Balbin 25" < > (716)250-3405> > > I found a doc that tells me about everything from "ENTERQUEUE" and > on but nothing on the 4 fields before it. > Can anyone she some light on this ? > > Hugo > > > _______________________________________________ > 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 >