Hello I'd like to display CID information on users' monitor running Windows. I know I can run a script through the dialplan to send a datagram that is picked up Impulse Technology's free NetCID (www.imptec.com), but I'd rather use an open-source solution. An alternative would be to use a Windows application that would connect to Asterisk's AMI. I don't know if multiple clients can connect simultaneously and each be notified of incoming calls. There may be yet other ways to do what I want. Are there open-source solutions you could recommend? Thank you.
jon pounder
2011-Jan-26 14:04 UTC
[asterisk-users] Recommended Windows client to display CID?
On 01/26/2011 08:52 AM, Gilles wrote: If you like open source what are you doing running windows ? Getting anything to work properly there which does network communications is a huge PITA since every user has their own firewall and different settings etc etc etc.> Hello > > I'd like to display CID information on users' monitor running > Windows. > > I know I can run a script through the dialplan to send a datagram that > is picked up Impulse Technology's free NetCID (www.imptec.com), but > I'd rather use an open-source solution. > > An alternative would be to use a Windows application that would > connect to Asterisk's AMI. I don't know if multiple clients can > connect simultaneously and each be notified of incoming calls. > > There may be yet other ways to do what I want. > > Are there open-source solutions you could recommend? > > Thank you. > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Joel Maslak
2011-Jan-26 14:14 UTC
[asterisk-users] Recommended Windows client to display CID?
I have asterisk call out to a shell script which sends a jabber message to the user (along with links to any open tickets in our ticketing system associated with that CID). All free, but requires work to build. On Jan 26, 2011, at 6:52 AM, Gilles <codecomplete at free.fr> wrote:> Hello > > I'd like to display CID information on users' monitor running > Windows. > > I know I can run a script through the dialplan to send a datagram that > is picked up Impulse Technology's free NetCID (www.imptec.com), but > I'd rather use an open-source solution. > > An alternative would be to use a Windows application that would > connect to Asterisk's AMI. I don't know if multiple clients can > connect simultaneously and each be notified of incoming calls. > > There may be yet other ways to do what I want. > > Are there open-source solutions you could recommend? > > Thank you. > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
A J Stiles
2011-Jan-26 14:17 UTC
[asterisk-users] Recommended Windows client to display CID?
On Wednesday 26 Jan 2011, Gilles wrote:> I'd like to display CID information on users' monitor running > Windows. > > I know I can run a script through the dialplan to send a datagram that > is picked up Impulse Technology's free NetCID (www.imptec.com), but > I'd rather use an open-source solution.A web browser on the Windows boxes; continually refreshing a CGI script hosted on the Asterisk server that displays data from a database, which in turn is updated by an AGI script run from within the dialplan whenever a call comes in or hangs up? Otherwise, you'd need to run some sort of daemon on the Windows boxes that listened out for messages sent by an AGI script. Maybe you can hack an instant messaging client to pieces for this purpose? -- AJS Answers come *after* questions.
Leif Madsen
2011-Jan-26 17:15 UTC
[asterisk-users] Recommended Windows client to display CID?
On 11-01-26 08:52 AM, Gilles wrote:> Hello > > I'd like to display CID information on users' monitor running > Windows.You could use any XMPP client and send a message to it using JabberSend() from the dialplan. We document using it at http://ofps.oreilly.com. Leif.
On Wed, 26 Jan 2011 12:15:01 -0500, Leif Madsen <leif.madsen at asteriskdocs.org> wrote:>You could use any XMPP client and send a message to it using JabberSend() from >the dialplan. We document using it at http://ofps.oreilly.com.Thanks Leif.
Asterisk
2011-Jan-26 18:30 UTC
[asterisk-users] Recommended Windows client to display CID?
On Wed, Jan 26, 2011 at 1:28 PM, Asterisk <l_aa at halfmind.com> wrote:> >> On 01/26/2011 9:14 AM, Joel Maslak wrote: >> > I have asterisk call out to a shell script which sends a jabber >> > message to the user (along with links to any open tickets in our >> > ticketing system associated with that CID). All free, but requires >> > work to build. >> >> Ooh. I like this. Can you post a sample, or maybe a synopsis of what >> pieces you are using to tie this all together? >> >>This can also be accomplished using JabberSend. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110126/d8f40d44/attachment.htm>
Magnus Persson
2011-Jan-27 07:46 UTC
[asterisk-users] Recommended Windows client to display CID?
Gilles skrev:> Hello > > I'd like to display CID information on users' monitor running > Windows. > > I know I can run a script through the dialplan to send a datagram that > is picked up Impulse Technology's free NetCID (www.imptec.com), but > I'd rather use an open-source solution. > > An alternative would be to use a Windows application that would > connect to Asterisk's AMI. I don't know if multiple clients can > connect simultaneously and each be notified of incoming calls. > > There may be yet other ways to do what I want. > > Are there open-source solutions you could recommend? > > Thank you. > > >Hi Gilles, If you want someting really light weight there is always the old winpopup protocoll. For example: smbclient -M NETBIOSNAME < text.txt (on linux) I am unsure about support in later versions of Windows but up to at least win2000 this pops up a simple message box on the windows machine remotely. /Magnus> -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
On Wed, 26 Jan 2011 14:52:59 +0100, Gilles <codecomplete at free.fr> wrote:>Are there open-source solutions you could recommend?I had another idea: It'd be cool if the application could either just display CID information, or also search Outlook for a matching Contact and open the relevant page so that the user can review/add information for that person. Poor man's CRM :-)
Amardeep Rana
2011-Jan-27 16:44 UTC
[asterisk-users] Recommended Windows client to display CID?
HI , ? Please give idea for Multi tenant with Trixbox or elastix. ? ? Thanks Amardeep Rana -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110127/3c864710/attachment.htm>