nua_server_request Struct Reference

#include <nua_dialog.h>

Collaboration diagram for nua_server_request:

Collaboration graph
[legend]

Detailed Description

Server side transaction.


Data Fields

nua_owner_t * sr_owner
 Backpointer to handle.
nua_dialog_usage_tsr_usage
 Backpointer to usage.
nua_server_respond_f * sr_respond
 When the application responds to an request with nua_respond(), the sr_respond() is called.
nta_incoming_t * sr_irq
 Server transaction object.
msg_tsr_msg
 Request message.
sip_method_t sr_method
 Request method.
int sr_status
 Status code.
char const * sr_phrase
 Status phrase.
unsigned sr_auto:1
 Autoresponse - no event has been sent.
unsigned sr_initial:1
 Handle was created by this request.
unsigned sr_offer_recv:1
 We have received an offer.
unsigned sr_answer_sent:2
 We have answered (reliably, if >1).
unsigned sr_offer_sent:1
 We have offered SDP.
unsigned sr_answer_recv:1
 We have received SDP answer.


Sofia-SIP 1.12.4 - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.