Questions tagged [adhearsion]

Adhearsion is a full-featured framework for the development of applications which interact with or control voice communications. It facilitates the creation of complex applications with ease, providing a simple API.

Adhearsion is a full-featured framework for the development of applications which interact with or control voice communications. It facilitates the creation of complex applications with ease, providing a simple API.

http://adhearsion.com/

13 questions
2
votes
1 answer

CDR report does not show destination number (adhearsion - asterisk)

I have been using asterisk to connect to adhearsion for my system. System originate call to a sip number by using follow script. Adhearsion::OutboundCall.originate number, from: call_from, controller: controller , …
achyutdev
  • 185
  • 2
  • 10
2
votes
1 answer

Location of Config files in Adhearsion and FreeSWITCH

I'm getting on well, hooking up the ruby engine Adhearsion with the telephony engine FreeSwitch. However, the instructions tell me to give some config files a once over. Specifically config.punchblock.platform and the permissions set on the…
Starkers
  • 10,273
  • 21
  • 95
  • 158
2
votes
1 answer

How to originate phone calls from Rails application using Adhearsion?

I am using Ruby on Rails and Adhearsion. I have created both applications as stated in documentation provided on Adhearsion's website. I have workers running in background, from which I want to originate a phone call how should I achieve that ? I am…
vedarthk
  • 1,253
  • 1
  • 14
  • 34
1
vote
1 answer

asterisk to adhearsion agi async call transfer confusion

We have a telephony service (build on asterisk and adhearsion) in production and now i need another stage server for development and testing. What i need is one asterisk server and two adhearsion one for live and another for stage. Same asterisk for…
achyutdev
  • 185
  • 2
  • 10
0
votes
1 answer

Freeswitch-rayo not found in docker hub

I Could not found the image dwilkie/freeswitch-rayo when running docker-compose pull from somleng-project repository (https://github.com/somleng/somleng-project). Is it possible to build my own local docker image from github repository …
0
votes
1 answer

Make a call and retreive a call with somleng

I am very interested to start working on IVRs project. After some researches I have discovered the somleng project (https://medium.com/@dwilkie_34546/somleng-an-open-source-twilio-clone-a297062b340d). I have tried to install the full packages on…
0
votes
1 answer

Asterisk invalid Hangup cause

I am using Adhearsion on top of Asterisk (version 11.9.0). To make outbound calls Adhearsion uses AMI originate command. Problem is Asterisk doesn't say why the call got hung up. If the callee is busy or did not pick up the call or hung up the call…
Kiran Raj
  • 187
  • 1
  • 9
0
votes
2 answers

store the recordings on s3 with mod_rayo and mod_http_cache on freeswitch

i'm trying to get my recordings stored on s3. Here is my rayo.conf.xml:
magicgregz
  • 7,471
  • 3
  • 35
  • 27
0
votes
1 answer

Implement Call queues in adhearsion

I need to implement the below use-case in asterisk + adhearsion and not sure on how to do that When a customer call comes. I check list of available agents if the agents are busy i need to put the call in a queue with a timeout. If the agents don't…
Kiran Raj
  • 187
  • 1
  • 9
0
votes
1 answer

Adhearsion Park Asterisk call

I'm using Asterisk 11.5.1 with Adhersion Is there any way to put on hold or park an existing call on Adhearsion (known from its call_id) , in order to originate an other call?
skalogirou
  • 147
  • 2
  • 10
0
votes
1 answer

how can configure queue agent in Adhearsion-Asterisk

I want to know how adhearsion 2.3.5 create asterisk config generator for queues such as new agent and auto generate queues.conf ... config_generator = Adhearsion::Asterisk::ConfigGenerator::Queue.new asterisk_config_file = "queues.conf" How does…
Kaustubh
  • 1
  • 3
0
votes
1 answer

Some outbound calls are recorded others are not on Asterisk

I am using FreePBX with Asterisk (1.8.15-cert1) and I am making calls through Adhearsion application. Now the scenario is that recording files are generated for every call, but only some contain actual recording others are empty having size 44…
vedarthk
  • 1,253
  • 1
  • 14
  • 34
-1
votes
1 answer

Accessing call start time in Rails from Adhearsion

I have built a Rails application and connected with Adhearsion for outbound calls via url (virginia). I need to get the time at which the outbound call is answered. How can I get that?