i noticed that when an invite dialog ends on which a parallel calls limit (1 in my test) has been enforced by sbc, this error message is produced to syslog:
Feb 11 21:42:37 sip sems[22695]: [#b4df5b70] [end, CCParallelCalls.cpp:190] ERROR: internal: could not find UUID for ending call '7C425EEA-511949A50004BF08-B4FF7B70' i added a bit more debug and found out that CCParallelCalls::end is called twice and that the error message comes from the second call. the reason perhaps is that ending of the dialog was already handled by the first call of CCParallelCalls::end: Feb 11 21:42:37 sip sems[22695]: [#b4df5b70] [invoke, CCParallelCalls.cpp:72] INFO: Calling CCParallelCalls::invoke end(['cc_dyn_2', '7C425EEA-511949A50004BF08-B4FF7B70', <Object>, 0, [1360611749, 313710, 1360611753, 815256, 1360611757, 437807]]) Feb 11 21:42:37 sip sems[22695]: [#b4df5b70] [end, CCParallelCalls.cpp:180] INFO: Calling CCParallelCalls::end Feb 11 21:42:37 sip sems[22695]: [#b4df5b70] [end, CCParallelCalls.cpp:206] INFO: uuid '[email protected]' now has 0 active calls Feb 11 21:42:37 sip sems[22695]: [#b4df5b70] [invoke, CCParallelCalls.cpp:72] INFO: Calling CCParallelCalls::invoke end(['cc_dyn_2', '7C425EEA-511949A50004BF08-B4FF7B70', <Object>, 0, [1360611749, 313710, 1360611753, 815256, 1360611757, 438837]]) Feb 11 21:42:37 sip sems[22695]: [#b4df5b70] [end, CCParallelCalls.cpp:180] INFO: Calling CCParallelCalls::end Feb 11 21:42:37 sip sems[22695]: [#b4df5b70] [end, CCParallelCalls.cpp:190] ERROR: internal: could not find UUID for ending call '7C425EEA-511949A50004BF08-B4FF7B70' is it a bug that CCParallelCalls::end is called two times? -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
