Questions tagged [conference]

136 questions
1
vote
1 answer

JoinConference with the Lync 2013 client SDK in UI suppression mode

I'm working on a project that uses the Lync 2013 client SDK in UI suppression mode to show a custom UI for Skype. I am able to call the ConversationManager.AddConversation() method and connect to IM, audio and video just fine for 1 on 1 calls. Now,…
1
vote
4 answers

Free conference CMS

I need to cms to manage a conference. What is best free CMS for this?
Chalist
  • 3,160
  • 5
  • 39
  • 68
1
vote
1 answer

programmatically set room id in a Twilio conference

Does anyone know the best way to programmatically set the name/id of the conference room in the Twilio noun ? Joining a conference room MyRoom My system…
Brian
  • 13
  • 2
1
vote
1 answer

twilio conference call gathering digits feature missing

I'm currently working on an automated voice call interpreter. I know that it's not currently possible to gather digits during a conference call directly. That's why I had to come up with a workaround and let twilio dial into the conference call, so…
marcelgoya
  • 41
  • 3
1
vote
1 answer

Bridge an outbound call to a conference with freeswitch

I am new to FreeSWITCH and now I`m trying to do something: I will issue an originate with fs_cli to make an outbound call to user agent 1017. 1017 will ring and the call will be answered. 1017 will redirect to a specified conference. What should…
Alfred Chen
  • 179
  • 3
  • 13
1
vote
1 answer

Detecting which MCUs to connect on an incoming conference

SO. I'm working with the OCS UCCAPI, developing a custom OCS client. I'm currently having a hard time detecting what "kind" of Conference my client is being invited to. Using the Office Communicator client, I can start "IM conferences" (by inviting…
Fábio Batista
  • 25,002
  • 3
  • 56
  • 68
1
vote
1 answer

Elastix: is there a way to setup a conference with infinite duration?

Elastix: is there a way to setup a conference with infinite duration? Cause when I create it from the Elastix web manager they only last some days and they dissapear
1
vote
1 answer

Blackberry - manage conference call from application?

How to create conference call from application?
Vishal Khakhkhar
  • 2,106
  • 3
  • 29
  • 60
1
vote
1 answer

Twilio conference - Handle no one answering

I want my main number to call two people and have them placed into a conference. My question is how to handle if one or both people don't answer the phone. If person A joins and is waiting for person B and they don't pick up, does the conference…
user1363468
  • 79
  • 1
  • 6
1
vote
1 answer

Recording Freeswitch Conference Using ESL

I'm trying to initiate the recording of a conference over an ESL connection, but it doesn't seem to work the way I'm trying to do it, but I can't figure out what the right way is. I'm sending the following command over the wire call-command:…
Jeff Hutchins
  • 707
  • 7
  • 20
1
vote
1 answer

Get notification when lync conference starts

Is there any way I can be notified when a new conference starts in a lync server? I'm thinking of using a UCMA application to accomplish that, but not sure this can be done. My main goal is to be notified when any conference starts, so I can get…
RobisonSantos
  • 611
  • 6
  • 16
1
vote
1 answer

retain original caller id on Call transfer on asterisk

I am running a B2C outbound Campaign on VicidialNow C.E 1.1 as Asterisk Server / SIP Server. The call is made from server to customer and connected to agents waiting for calls. The agents transfers the call to third party (not a blind transfer). The…
user1383088
1
vote
1 answer

How can I get the conference ID which users need to call in from a lync conference programmatically?

I'm using the Lync SDK to schedule meetings on a Lync Server. Now I want the conference Id which users need to call in by phone. How can I get it programmatically? When scheduling a meeting by using ConferenceServices.BeginScheduleConference I get…
0
votes
1 answer

asterisk conference calls

I am working with ubuntu and asterisk 1.8. I've set the configuration for conference calls: in extensions.conf exten => 2115,1,Answer() exten => 2115,n,Set(CHANNEL(language)=gb-f) exten => 2115,n,Set(CHANNEL(musicclass)=default) exten =>…
user1222905
  • 533
  • 2
  • 17
  • 36
0
votes
2 answers

asterisk MeetMe no video?

I am working on asterisk 1.8 Ubuntu 9.10. I am testing a video conference, but no video, just audio. Why? I am working with MeetMe method In extensions.conf I've written exten => 1234,MeetMe(1234) where 1234 is a conf room from Meetme.conf. Where do…
user1222905
  • 533
  • 2
  • 17
  • 36