Raju - 2013-01-11

Hi,
I have created the SipPhones using
SipPhone ua= sipStack1.createSipPhone("sip:a@127.0.0.1");
ua.setLoopback(true);
SipPhone ub = sipStack2.createSipPhone("sip:b@127.0.0.1");
ub.setLoopback(true);
I have invoked the call between these sipPhone from outside.But I want to send the response that the call is happned between these two softphones with the proper status codes.

Since I am new to SipUnit can you please let me know what are the API's I have to use for responding when I get the call for these sipPhones

Thanks In Advance
Raju

 

Last edit: Raju 2013-01-11