ivr

Check to see if telephone number is active/real [closed]

此生再无相见时 提交于 2019-12-07 06:53:29
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I have a new project on hand on which is quite complex as i am not aware of its domain. My requirement is this, We have list of telephone numbers and from this list i need to check which telephone number is active/real. How would you program a telephony or IVR system to automatically dial phone numbers on this list and automatically detect if it is a valid phone number or not? I would like to use C# to program

SIP, asterisk, adhearson and VoIP

扶醉桌前 提交于 2019-12-05 08:07:21
问题 I'm trying to create a VoIP based IVR service that interacts with a web application. From what I understand, adhearson runs on top of asterisk. What else do I need to have on the server to satisfy the equation? I think I need a way for asterisk to connect to a voip account. I'd appreciate any help and/or phrases to google. 回答1: If you want to build your IVR quickly and easily you'd be better off looking at something like tropo.com (tropo's parent, voxeo, own adhearsion) or twilio.com, they've

getting the group name to the according pri port in asterisk

匆匆过客 提交于 2019-12-05 01:39:07
I am using sagoma 8 port card My chan_dahdi.conf to configure the ports are ;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit ;autogenrated on 2015-06-12 ;Dahdi Channels Configurations ;For detailed Dahdi options, view /etc/asterisk/chan_dahdi.conf.bak [trunkgroups] [channels] context=default usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes relaxdtmf=yes rxgain=0.0 txgain=0.0 group=1 callgroup=1 pickupgroup=1 immediate=no

What's your Interactive Voice Response Platform? [closed]

我的梦境 提交于 2019-12-04 10:16:24
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . For those of you working in the voice space, what are you using as your IVR platform? I am using Microsoft Speech Server 2007. What are some equivalent packages? Is anyone using open source software for handling inbound or outbound calls? Note that I'm not just talking about speech recognition, which is one component of a comprehensive package. An IVR platform would consist of speech recognition,

Java Client for Avaya IVR and CTI integration

时光总嘲笑我的痴心妄想 提交于 2019-12-04 05:26:08
问题 I am looking to develop a Java client for integrating the Avaya IVR to CTI. I have two questions. What is the format of the IVR output? How can this be read using JAVA? I want to develop a java program that is able to the read the input caller feeds to the IVR and take some action based on that. Are there some APIs or Webservices from Avaya that can be used for this purpose? If someone could provide me some links to websites where i can find API details for the said functionality, i would be

SIP, asterisk, adhearson and VoIP

爱⌒轻易说出口 提交于 2019-12-03 21:55:32
I'm trying to create a VoIP based IVR service that interacts with a web application. From what I understand, adhearson runs on top of asterisk. What else do I need to have on the server to satisfy the equation? I think I need a way for asterisk to connect to a voip account. I'd appreciate any help and/or phrases to google. If you want to build your IVR quickly and easily you'd be better off looking at something like tropo.com (tropo's parent, voxeo, own adhearsion) or twilio.com, they've done a lot of the grunt work for you and setting up Asterisk is not for the faint hearted. If you want

What's a good open source VoiceXML implementation?

北慕城南 提交于 2019-12-03 10:55:26
I am trying to find out if it's possible to build a complete IVR application by cobbling together parts from open source projects. Is anyone using a non-commercial VoiceXML implementation to build speech-enabled systems? I've tried JVoiceXML in the past and had some luck with it. http://jvoicexml.sourceforge.net/ It's java of course, but that wasn't a problem for my situation. Voiceglue ( http://www.voiceglue.org/ ) is an implementation of voicexml using openvxi and asterisk. It may be a good option for you, it is GPL licensed. matt b You might want to take a look at OpenVXI, I believe that a

Java Client for Avaya IVR and CTI integration

我只是一个虾纸丫 提交于 2019-12-02 06:06:14
I am looking to develop a Java client for integrating the Avaya IVR to CTI. I have two questions. What is the format of the IVR output? How can this be read using JAVA? I want to develop a java program that is able to the read the input caller feeds to the IVR and take some action based on that. Are there some APIs or Webservices from Avaya that can be used for this purpose? If someone could provide me some links to websites where i can find API details for the said functionality, i would be grateful. How do we configure the IVR to perform certain actions based on different inputs fed in by

Set waiting tone for asterisk agi function processing

半世苍凉 提交于 2019-11-28 07:38:11
问题 I am using asterisk with normal PHP AGI following this link the problem is that my PHP AGI takes 5 seconds to execute .I just want to set some waiting tone for the user to wait until the AGI is been processing. On the same link I found something: set music: Enable/Disable Music on hold generator, example "SET MUSIC ON default but I don't know exactly how to use I mean what would be the exact syntax and where do I put it. I have tried adding same => n,Set(CHANNEL(musicclass)=default) but it

What regular expression will match valid international phone numbers?

元气小坏坏 提交于 2019-11-26 00:27:48
I need to determine whether a phone number is valid before attempting to dial it. The phone call can go anywhere in the world. What regular expression will match valid international phone numbers? \+(9[976]\d|8[987530]\d|6[987]\d|5[90]\d|42\d|3[875]\d| 2[98654321]\d|9[8543210]|8[6421]|6[6543210]|5[87654321]| 4[987654310]|3[9643210]|2[70]|7|1)\d{1,14}$ Is the correct format for matching a generic international phone number. I replaced the US land line centric international access code 011 with the standard international access code identifier of '+', making it mandatory. I also changed the