summaryrefslogtreecommitdiff
path: root/anyrtpproxy/commandHandler.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-18 19:31:51 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-18 19:31:51 +0000
commit8fc34114dadcb74be7e193f75c333e95264f9f9d (patch)
treec801f61a76955251892cc6d357aecd9e32e31bce /anyrtpproxy/commandHandler.cpp
parentanyrtpproxy cleanup works now (diff)
rtpSession reinit gets called more o
Diffstat (limited to 'anyrtpproxy/commandHandler.cpp')
-rw-r--r--anyrtpproxy/commandHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/anyrtpproxy/commandHandler.cpp b/anyrtpproxy/commandHandler.cpp
index 78cff4b..76134f1 100644
--- a/anyrtpproxy/commandHandler.cpp
+++ b/anyrtpproxy/commandHandler.cpp
@@ -218,8 +218,6 @@ string CommandHandler::handleResponse(string modifiers, string call_id, string a
SyncCommand sc(call_id);
queue_.push(sc);
- gCallIdQueue.push(call_id);
-
ostringstream oss;
oss << session.getLocalPort1();
return oss.str();