< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [sipxtapi-dev] SIPXez phone crashes after calling Connect function


Hello Guys,
 
Can anyone send me steps to debug SIPXtapi?....i mean i want to debug SIPXezphone and i want to trace into SIPXtapi functions as well....can this be done?
 
Regards,
 
Manoj
-----Original Message-----
From: sipxtapi-dev-bounces@xxxxxxxxxxxxxxxxxxx [mailto:sipxtapi-dev-bounces@xxxxxxxxxxxxxxxxxxx]On Behalf Of Manoj Kumar Joshi
Sent: Tuesday, March 11, 2008 2:27 PM
To: sipxtapi-dev@xxxxxxxxxxxxxxxxxxx
Subject: [sipxtapi-dev] SIPXez phone crashes after calling Connect function

Hello Guys,
 
Recently i made changes in SIPXediaAdapter. After i finished changes i decided to verify it using SIPXezphone but i get some error after calling the function SIPXCallconnect.
 
Here are last lines printed in log....
 

"2008-03-11T08:47:14.909000Z":199:SIPXTAPI:INFO:asc2::00000000:sipXtapi:"sipxCallConnect hCall=1 szAddress=919811618189@xxxxxxxxxxxxxxx contactId=0 bEnableLocationHeader=0 bandWidth=5"
"2008-03-11T08:47:14.909000Z":200:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"ENTER FUNC (tid=1828) sipxCallGetCommonData\n"
"2008-03-11T08:47:14.909000Z":201:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"ENTER FUNC (tid=1828) sipxCallGetCommonData->sipxCallLookup\n"
"2008-03-11T08:47:14.909000Z":202:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"EXIT  FUNC (tid=1828) sipxCallGetCommonData->sipxCallLookup\n"
"2008-03-11T08:47:14.909000Z":203:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"ENTER FUNC (tid=1828) sipxCallGetCommonData->sipxCallReleaseLock\n"
"2008-03-11T08:47:14.909000Z":204:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"EXIT  FUNC (tid=1828) sipxCallGetCommonData->sipxCallReleaseLock\n"
"2008-03-11T08:47:14.910000Z":205:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"EXIT  FUNC (tid=1828) sipxCallGetCommonData\n"
"2008-03-11T08:47:14.910000Z":206:CP:DEBUG:asc2:Call-19:00000CAC:sipXtapi:"CpCall::handleMessage message type: 5 subtype 42\n"
"2008-03-11T08:47:14.910000Z":207:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"ENTER FUNC (tid=1828) sipxCallConnect->sipxCallLookup\n"
"2008-03-11T08:47:14.910000Z":208:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"EXIT  FUNC (tid=1828) sipxCallConnect->sipxCallLookup\n"
"2008-03-11T08:47:14.910000Z":209:SIPXTAPI:INFO:asc2::00000000:sipXtapi:"Before Connect"
"2008-03-11T08:47:14.910000Z":210:CP:DEBUG:asc2:Call-19:00000CAC:sipXtapi:"CpCall::handleMessage message type: 5 subtype 74\n"
"2008-03-11T08:47:14.910000Z":211:CP:DEBUG:asc2:Call-19:00000CAC:sipXtapi:"CpCall::handleMessage message type: 5 subtype 3\n"
"2008-03-11T08:47:14.911000Z":212:SIPXTAPI:INFO:asc2::00000000:sipXtapi:"After Connect"
"2008-03-11T08:47:14.911000Z":213:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"ENTER FUNC (tid=1828) sipxCallConnect->sipxCallReleaseLock\n"
"2008-03-11T08:47:14.911000Z":214:SIPXTAPI:DEBUG:asc2::00000000:sipXtapi:"EXIT  FUNC (tid=1828) sipxCallConnect->sipxCallReleaseLock\n"
"2008-03-11T08:47:14.911000Z":215:SIPXTAPI:INFO:asc2::00000000:sipXtapi:"After Release Lock"
"2008-03-11T08:47:14.911000Z":216:SIPXTAPI:INFO:asc2::00000000:sipXtapi:"Connect Success"
"2008-03-11T08:47:14.911000Z":217:SIPXTAPI:INFO:asc2::00000000:sipXtapi:"Connect Success13"
 
I don't have any clue on which line this error is coming. Problem is that i Debugging is not working fine on my PC.
 
Regards,
 
Manoj