Hello,
o Raúl Alexis Betancor Santana [05/28/09 17:31]:
Hi all,
what should be changed on webconference app to not hear the "dialout tone"
while a participant is been called ?
I think this:
Index: WebConferenceDialog.cpp
===================================================================
--- WebConferenceDialog.cpp (revision 1381)
+++ WebConferenceDialog.cpp (working copy)
@@ -135,6 +135,7 @@
}
void WebConferenceDialog::onRinging(const AmSipReply& rep) {
+ return;
if (None == state) {
DBG("########## dialout: connect ringing session to conference
'%s' #########\n",
dlg.user.c_str());
@@ -150,7 +151,8 @@
}
}
-void WebConferenceDialog::onEarlySessionStart(const AmSipReply& rep) {
+void WebConferenceDialog::onEarlySessionStart(const AmSipReply& rep) {
+ return;
if ((None == state) || (InConferenceRinging == state)) {
state = InConferenceEarly;
DBG("########## dialout: connect early session to conference '%s'
#########\n",
@@ -362,6 +364,7 @@
} break;
case InConferenceRinging: {
+ break;
if (muted) {
setLocalInOut(NULL, NULL);
} else {
if you need it, we could make it a config parameter.
I'm trying to develop a MoH server with sems and modify the webconference app
to put all participants listening MoH till the manager say "here we go ...
lets talk" ... and a first step is been able to invite participants and don't
how does he do that? on the web interface?
hear the dialout tone in the room during the call stablishment phase.
hm. i wonder whether people should be joined to the conference room
before - they all need to be muted as well.
Stefan
--
Stefan Sayer
VoIP Services
[email protected]
www.iptego.com
IPTEGO GmbH
Wittenbergplatz 1
10789 Berlin
Germany
Amtsgericht Charlottenburg, HRB 101010
Geschaeftsfuehrer: Alexander Hoffmann
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems