Hi Nitesh, Take a look at this http://www.microappliances.com/site/html/index.php?section=Products&page =clienthowto.php I've never implemented it though so I would appreciate some feedback on if it works. Cheers, Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nitesh Divecha Sent: Saturday, March 26, 2005 3:30 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Click-to-Talk with Asterisk? Hello All, Is there any open source Click-To-Talk feature which we can integrate with Asterisk PBX? It's a button created on a webpage and when clicked it will create a connection to any available extension. Can anyone point me to the right direction...? Thanking you in Advance. Neel _______________________________________________ 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
What should also be possible is to register a FWD number and link it to Asterisk. Then ask users to use the FWD Talk (http://www.freeworlddialup.com/content/view/full/332/) (IE ActiveX component - softphone) They would call the FWD number, which will then get forwarded to your Asterisk. Roman> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > dean collins > Sent: Samstag, 26. M?rz 2005 22:18 > To: nitesh@vipernetworks.com; Asterisk Users Mailing List - > Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Click-to-Talk with Asterisk? > > > Hi Nitesh, > Take a look at this > http://www.microappliances.com/site/html/index.php?section=Products&page =clienthowto.php I've never implemented it though so I would appreciate some feedback on if it works. Cheers, Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nitesh Divecha Sent: Saturday, March 26, 2005 3:30 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Click-to-Talk with Asterisk? Hello All, Is there any open source Click-To-Talk feature which we can integrate with Asterisk PBX? It's a button created on a webpage and when clicked it will create a connection to any available extension. Can anyone point me to the right direction...? Thanking you in Advance. Neel _______________________________________________ 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 _______________________________________________ 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
Gregory Wiktor - ADCom Corp.
2005-Mar-26 18:29 UTC
[Asterisk-Users] Click-to-Talk with Asterisk?
Neel, I managed to do this with a simple CGI script. All it does is take the phone number from a form, and create a call file on the asterisk machine. Then when my side answers, the call completes to the other side. Look into call files and you can see what I mean... Greg -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nitesh Divecha Sent: Saturday, March 26, 2005 3:30 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Click-to-Talk with Asterisk? Hello All, Is there any open source Click-To-Talk feature which we can integrate with Asterisk PBX? It's a button created on a webpage and when clicked it will create a connection to any available extension. Can anyone point me to the right direction...? Thanking you in Advance. Neel _______________________________________________ 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
Hi Greg, I think he was talking about creating a call via the website not actually dialing a phone number. Having said that can you post your script here, I'd like to see it. Cheers, Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Gregory Wiktor - ADCom Corp. Sent: Saturday, March 26, 2005 8:29 PM To: nitesh@vipernetworks.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Click-to-Talk with Asterisk? Neel, I managed to do this with a simple CGI script. All it does is take the phone number from a form, and create a call file on the asterisk machine. Then when my side answers, the call completes to the other side. Look into call files and you can see what I mean... Greg -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Nitesh Divecha Sent: Saturday, March 26, 2005 3:30 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Click-to-Talk with Asterisk? Hello All, Is there any open source Click-To-Talk feature which we can integrate with Asterisk PBX? It's a button created on a webpage and when clicked it will create a connection to any available extension. Can anyone point me to the right direction...? Thanking you in Advance. Neel _______________________________________________ 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 _______________________________________________ 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
Nitesh Divecha
2005-Mar-28 12:51 UTC
[Asterisk-Users] Click-to-Talk with Asterisk? => TACI
Hi Dean, For the Click-to-Talk working by using TACI (Trivial Asterisk Call-Generator Interface). But I found one strange thing that, on my Snom 220 display it shows "Asterisk Asterisk" when someone tries to make a call...? Any idea where I could find this "Asterisk Asterisk" parameter. Neel
Kevin P. Fleming
2005-Mar-28 12:58 UTC
[Asterisk-Users] Click-to-Talk with Asterisk? => TACI
Nitesh Divecha wrote:> But I found one strange thing that, on my Snom 220 display it shows > "Asterisk Asterisk" when someone tries to make a call...? > > Any idea where I could find this "Asterisk Asterisk" parameter.Those are the default when no CLID or CNAM have been supplied when the call was generated. You should be able to modify the tool that is creating the call to supply some sort of appropriate information.