Serge Mankovski
2004-Mar-16 09:44 UTC
[Asterisk-Users] Web service to start a conference and voice mail
Hi I have written a web service that starts a conference call and then monitors call progress on the manager interface. It works nicely until conference in a voice mail system. It would be better if I could intercept the fact that the answering side is a voice mail and not to conference it in. The same thing might happen with fax or modem, but I have not seen that happening yet. Is there a way to identify when if there is a voice mail machine of the line, fax or a modem? Thank you Serge _________________________________________________________________ Get business advice and resources to improve your work life, from bCentral. http://special.msn.com/bcentral/loudclear.armx
C. Johnson
2004-Mar-16 10:05 UTC
[Asterisk-Users] Web service to start a conference and voice mail
is it publicly available?> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of> Serge Mankovski > Sent: Tuesday, March 16, 2004 10:45 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Web service to start aconference> and voice mail > > Hi > I have written a web service that starts aconference call> and then monitors call progress on the managerinterface. It> works nicely until conference in a voice mailsystem. It> would be better if I could intercept the factthat the> answering side is a voice mail and not toconference it in.> The same thing might happen with fax or modem,but I have not> seen that happening yet. > > Is there a way to identify when if there is avoice mail> machine of the line, fax or a modem? > > Thank you > Serge > >__________________________________________________ _______________> Get business advice and resources to improveyour work life,> from bCentral. > http://special.msn.com/bcentral/loudclear.armx > > _______________________________________________ > 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>
Greg Renouf
2004-Mar-16 10:06 UTC
[Asterisk-Users] Web service to start a conference and voice mail
Serge, Are you talking about calls to the PSTN? If so, there is no universal standard for indicating the call is answered be voice mail. This is possible with GSM; however, you must have SS7 signalling (not directly available on * at this time.) I would recommend that you write your app so that it asks the person to answers the call to enter a touch-tone to indicate they wish to be connected to the conference. This is much easier than having * guess if it has reached a person or not... -GSR p.s. I'd love to have a look at your app if you are willing to share it... On Tue, 2004-03-16 at 17:44, Serge Mankovski wrote:> Hi > I have written a web service that starts a conference call and then monitors > call progress on the manager interface. It works nicely until conference in > a voice mail system. It would be better if I could intercept the fact that > the answering side is a voice mail and not to conference it in. The same > thing might happen with fax or modem, but I have not seen that happening > yet. > > Is there a way to identify when if there is a voice mail machine of the > line, fax or a modem? > > Thank you > Serge > > _________________________________________________________________ > Get business advice and resources to improve your work life, from bCentral. > http://special.msn.com/bcentral/loudclear.armx > > _______________________________________________ > 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 >
fabian@gigacodes.de
2004-Mar-16 10:16 UTC
[Asterisk-Users] Web service to start a conference and voice mail
Hi, As far as is know, there is no perfect solution for this problem. Some people worked out an math algorithm that tries to detect an answering machine. But this just bases on the fact, that an answering machine takes more time to answer (speak the first tone), than a real person. And therefore it's not very accurate. I'm not aware of any other technique to discover an answering machine / voicemail... Regards Fabian Stelzer -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Serge Mankovski Sent: Tuesday, March 16, 2004 5:45 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Web service to start a conference and voice mail Hi I have written a web service that starts a conference call and then monitors call progress on the manager interface. It works nicely until conference in a voice mail system. It would be better if I could intercept the fact that the answering side is a voice mail and not to conference it in. The same thing might happen with fax or modem, but I have not seen that happening yet. Is there a way to identify when if there is a voice mail machine of the line, fax or a modem? Thank you Serge _________________________________________________________________ Get business advice and resources to improve your work life, from bCentral. http://special.msn.com/bcentral/loudclear.armx _______________________________________________ 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
Serge Mankovski
2004-Mar-16 10:37 UTC
[Asterisk-Users] Web service to start a conference and voice mail
Web Service is not available publicly. One of the reasons is that I do not have a coumputer outsde of firewalls I could deploy it on. Serge>From: "C. Johnson" <javadude@cedrick.net> >Reply-To: asterisk-users@lists.digium.com >To: <asterisk-users@lists.digium.com> >Subject: RE: [Asterisk-Users] Web service to start a conference and voice >mail >Date: Tue, 16 Mar 2004 11:05:32 -0600 > >is it publicly available? > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com > > [mailto:asterisk-users-admin@lists.digium.com] >On Behalf Of > > Serge Mankovski > > Sent: Tuesday, March 16, 2004 10:45 AM > > To: asterisk-users@lists.digium.com > > Subject: [Asterisk-Users] Web service to start a >conference > > and voice mail > > > > Hi > > I have written a web service that starts a >conference call > > and then monitors call progress on the manager >interface. It > > works nicely until conference in a voice mail >system. It > > would be better if I could intercept the fact >that the > > answering side is a voice mail and not to >conference it in. > > The same thing might happen with fax or modem, >but I have not > > seen that happening yet. > > > > Is there a way to identify when if there is a >voice mail > > machine of the line, fax or a modem? > > > > Thank you > > Serge > > > > >__________________________________________________ >_______________ > > Get business advice and resources to improve >your work life, > > from bCentral. > > http://special.msn.com/bcentral/loudclear.armx > > > > _______________________________________________ > > 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_________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN Premium http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
Edwin Silva
2004-Mar-16 12:26 UTC
[Asterisk-Users] Web service to start a conference and voice mail
I think he means if the script is available(would you be willing to email it to the list and have someone else host the file for you?) The application sounds very interesting. I'm sure you would get a lot of positive feed back and help developing it. -edwin -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Serge Mankovski Sent: Tuesday, March 16, 2004 12:38 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Web service to start a conference and voice mail Web Service is not available publicly. One of the reasons is that I do not have a coumputer outsde of firewalls I could deploy it on. Serge>From: "C. Johnson" <javadude@cedrick.net> >Reply-To: asterisk-users@lists.digium.com >To: <asterisk-users@lists.digium.com> >Subject: RE: [Asterisk-Users] Web service to start a conference andvoice>mail >Date: Tue, 16 Mar 2004 11:05:32 -0600 > >is it publicly available? > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com > > [mailto:asterisk-users-admin@lists.digium.com] >On Behalf Of > > Serge Mankovski > > Sent: Tuesday, March 16, 2004 10:45 AM > > To: asterisk-users@lists.digium.com > > Subject: [Asterisk-Users] Web service to start a >conference > > and voice mail > > > > Hi > > I have written a web service that starts a >conference call > > and then monitors call progress on the manager >interface. It > > works nicely until conference in a voice mail >system. It > > would be better if I could intercept the fact >that the > > answering side is a voice mail and not to >conference it in. > > The same thing might happen with fax or modem, >but I have not > > seen that happening yet. > > > > Is there a way to identify when if there is a >voice mail > > machine of the line, fax or a modem? > > > > Thank you > > Serge > > > > >__________________________________________________ >_______________ > > Get business advice and resources to improve >your work life, > > from bCentral. > > http://special.msn.com/bcentral/loudclear.armx > > > > _______________________________________________ > > 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_________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN Premium http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU =http://hotmail.com/enca&HL=Market_MSNIS_Taglines _______________________________________________ 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