unmade untested fix of sip info dtmf detector until its tested

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@404 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 41795d6d9f
commit 601f286240

@ -87,8 +87,7 @@ void AmSipDtmfEvent::parseLine(const string& line)
line.substr(0, KeySignal.length()) == KeySignal)
{
string event(line.substr(KeySignal.length(), string::npos));
switch (event.c_str()[event.find_first_not_of(" \t")])
switch (event.c_str()[0])
{
case '*':
m_event = 10;

Loading…
Cancel
Save