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

RE: [reSIProcate] Sending a BYE to an incoming call


I apologize, I'm not sure I follow. What object would I call end() on in order to send out a proper Sip BYE?
Peter


From: Hong Yu [mailto:hyu@xxxxxxxxxxx]
Sent: Fri 2/17/2006 4:03 PM
To: Peter White; resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: RE: [reSIProcate] Sending a BYE to an incoming call

How about using end() to terminate it?

 


From: Peter White [mailto:peterw@xxxxxxxxxxxxxx]
Sent: Thursday, February 16, 2006 8:17 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Sending a BYE to an incoming call

 

Hello,

 

In working with resiprocate I have run into a problem in which I am able to send a BYE properly to a call generated by my sip stack, however, on an incoming call to my application, I am unable to send either a BYE or a CANCEL. I am able to send out response messages, such as trying and ringing, but when I try to send a BYE nothing is sent. Is there any reason as to why I would be able to terminate an outgoing call (from my application) and not an incoming call? Any help would be greatly appreciated.

 

Thanks,

Peter