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