import "zapISipInviteResponseHandler.idl";
Public Member Functions | |
| zapISipRequest | handle2XXResponse (in zapISipInviteRC requestClient, in zapISipDialog dialog, in zapISipResponse response, in zapISipRequest ackTemplate) |
| Called by the invite request client for each distinct received 2XX response. | |
| void | notifyTerminated (in zapISipInviteRC requestClient) |
| Called when processing for this INVITE request has finished. | |
|
||||||||||||||||||||
|
Called by the invite request client for each distinct received 2XX response. For invite requests outside of a dialog, multiple distinct 2XX responses might be received (RFC3261 13.2.2.4), each of which establish a dialog within the same call. handle2XXResponse() must return an ACK request for each 2XX response received. 'ackTemplate' should be used as a template for constructing the ACK. |
|
|
Called when processing for this INVITE request has finished. The response handler will not receive further handle2XXResponse notifications after this notification. |
1.4.4