Questions tagged [conference]

136 questions
0
votes
1 answer

Gather verb is not working for 1st participant in conference only work for last connected participant

basically I want to connect third participant (A PSTN no) on ongoing call when conference owner press a key here is my Twiml :- PSTNConf
Dheeman
  • 1
  • 2
0
votes
1 answer

Is it Possible to make video conference app for iPad 2 and iPhone 4?

I was asked to make an app for ipad2/iphone4 to make video conference, I have googled a while but did not find much could help. Can anyone do me a favor? any help will be appreciated!
b_bruce
  • 53
  • 1
  • 4
0
votes
1 answer

How to implement Twilio Conference HangUpOnStar in C#

What would the equivalent of this Twilio TwiML be in C#? I'm most interested in implementing the hangupOnStar in C# and passing the call to another URL.
Nick
  • 13
  • 3
0
votes
0 answers

Twilio Conference Moderating

We are implementing ServiceNow + Twilio and finding it rather difficult to accomplish what I think should be a basic thing. With AT&T conference calls, users are able to *6 to mute/unmute themselves. We are also able to see who is talking via…
0
votes
1 answer

Twilio: How do I use speech recognition to figure out if one of the participants in conference is playing music?

Given there are two people in a conference call, and knowing the callSid for one of the participants, how do I parse their audio to know if they're playing music and in realtime, know when they stop?
BisonAVC
  • 1,980
  • 2
  • 13
  • 12
0
votes
1 answer

Twilio Studio Calls Drop

Using Twilio Studio if I link to my conference script the call drops as soon as the post returns 200. Is there a way to keep the call active?
Jason
  • 57
  • 6
0
votes
2 answers

Voip conference implementation

Hi I need some information on how to implement Voip (RTP) audio conference. I need an algorithm description. Can someone point me to relevant resource on web.
Boris
  • 1,311
  • 13
  • 39
0
votes
1 answer

Asterisk, selectively mute an user for just another user

In many audio call applications, every user can decide to selectively mute just one of the other users. For example in a call with A, B and C, one participant (A) could decide to mute another (B) while B is still heard by C. Does asterisk allow…
M4rk
  • 2,172
  • 5
  • 36
  • 70
0
votes
2 answers

How to automatically add users to confbridge asterisk from dialplan?

[play-context] exten => _X.,1,Answer() exten => _X.,n,NoOp('Exten:') exten => _X.,n,NoOp(${EXTEN}) exten => _X.,n,ConfBridge(dconf-${EXTEN}-${STRFTIME(${EPOCH},,%d.%m.%Y-%H:%M:%S)}) exten =>…
0
votes
1 answer

Flash-- Video Child won't play

Hello I have created a simple p2p conference tool, but I have 1 major problem. I can send the stream, I know I receive the stream( I can hear the sound) but the Video will not play. I don't know why. Below is the code related to the video private…
MayTheSchwartzBeWithYou
  • 1,181
  • 1
  • 16
  • 32
0
votes
1 answer

Is it possible to dial two or more numbers in same time - classic SIM based calls - Dual SIM devices

Is it possible to dial two numbers in same time ? Maybe android.telecom.Conference can help me , but there is no lot of examples for this class usage. android.telecom.Conference Doc say : Represents a conference call which can contain any…
Nikola Lukic
  • 4,001
  • 6
  • 44
  • 75
0
votes
1 answer

Making conference calls (cellular not VoIP) in C# UWP

I'm trying to figure out how to make a conference call (adding and merging phone calls of different contacts - cellular not VoIP) using C# in UWP. I see the sample code "PhoneCall" provded in…
M.Ridha
  • 483
  • 1
  • 6
  • 21
0
votes
1 answer

WebRTC Oovoo AuthenticationFailed

I registered on oovoo developer, I entered 127.0.0.1 as the domain. I have included the token (WEB TYPE) in:    appToken var = "**********"; I keep getting the following error: {"Meta": {"code": - 30000, "message": "AuthenticationFailed"}} I also…
silli0x
  • 15
  • 2
  • 8
0
votes
2 answers

Lync 2013 SDK - Join Conference & Connect AVModality when "Join meeting audio from" setting set to "Do not join audio"

I'm rather new to the Lync 2013 SDK (been using it for a couple weeks now) and have been able to figure out mostly everything I need except for this... When I'm joining a conference (using ConversationManager.JoinConference()) it joins fine.…
0
votes
1 answer

How to implement conference call with waitUrl using Twilio?

I am facing a small problem while using Twilio conference. When i run the code, it call the participant number. When participant take up the call, then audio with "There is an Application Error, Sorry" played. I want to play the waiting URL audio on…
Momin IqbalAhmed
  • 950
  • 6
  • 13