RE: [reSIProcate] Reinvite on hold and 481 error.
Looks like the From Tag in the 2nd Invite does not match the To tag from
the original invite - thus the 481.
Also - From the assert below it looks like you are trying to retrieve
the request line of a response message.
Scott
-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of John
Wu
Sent: Monday, August 08, 2005 5:11 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Reinvite on hold and 481 error.
Hi,
I am try to implement an Reinvite on hold application
via the Resiprocate Stack, but always meet the same
error:
481 Call Leg/Transaction Does Not Exists.
and my server application giving the following error:
testIvrClass: SipMessage.cxx:975: resip::RequestLine&
resip::SipMessage::header(const
resip::RequestLineType&): Assertion `!isResponse()'
failed.
The attached is my sniffed packets via ethereal.
Wish could get any help to solve this problem.
Thanks,
John