[reSIProcate] make call crash
maodonghu
hhmmdd at tom.com
Tue Aug 22 02:31:26 CDT 2006
resip all,
I made a small program to test outbound call for resiprocate 1.0(revision 6527), following is the scenario
1, make call to a non-exists DNIS
2, dum got onFailure event with 603
3, dum got onTerminated event
4, repeat 1-3
I wanna make 10000 calls to test, but often got error after several call
Register SIP Account: "testua"<sip:52412300 at 192.168.101.32>
Logged in: 2201 at 192.168.101.32
[Line 0] Got failure response from UAS - 603
[Line 0] call terminated.
[Line 1] Got failure response from UAS - 603
[Line 1] call terminated.
[Line 2] Got failure response from UAS - 603
[Line 2] call terminated.
[Line 3] Got failure response from UAS - 603
[Line 3] call terminated.
[Line 4] Got failure response from UAS - 603
[Line 4] call terminated.
[Line 5] Got failure response from UAS - 603
[Line 5] call terminated.
[Line 6] Got failure response from UAS - 603
[Line 6] call terminated.
[Line 7] Got failure response from UAS - 603
[Line 7] call terminated.
[Line 8] Got failure response from UAS - 603
[Line 8] call terminated.
[Line 9] Got failure response from UAS - 603
[Line 9] call terminated.
[Line 10] Got failure response from UAS - 603
[Line 10] call terminated.
Assertion failed: 0, file .\HandleManager.cxx, line 114
I saw the HandleManager.cxx, line 114, means "Stale handle", can anyone help me to avoid this error, because I must get failure reason for every SipCall(it is my own AppDialogSet), so I have to do h->getAppDialogSet().get() in the onFailure callback
Attachment is my simple test program, you can compile it in VS.2005, MAY BE YOU CAN FIND MY USAGE ERROR ON RESIP!!!
Thanks
maodonghu
hhmmdd at tom.com
2006-08-22
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestResip.rar
Type: application/octet-stream
Size: 9718 bytes
Desc: not available
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20060822/65148cda/attachment.obj>
More information about the resiprocate-devel
mailing list