-
The call from sip extension 203 does not seem to reach Adhearsion. It shows up in events displayed from Adhearsion, but there is never an INFO or DEBUG line indicating that the call was received.
Th…
-
With [v4.0.0](https://github.com/jessesquires/MessagesTableViewController/releases) kicked off as the last stable release for iOS 6, it's now time to begin v5.0.0.
I have better-organized the issues …
-
The discussion from @meh on #941 say that new contributors will be "welcome and treated with respect."
A [code of conduct](https://robots.thoughtbot.com/adding-a-code-of-conduct-to-open-source-projec…
-
While trying to figure out #259, I noticed that you get a DeadActorError simply by exiting from ahn, regardless of whether you've actually processed any calls or not. It occurs most of the time. Stran…
chewi updated
10 years ago
-
I am currently using the feature/new_rayo branch of punchblock.
configuration:
##
# Use with Rayo (eg Voxeo PRISM)
#
config.punchblock.username = "usera@rayo.grasshopper.com" # Your XMPP JI…
-
``` ruby
def run
mixer_name = (0...8).map{(65+rand(26)).chr}.join
logger.info "Dropping #{formatted_number(call.from)} into mixer #{mixer_name}..."
thread = Thread.new { join :m…
-
With this code:
``` ruby
def run
call.on_joined do |joined_event|
logger.info "Received joined event, the call was connected..."
begin
record :async => true do |r…
-
Time for another episode of Chewi vs the Race Conditions! This one occurs when a dial command times out. Sometimes a :timeout result is returned (correct) and sometimes a Punchblock::ProtocolError exc…
chewi updated
11 years ago
-
With a bare ahn application that doesn't even have a call controller, if I fire up "ahn -" and then hit Ctrl+c a short time afterwards, I get several ` actor already terminated` errors. See the full t…
chewi updated
12 years ago
-
Prematurely hanging up a call intermittently results in the error below. I'm not sure of the exact conditions required to reproduce.
```
[2012-05-16 14:21:19] DEBUG Adhearsion::Call: 1b19d201-1db8-4f…
chewi updated
12 years ago