...
|
...
|
@@ -34,7 +34,7 @@ void SBCCallRegistry::addCall(const string& ltag, const SBCCallRegistryEntry& ot
|
34
|
34
|
registry[ltag] = other_dlg;
|
35
|
35
|
registry_mutex.unlock();
|
36
|
36
|
|
37
|
|
- DBG("SBCCallRegistry: Added call '%s' - mapped to: '%s'\n", ltag.c_str(), other_dlg.ltag.c_str());
|
|
37
|
+ DBG("SBCCallRegistry: Added call '%s' - mapped to: '%s'/'%s'/'%s'\n", ltag.c_str(), other_dlg.ltag.c_str(), other_dlg.rtag.c_str(), other_dlg.callid.c_str());
|
38
|
38
|
}
|
39
|
39
|
|
40
|
40
|
void SBCCallRegistry::updateCall(const string& ltag, const string& other_rtag) {
|