Merge branch 'master' into networkmanager

Conflicts:
	sflphone-common/src/dbus/configurationmanager.cpp
	sflphone-common/src/managerimpl.cpp
	sflphone-common/src/sip/sipvoiplink.cpp
	sflphone-common/test/audiolayerTest.cpp
	sflphone-common/test/mainbufferTest.cpp
This commit is contained in:
Julien Bonjean
2009-11-20 10:33:50 -05:00
31 changed files with 834 additions and 664 deletions

View File

@ -258,7 +258,7 @@ CallManager::startTone (const int32_t& start , const int32_t& type)
else
Manager::instance().playToneWithMessage();
} else
Manager::instance().stopTone (true);
Manager::instance().stopTone ();
}
// TODO: this will have to be adapted