I've seen this service done with AOL, I was curious how it was done on standard phone lines. Was it something the coordinated with the telco in some sort of hunt group configuration or something of that nature? ----- Dan Levine CYTEXONE | Your Technology Specialists t: 877.CYTEXONE x 810 l: 212.477.0990 x 810 e: dan@cytexone.com http://www.cytexone.com -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Gary Carr Sent: Thursday, April 21, 2005 4:50 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] using * for Internet call waiting Wondering if it is possible or if something already exist to setup * to offer Internet Call Waiting. For those that do not know what it is, it's a small application that runs on a users computer that will pop up a window letting them know they have a incoming call and who it is from then they can choose to take the call which will disconnect their dialup modem and ring their phone or send the call to voice mail. Thanks, Gary _______________________________________________ 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
Mojo with Horan & Company, LLC
2005-Apr-21 15:25 UTC
[Asterisk-Users] using * for Internet call waiting
I once tried the pagoo service. Seems I had to ask the telco for Call Forward Busy, and provide them with the toll free number pagoo gave me for their service. When the forwarded call is received by their systems, they would see _my_ callerid information, and thus know to contact my computer for the notification purpose. Also, not sure if this is on track with what you want, but I've used jabber_client.pl tied into my dialplan to popup the callerid info of an incoming call on my screen.. I could then choose to answer the call or let it ring to voicemail. Seems the jabber client Neos has well-designed popups. links: http://jabberd.jabberstudio.org/2/ for the jabber_alert.pl script, allows sending jabber msgs from cmd line. http://www.neosmt.com/ for a jabber client that pops up incoming messages. Note, this is also an H.323 client. Haven't tried it with * yet, but I have been meaning to. Here's the specific Dialplan line I use: [inpstn] exten => s,2,TrySystem(echo "Incoming call from :${CALLERID}" | jabber_alert.pl -e recipient@jabberserver -n sender@jabberserver -w senders_password) Because it can sometimes take 2 or 3 seconds to send the jabber message on my network, I use TrySystem instead of System, which blocks, waiting for the return code from the command I passed. Because the return code is prolly irrelevant, you'd most likely want to use TrySystem too... hope this helps :) Moj>-----Original Message----- >From: asterisk-users-bounces@lists.digium.com >[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Gary Carr >Sent: Thursday, April 21, 2005 4:50 PM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Subject: [Asterisk-Users] using * for Internet call waiting > >Wondering if it is possible or if something already exist to setup * to >offer Internet Call Waiting. For those that do not know what it is, it's >a small application that runs on a users computer that will pop up a >window letting them know they have a incoming call and who it is from >then they can choose to take the call which will disconnect their dialup >modem and ring their phone or send the call to voice mail. > > >Thanks, > > >Gary > > >_______________________________________________ >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 > > > >
The TDM part is pretty simple. The end user needs the call forward busy feature on thier line with the calls being forwarded to the * server. Taking it from there and sending it to a app on the users machine is whats left. I was thinking it could be sent with sip and a long timeout value. Gary I've seen this service done with AOL, I was curious how it was done on standard phone lines. Was it something the coordinated with the telco in some sort of hunt group configuration or something of that nature? ----- Dan Levine CYTEXONE | Your Technology Specialists t: 877.CYTEXONE x 810 l: 212.477.0990 x 810 e: dan@cytexone.com http://www.cytexone.com -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Gary Carr Sent: Thursday, April 21, 2005 4:50 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] using * for Internet call waiting Wondering if it is possible or if something already exist to setup * to offer Internet Call Waiting. For those that do not know what it is, it's a small application that runs on a users computer that will pop up a window letting them know they have a incoming call and who it is from then they can choose to take the call which will disconnect their dialup modem and ring their phone or send the call to voice mail. Thanks, Gary _______________________________________________ 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