0
votes

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 => 2115,n,ConfBridge(1234,Mcs,123)

Is there an android application with whom to test this conference channel? I would like to test it between 3 sip clients. How to do this? Are my settings correct?

1234 is the conference room also set in Meetme.conf

THX appreciate

1
do you have 3 devices? than you can use SipDroid, CSIpSimple, IMSDroid. You can also use software clients - Ekiga etc.hovanessyan
can i test with imsdroid on all 3 devices? how to do tthat? i've made a simple call to 2115 with all 3 devices using imsdroid. the video stops. audio works. when client 3 ends the call both audio and video works.user1222905
if the video and audio works in some cases, that probably means your Asterisk configuration is OK, and you may have problems in your SDP offers. Also research the capabilities for video conferencing on Asteriks. I know the audio mixer should work, but I am not sure how it handles video conferencing. Make note of the video codecs you use on all devices...this could also be an issue.hovanessyan
the video codecs are ok. The sdp i guess it's correct bcause it's cone by ConfBridge. I don't understand why on ekiga there are no 2 other video windows with each device from the conference call. have any ideas?user1222905
nope sorry, my knowledge in conferencing extends to audio calls.hovanessyan

1 Answers

0
votes

I already say you here

Asterisk support only ONE way video conference.

If you are expecting get mixed conference stream, see vmuktu or other solution.