-
within controller
``` ruby
answer
play! "moh.wav"
record :async do ..
dial B-party
hangup
```
---
call is crashing with multiple errors
```
[2013-08-19 09:45:09] ERROR Celluloid: Punchblock::Tra…
-
Here's a simple menu with an audio playback inside a match block:
``` ruby
menu "/var/lib/freeswitch/storage/greeting.wav", {:timeout => 30.seconds, :tries => 1, :renderer => :native} do …
-
I don't have much experience in this, but I should be able to detect this scenario. Can we reuse the `` completion reason? I can add the `` and `` elements to provide what was received and report da…
-
US id:1 As a user i want to play inside Campus historic UB Building.
Descripcion:Cambiar el cielo del escenario por la noche.
Est:0.5h.
Condicion finalizacion:poder apreciar mejor los la lluvia y l…
-
Is it correct that `urn:xmpp:rayo:cpa:fax:1` is for CED and `urn:xmpp:rayo:cpa:fax-cng:1` is for CNG?
-
The proposed Rayo CPA spec https://github.com/rayo/rayo-server/wiki/CPA has a way to detect Fax CNG, but there is no way to tell the rayo server to actually receive the document.
The record component…
-
Hi all,
I've just built a hybrid (amd64 kernel with x86 user land) Gentoo system on a OCZ RevoDrive 3 X2 which I'm using with mvsas built into the kernel (rather than a module). The RevoDrive is a PC…
-
Hello guys, I've started following up a thread leak that happened when using the #play action, the threads will remain at 'sleep' state. I found the root of those threads leaking comes from these two …
-
Two bugs.
1) Adhearsion 2.4 defaults to the new ASR-friendly inputs, resulting in this error:
```
[2013-10-04 18:10:30] ERROR Adhearsion::Call: 3613d569-e5b4-483b-adbf-779f8ca91e77@: undefined meth…
-
Given this simple controller:
``` ruby
class DialPlan < Adhearsion::CallController
include AdhearsionASR::ControllerMethods
def run
answer
menu 'welcome', :timeout => 8.seconds, :tries =…