RE: [Asterisk-Users] CallerID popup

2006-02-13 Thread Mimmus
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Iuri Gomes Diniz Sent: Friday, February 03, 2006 7:55 PM On Fri, 3 Feb 2006 11:41:53 +0100 Giovanni Miano [EMAIL PROTECTED] wrote: Link event For me, Link event only occurs when the called number pickup the call. I

Re: [Asterisk-Users] CallerID popup

2006-02-06 Thread Facundo Ameal
First, about the Jabber library: I'm using Asterisk Perl and the Jabber module for Perl. About dinmically loading the jabberid list, welll that's the problem I had and now I'm developing that. I thought about (and it's what I'm doing) generate a little database in XML in which you would put

Re: [Asterisk-Users] CallerID popup

2006-02-06 Thread Facundo Ameal
If you wnt to do it quick, I've seen this in another post of this list, and I think is good: exten = s,1,System(/bin/echo -n -e '${CALLERIDNAME} ${CALLERIDNUM}'| nc -w 1 192.168.1.16 10629) then you have tyo be monitoring that port and capture the information, you can do that in VB. 2006/2/6,

Re: [Asterisk-Users] CallerID popup

2006-02-06 Thread Peter Bowyer
YAC is a nice popup application (for Windows) to eat alerts just like the one below. http://sunflowerhead.com/software/yac/ Peter On 06/02/06, Facundo Ameal [EMAIL PROTECTED] wrote: If you wnt to do it quick, I've seen this in another post of this list, and I think is good: exten =

Re: [Asterisk-Users] CallerID popup

2006-02-06 Thread Andrew Kohlsmith
On Monday 06 February 2006 10:54, Facundo Ameal wrote: doing) generate a little database in XML in which you would put jabberid and extension so if you know the extension, you know the jabberid... what do you think about that? Yeah the little thing I whipped up a couple years back has no such

Re: [Asterisk-Users] CallerID popup

2006-02-03 Thread Giovanni Miano
Link event2006/2/3, Mimmus [EMAIL PROTECTED]: Hi,I'm trying to write a small Visual Basic app to throw a popup withCallerIDNum when a call center agent answers a queue call.Does anyone know what is the right manager event to intercept?ThanksMimmus

RE: [Asterisk-Users] CallerID popup

2006-02-03 Thread Mimmus
List - Non-Commercial DiscussionSubject: Re: [Asterisk-Users] CallerID popup Link event ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman

Re: [Asterisk-Users] CallerID popup

2006-02-03 Thread asterisk183
Dial event, in Asterisk 1.2:203-201Event: 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.3771Mimmus [EMAIL PROTECTED] ha scritto: Hi,I'm

RE: [Asterisk-Users] CallerID popup

2006-02-03 Thread Jonathan k. Creasy
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Asterisk-Users] CallerID popup

2006-02-03 Thread Mimmus
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan k. Creasy Sent: Friday, February 03, 2006 2:13 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] CallerID popup I have been planning to do the same thing but never got around

Re: [Asterisk-Users] CallerID popup

2006-02-03 Thread C F
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] CallerID popup Link event ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit

Re: [Asterisk-Users] CallerID popup

2006-02-03 Thread Facundo Ameal
Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] CallerID popup Link event ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] CallerID popup

2006-02-03 Thread Andrew Kohlsmith
On Friday 03 February 2006 10:21, Facundo Ameal wrote: I 'm developing something similar. It a perl script which tells you who is calling but it do it by sendind a jabber message. it's my first perl script so it's not finished yet. i'll share it so you can contribute if you want...

Re: [Asterisk-Users] CallerID popup

2006-02-03 Thread Iuri Gomes Diniz
On Fri, 3 Feb 2006 11:41:53 +0100 Giovanni Miano [EMAIL PROTECTED] wrote: Link event For me, Link event only occurs when the called number pickup the call. I prefer 'Newchannel' event when the 'State' are equal to 'Ringing' -- Iuri Gomes Diniz adm.iuri (at) digi.com.br Network Admin and