similar to: Adhearsion 1.0.1 Released

Displaying 20 results from an estimated 300 matches similar to: "Adhearsion 1.0.1 Released"

2013 Aug 27
1
Introducing Sippy Cup: SIPp Load Testing Made Easy
Hello everyone, Recently we've been focusing quite heavily on making Adhearsion[0] faster. To do that, we needed a convenient way to test our Asterisk voice apps. The obvious tool in the Open Source world is SIPp[1]. SIPp is great! Though it's a little clumsy to use sometimes, especially if you're trying to use it to drive interactive calls like an IVR. So to make our own lives
2014 Oct 31
0
asterisk-users Digest, Vol 123, Issue 38
Hi I am new to mailing list ,please correct me if the way of posting is not correct Relpying to : Re: make asterisk do something when an outgoing call is picked up (lee) For making asterisk do something on outgoing call Dial application is itself used Like for Playing an announcement to the caller on pick up the is an option A(x) where x is the file to play to the called party. Also
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,
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
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
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
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 Feb 24
1
missing argument on AGI
Hi All, I'm using the asterisk 1.4.39.2 with phpagi 2.20 I have setup a dial plan: [callback-outbound] exten => _00.,1,Macro(callout|${EXTEN}) [macro-callout] exten => s,1,AGI(getchannel.php|${ARG1}) exten => s,2,Dial(Local/${OUTBOUND}@from-internal/nj||tr) exten => s,3,Hangup() but for some reason i am not receiving the argument: Executing [s at macro-callout:2]
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 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
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
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:
2010 Jul 31
0
Disconnect supervision tone detection working for india
Hi , Thanks danny nicholas. Finally we get the things done with following. If i specify busypatten=500,500 then asterisk does not recognize hang up signal. After removing it only all are working fine. I choosed 2nd option as per your suggestions. working chan-dahdi.conf: ==================== signalling = fxs_ks busycount = 3 busydetect = yes callprogress = yes progzone=in usecallerid=yes
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
2011 Mar 10
1
Dialplan: funcionality testing
Hello, I've tried to use adhearsion, but i think it's used for stress testing, not for funcionality testing. Somebody knows somehow that i can test my dialplan? Best Regards, Luiz Gustavo Chiaretto -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2009 Dec 18
0
Asterisk 1.6.0.20 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.0.20. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.0.20 resolved several issues reported by the community, and would have not been possible without your participation. Thank you! * clarify requirecalltoken option in iax.sample.conf
2009 Dec 18
0
Asterisk 1.6.0.20 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.0.20. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.0.20 resolved several issues reported by the community, and would have not been possible without your participation. Thank you! * clarify requirecalltoken option in iax.sample.conf
2010 Jan 15
0
Asterisk 1.6.0.21 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.0.21. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.0.21 resolved several issues reported by the community, and would have not been possible without your participation. Thank you! * Fix to Monitor which previously assumed the file to
2010 Jan 15
0
Asterisk 1.6.0.21 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.0.21. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.0.21 resolved several issues reported by the community, and would have not been possible without your participation. Thank you! * Fix to Monitor which previously assumed the file to