< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
You cannot reject an offer carried in the 200. You must answer it (which sends the ACK), then you can end the invite session (sends a BYE).
Scott
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson
Sent: December 23, 2007 7:34 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] How to terminate a call when received 200 OK ?
Hi, there is my case:
1: UAC call UAS without the SDP
2: UAS reply 200 OK with SDP
3: UAC got the onOffer callback, then parse SDP and try to match codec
4: Match the codecs failed, then want to reject/terminate this call, how to do ?
I have try to hang up it, but the server says: 481 Call/Transaction Does Not Exist
thanks