similar to: Passing parameters to voiceglue.conf

Displaying 20 results from an estimated 600 matches similar to: "Passing parameters to voiceglue.conf"

2007 Aug 01
0
Announcing free (GPL) VXML for Asterisk - Voiceglue
The first release of Voiceglue is now available. Voiceglue provides a VXML interpreter using Asterisk telephony and the OpenVXI VXML parsing suite. It is released under the GPL, and thus compatible with Asterisk and OpenVXI licensing. The first release is available at the project website: http://www.voiceglue.org There is also a mailing list for those interested in continued evolution of
2012 Dec 25
2
Vxml record voice parameter
Hi, I am working on vxml to record voice. I have trouble with getting url of recorded voice. I want to save and I am using java to get record parameter from url and it returns a string which is audio/basic:len(123123):p0x5a6e6241, but I want to get file object or base64 string with parameter or to relate returning string with path in asterisk server, are there any way to do this? --
2008 Jul 03
2
Asterisk VXML... Help.
So, I'm trying to get the Asterisk vxml (from i6net) working. Having no luck with it. My dial plan has: exten => _X.,1,Answer() exten => _X.,n,Wait(1) exten => _X.,n,Vxml(file:///tmp/menu.vxml) The /tmp/menu.vxml file has: <?xml version="1.0"?> <vxml version="1.0"> <form> <block><audio
2015 Apr 27
2
adding area code
here is what I have: exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) not having success; "Got SIP reponse 503" Service Unavailable" On 04/27/2015 02:19 PM, Bryant Zimmerman wrote: > Motty > Yes > From your dial plan accept 9 + 7 digits
2013 Feb 12
1
asterisk 11 AGI
I recently upgraded to asterisk 11 from 1.8. I had VXML working via AGI in 1.8 - from extensions.conf: [VXML] exten => s,1,Answer exten => s,n,Set(ENCODED=${URIENCODE(${ARG1})}) exten => s,n,AGI(agi://localhost/url=${ENCODED}) exten => s,n,Hangup Using asterisk 11 on the same host with the same config in extensions.conf: -- Executing [s at VXML:1]
2015 Apr 27
0
adding area code
forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. Thanks, On 04/27/2015 02:38 PM, Motty Cruz wrote: > here is what I have: > > exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) > > exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) > > exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) > > not having success; > >
2009 Dec 23
1
AMI originate and PHP
Hi Guys, I am trying to make a web form where a person is allowed to put in $phoneNumber, $dialNumber, and $spoofNumber to make a call with spoof caller ID. There are a few problems that I am facing with Asterisk AMI Originate command. The reason why I want to use the darn AMI Originate is because I am sending calls to mobile phones and I want to have some accountability and to know if a call was
2012 Feb 27
0
Correct call duration when transfer a call
Hi. I am new to asterisk. I have an ivr application with asterisk and voiceglue. I make a call from asterisk (say to A) and when callee press a button voiceglue transfer the callee to another number (say to B). When I look cdr records the billsec between A and B always 0 and billsec with A shows the billsec for A and B. I am confused. Is there a reliable way to get the real call durations? Best
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
Dear all, I have installed asterisk 1.0.5 on redhat 9 I have installed also, asterisk-oh323 0.6.5 module (successfully compiled and installed) Now When I am trying to get asterisk communicate with a Radius (in my case: it's the VoiceMaster Radius) I was able to do the following: After installing all recommended to download and install radius client for asterisk
2015 Apr 27
2
adding area code
> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com> wrote: > > forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. > > Thanks, > > > On 04/27/2015 02:38 PM, Motty Cruz wrote: >> here is what I have: >> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) >> >> exten =>
2005 Jun 01
1
FW: TellMe pay-as-you-go? - UPDATE
As some of you know I've been trying to facilitate an involvement with www.tellme.com <http://www.tellme.com/> speech recognition tools and Asterisk. See www.studio.tellme.com <http://www.studio.tellme.com/> There have been a number of people who are already integrating the two and utilizing Tellme as an ASP to deliver speech recognition to their asterisk applications.
2013 Jan 23
4
Not able to do ssh with libvirt
Hi, I am having issue while doing *ssh* to a virtual node through libvirt. The nodes's ip address is 192.168.82.1. When I am giving the command it is giving the following error message: *virsh# connect vbox+ssh://192.168.82.1/session* *Password:* *error: Failed to connect to the hypervisor* *error: End of ifle while reading data: sh: nc: command not found: Input/output error.* Can anyone
2015 Apr 27
0
adding area code
Motty Yes From your dial plan accept 9 + 7 digits then concat your dialed number together with your areacode. This s a brief example. exten => _9XXXXXXX,1,Set(l_HomeAreaCode=555) exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN-1}) ;; This line should combine your area code and the last 7 digits of your dialed phone number exten =>
2015 Apr 28
0
adding area code
this code worked for me, here is what I did and worked for me: exten => 1381+NXXXXXX,1,Set(CALLERID(number)=3817383444) exten => 1+NXXNXXXXXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80) Thanks for you help! On 04/27/2015 02:56 PM, Matt Riddell wrote: > >> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com >> <mailto:motty.cruz at gmail.com>> wrote:
2005 Feb 24
2
asterisk supports VXML?
Hello, Does asterisk supports VXML? Couldn't find much resource on that on google and wiki. Thanks Foong
2003 Jul 14
1
VXML?
Anyone know of anybody doing VXML with Asterisk and/or Linux? Tia Kevin
2008 Jul 05
0
Return Vars to Dial Plan from VXML()
I'm using i6net's vxml browser in Asterisk. I'm trying to work out how I can return the inputs from a menu or form back into the Asterisk dial plan. Is there a variable? It's not documented if it is. The exit tag apparently can be used to return a value (still trying to work out how to do that), but what about multiple values, such as with a form? Doug. --------------
2004 Jun 07
0
Application possibilities
As a newbie to * there is a lot I do not yet understand. Before I jump onboard I could use some help in evaluating whether * is the way to go on applications I'm about to put together and spec. Here are a number of questions that will help me in my evaluations. I hope this belongs in this group. The first application is a outdial app. with the option of the called party opting in to be
2005 Mar 07
0
SIP URI
Hello, I try to append a URI to the SIP dial syntax, however the URI were not shown in the sip debug message. I have read one of the post in the list which actualy show the URI string in the debug message (at the To: field). Is there any setting I need to set or turn on during compilation of asterisk? I have the head version of asterisk and my extension.conf setting is proveded below: exten
2009 Jul 09
1
Dial stops trying after ~30s regardless
Hi, My Dial() is set to the following, but always stops about 30 seconds into the call even when I set it to try for 60 seconds. exten => dialnumber,1,Dial(${DialInfo},60) I am running on 1.6.1-r199820. Is there some other setting that is overriding mine? Or an issue with this release? Thanks for the help. JR -------------- next part -------------- An HTML attachment was