similar to: Dialplan: funcionality testing

Displaying 20 results from an estimated 1000 matches similar to: "Dialplan: funcionality testing"

2011 Mar 02
1
Doubt about cdr on asterisk
I have the following situation.... I'm using Action Originate to originate a call for a costumer. Originate goes to a context that call the dial application. Before the application (Dial using the G option) to be invoked i'm setting the variable cellphone like this: [firstcontext] exten => s,1,Set(CDR(cellphone)=${CELLPHONE}) exten => s,n,Dial(IAX2/user:pass at
2011 Nov 28
1
Queue-Tip/Adhearsion installation tip
Hi, I'm giving Queue-Tip a try, following installation instructions in http://queue-tip.rubyforge.org/install.html. My setup is : ruby 1.8.7 rubygems 1.3.7 rails 3.1.3 Adhearsion 1.2.3 I'm struck in step 7 in the above installation procedure : # rake --trace db:create (in /usr/local/src/queue-tip) rake aborted! no such file to load -- initializer
2011 Nov 25
1
Install Adhearsion on Debian
Hi, I'm giving Adhearsion a try on a Debian Squeeze. I read here (https://github.com/adhearsion/adhearsion/wiki/Getting-Started) that the command "sudo gem install adhearsion" should "automatically add the ahn command to your system". On mine I can't run ahn without specifying full path (/var/lib/gems/1.8/bin/ahn). Did I miss something ? Regards -------------- next
2015 Apr 27
1
Asterisk proxying a REFER
Hello, we are using Asterisk with Adhearsion as our application server, with another Asterisk box acting as the office PBX, where all office phones are registered. A REFER to transfer calls within the office results in the Adhearsion application call being dropped, because the leg between the PBX and the app server is terminated by the PBX following the REFER. Is there a way to configure
2015 May 15
1
Re-INVITE and bridge breakage
Hello, as a variation of our issues with Adhearsion calls dropping when an INVITE comes in for a bridged call, I now have a new issue to contend with. Our call is in an AsyncAGI application, and has been bridged to another channel. The provider that supplies the DID sends a polling reINVITE every 15 minutes (it's a documented Metaswitch behavior amongst others). The reINVITE is seen as a new
2012 Sep 05
6
Async AGI
Hi, Is there a way to execute next priority in the dialplan if you have called agi:async? I want to play warning message if adhearsion is down. Currently I wasn't able to make it work. The dialplan execution ends after the first priority. [incomming] exten => _X.,1,AGI(agi:async) exten => _X.,2,Answer exten => _X.,3,Playback(some-message) exten => _X.,4,Hangup Regards, Pavel
2010 Oct 28
0
Adhearsion 1.0 - Now Showing
Thanks to the hard work of many people in the Adhearsion community, I am pleased to be able to announce the immediate availability of Adhearsion version 1.0. Since Jay Phillips first began work on the project in 2006 Adhearsion has changed the way developers think about telephony applications. Now with several years of operating experience and multitudes of applications deployed to production,
2008 Oct 29
1
app_swift installation problems
Hi, I have tried installing app_swift on both mac os x and ubuntu now and am getting the same error. I must be missing something, as I have tried multiple versions and everytime do sudo make install i get: if ! [ -f /etc/asterisk/swift.conf ]; then \ install -m 644 swift.conf.sample /etc/asterisk/swift.conf ; \ fi if [ -f app_swift.so ]; then \ install -m 755 app_swift.so
2011 Feb 23
0
Adhearsion 1.0.1 Released
The Adhearsion team announces the release of Adhearsion version 1.0.1. Adhearsion is an open source Ruby-language framework for creating telephony applications. This update primarily addresses compatibility with newer versions of other software but also adds native support for Bundler to newly created Adhearsion applications. Here are some highlights from the changelog: Handling of new Asterisk
2007 Dec 03
0
Adhearsion Install Fails.
Not strictly an Asterisk question. I've tried to install adhearsion on TWO relatively fresh CentOS 5.x systems, and I get this... [root at localhost rubygems-0.9.5]# gem install adhearsion Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - /usr/lib/ruby/gems/1.8/gems/adhearsion-0.7.7/bin/ahn The
2007 Jul 04
1
Asterisk TV will go live this Friday
In conjunction with Mark Spencer's visit to our Paris office, we'll be kicking off Asterisk TV (http://asterisktv.com) live during the weekls Asterisk Users Conference. I believe someone from Lumenvox will be back with us on the conference, now that I've had a chance to play with their speech recognition product. I think we're starting to get some great info from the user
2007 Jul 27
1
Asterisk Users Conference Friday at 12:30 PM EDT
You can listen or join the Asterisk Users Conference Fridays at 12:30 PM EDT Today's subject suggestions: FAX capabilities, what's your solution? Multiple asterisk server implimentation: ENUM, DUNDI or even two servers connected Your subjects? Share your ideas, ask your questions! See http://x2z.eu for instructions on how to join or listen
2012 Jan 04
1
Rami
Hi, Does anybody know if RAMI (Ruby Ami) is still functional? And is this still compatible with asterisk 1.8 Best Regards, Arjan Kroon Mobillion BV
2011 Nov 25
0
Install Adhearsion on Debian [SOLVED]
2011/11/25 Olivier <oza_4h07 at yahoo.fr> > > > 2011/11/25 John Knight <john at classiccitytelco.com> > >> Was your PATH variable modified to add /var/lib/gems/1.8/bin perhaps? >> > > No I didn't. > I would have thought that rubygems installation should car of this (adding > installed gems into users paths). > As I'm new to Ruby, I
2015 May 04
0
Asterisk proxying a REFER
-- Luca Pradovera luca.pradovera at gmail.com Hello, sorry, I managed to lose the reply amidst the traffic. What we have here is our application server APP with leg A in AsyncAGI in an Adhearsion application, which after some magic dials leg B on the office PBX through a configured peer. Leg B then decides that user C knows more about the subject, and initiates a blind transfer to C?s phone
2017 Apr 17
6
doubt
I added a linux server to the Active Directory domain, I realized that the samba-winbind package uses the smb.conf file, but I also need to use the same linux server with shares, if I install the samba package, this package use the smb.conf file. Is there a solution? Then i have problem with 2 services. Example systemctl services: smb.service winbind.service My system is Centos 7. --
2004 Jan 29
10
Doubt about pattern
Hi All, I have a very simple problem. I have several files in a same directory. I would like to send for an object only the files that finish in ".sens.". I execute the command below, files <- dir(pattern="*.sens") but it includes all of the files that have "sens", independent of they be in the end or in the middle of the name of the file. How could I solve
2006 Dec 06
2
[LLVMdev] Fwd: Compiler opportunities at Cray
Please apply directly using the forms or URL below, or contact Luiz if you have questions. --Vikram Begin forwarded message: > From: "Luiz DeRose" <ldr at cray.com> > Date: December 5, 2006 5:26:01 PM CST > To: <vadve at cs.uiuc.edu> > Subject: Compiler opportunities at Cray > > Hi Vikram, > > I am attaching PDF descriptions of the compiler
2007 Apr 25
0
Asterisk Users Conference Friday 12:30 PM EDT
AUC is Friday at 12:30 PM EDT. See http://x2z.eu Hi, One of our guests this week will be Jay Phillips to tell us about Adhearsion. Haven't heard about the open-source Adhearsion? Look here: http://www.linuxjournal.com/article/9519 Be with us to ask Jay questions. If you can't be there, download the recorded version (including last week's chat with Mark Spencer) here:
2003 Jun 27
2
Probs with smbfs
Hi all I am having trouble with my SMBFS and it is the following Every time I try to connect to other machine in my network, throught the command MOUNT, the folowing ERROR appears. I've already tried to see the manpage but i had not success. [root@backup_sp bin] mount -t smbfs //sarq/c /mnt/windows Password: ERROR: smbfs filesystem not supported by the kernel Please refer to the smbnt (8)