Questions tagged [conference]

136 questions
0
votes
1 answer

Twilio - Downloaded call recordings are sometimes empty

I'm currently wrestling with an issue where a small number of recordings are empty (when downloading them from Twilio's servers) when they shouldn't be. My application is currently responsible for around 10,000 calls a day. Each one of these calls,…
Kody458
  • 91
  • 4
0
votes
2 answers

execute command after asterisk confbridge recording is finished

I'm trying to find answer how to make Asterisk execute some command (my script) after confbridge's recording is finished There is the next info in confbridge.conf: record_conference=yes Records the conference call starting when the first user…
Max K.
  • 13
  • 4
0
votes
2 answers

Twilio API has slow response when getting conferences

I don't know if I am doing something incorrect or if Twilio is just naturally slow at requesting records. When requesting a list of conferences with php the response can take up to 5-7 minutes which doesn't seem viable for any type of application. …
Chaosjosh
  • 137
  • 1
  • 13
0
votes
1 answer

play audio file in twilio conference

I'm looking for an example of how to play an audio file during a twilio conference session. I'd like to play the audio file into the conference at the push of a button by one of the participants. Any ideas?
Brian
  • 13
  • 2
0
votes
1 answer

Twilio: How to dial multiple phone numbers, each with IVR (say + gather for each)?

From my app, I need to dial in 2 users with say = "hello < name1 > this is FantasticApp. Press 1 to be connected to your buddy < name2 >". Only after both users answered and pressed 1, they are connected in a call. If user1 answered and accepted…
Dora
  • 11
  • 2
0
votes
1 answer

Asterisk 1.8 dial multiple number at the same time for outdound conference

i want to connect to 5 numbers at a time to put them in conference call. i was trying with this dialplan exten => 123,1,Dial(Dahdi/g0/no_1&Dahdi/g0/no_2&Dahdi/g0/no_3) with this code who ever answer the call first it will be connected and remaining…
0
votes
1 answer

How can I ring a dial group and land everybody that answers into a conference room?

I'm using FreePBX from a Trixbox install to manage an Asterisk server. I added a dial group with ringall strategy, but as soon as one person answers, the other extensions in the group are dropped. I'd like to keep ringing these extensions so that…
Nicolas
  • 2,321
  • 4
  • 21
  • 32
0
votes
1 answer

Android Pjsip conference app

Im working on the sip android app. I cant find any good code for make conferance. Can someone help me? Thanks..
Can
  • 372
  • 1
  • 3
  • 17
0
votes
1 answer

Twilio Conference Call: how to add options menu

Hello to Twilio Developer Evangelists here :) Is there an easy way to add options menu (not sure if I call it right) to conference call, so all participants have ability to perform some actions by pressing numbers. At this moment the only way I can…
Dmitry
  • 2,766
  • 1
  • 18
  • 17
0
votes
1 answer

how to set 3 numbers dynamically in conference in asterisk

I have a dialplan which takes incoming call from User1 and forward it to other User2. I want to apply a confrence when user1 calls it should be forwaded to User2 and after pressing a dtmf by User2 then User1 and User 2 should enter into confrence…
deogratias
  • 472
  • 2
  • 8
  • 23
0
votes
1 answer

Identify online user in weemo video call application

I am working on Weemo JS API for video conference. 1) I need some technical help for identify online user for conference. 2) How can i pass data from caller to callee? 3) How online user can disconnected from cloud? please provide some technical…
0
votes
1 answer

menu file did not played when user play "*",Asterisk-11.5.1 Confbridge

Dialout user Pickuped/Answer call and merge into Confbridge but Admin getting "Ringtone" Asterisk-11.5.1 Confbridge . ? Expected : admin user (A 7002) ,of current Conference Dailout and Invite user (B 7001) to join Confernece. B Picked call and…
0
votes
1 answer

Getting the AudioCall in a Lync Conference via UCMA

I'm looking for a way to get a references to AudioCalls in existing conferences via a Lync UCMA application so that I can change the audio routing for participants of a conference without them having to join via a bot and setting up back-to-back…
Paul Hodgson
  • 939
  • 8
  • 15
0
votes
2 answers

Address 0xfffffffe out of bounds in app_confbrige.c asterisk-11.5.1 using confbridge.conf

Address 0xfffffffe out of bounds why and how to solve. MyConfbridgeCount(conferencenumber, variablename) returns the total number of users in a conference given by conferencenumber, otherwise it returns zero. At runtime, I'm using…
0
votes
1 answer

module load crash Astrisk-11.5.1 Confbridge

any help ? using confbridge,conf as confbridge is way making conference same as meetme.conf **===================================================================== Asterisk-11.5.1 Centos6 app_confbridge.c …