Hi, I'm trying to write a small Visual Basic app to throw a popup with CallerIDNum when a call center agent answers a queue call. Does anyone know what is the right manager event to intercept? Thanks Mimmus
Link event 2006/2/3, Mimmus <dviggiani@tiscali.it>:> > Hi, > I'm trying to write a small Visual Basic app to throw a popup with > CallerIDNum when a call center agent answers a queue call. > Does anyone know what is the right manager event to intercept? > > Thanks > Mimmus > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Giovanni Miano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060203/5ab4ada8/attachment.htm
It works. Thanks a lot. With 15/20 users, is it better to use a manager proxy or to connect directly to the Asterisk server? Thanks _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Giovanni Miano Sent: Friday, February 03, 2006 11:42 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] CallerID popup Link event -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060203/20a129d0/attachment.htm
Dial event, in Asterisk 1.2: 203->201 Event: Dial Privilege: call,all Source: SIP/203-8467 Destination: SIP/201-45d9 CallerID: 203 CallerIDName: 203 SrcUniqueID: asterisk-1912-1138197095.3769 DestUniqueID: asterisk-1912-1138197095.3771 Mimmus <dviggiani@tiscali.it> ha scritto: Hi, I'm trying to write a small Visual Basic app to throw a popup with CallerIDNum when a call center agent answers a queue call. Does anyone know what is the right manager event to intercept? Thanks Mimmus _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users --------------------------------- Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060203/43b59483/attachment.htm
I have been planning to do the same thing but never got around to it, I actually did write a nice class to wrap the interface to the manager but it isn't complete. Would you be willing to share your work? -Jonathan -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mimmus Sent: Friday, February 03, 2006 5:19 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] CallerID popup Hi, I'm trying to write a small Visual Basic app to throw a popup with CallerIDNum when a call center agent answers a queue call. Does anyone know what is the right manager event to intercept? Thanks Mimmus _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users