Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
740819c0
Commit
740819c0
authored
Sep 23, 2005
by
Pekka Pessi
Browse files
Removed old SDP handling stuff.
darcs-hash:20050923142852-65a35-325b28f349b754aadd397a916e565bed8b8f1495.gz
parent
274bbeba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
libsofia-sip-ua/nua/nua_stack.h
libsofia-sip-ua/nua/nua_stack.h
+0
-23
No files found.
libsofia-sip-ua/nua/nua_stack.h
View file @
740819c0
...
...
@@ -232,15 +232,6 @@ typedef struct nua_session_state
unsigned
ss_alerting
:
1
;
/**< 180 is sent/received */
#if 0
unsigned ss_complete:1; /**< Completed SDP offer-answer */
unsigned ss_offer_sent:1; /**< We have offered SDP */
unsigned ss_answer_recv:1; /**< We have received SDP answer */
unsigned ss_offer_recv:1; /**< We have received an offer */
unsigned ss_answer_sent:2; /**< We have answered (reliably, if >1) */
#endif
unsigned
ss_ack_needed
:
2
;
/**< Send an ACK (do O/A, if >1) */
unsigned
ss_update_needed
:
2
;
/**< Send an UPDATE (do O/A if > 1) */
...
...
@@ -254,12 +245,6 @@ typedef struct nua_session_state
unsigned
ss_min_se
;
/**< Minimum session expires */
enum
nua_session_refresher
ss_refresher
;
/**< none, local or remote */
#if 0
unsigned ss_oa_rounds; /**< Number of O/A rounds completed */
sdp_origin_t *ss_o_remote;
sdp_origin_t *ss_o_local;
#endif
nua_dialog_usage_t
*
ss_usage
;
/* Outgoing invite */
...
...
@@ -565,14 +550,6 @@ int ua_event(nua_t *nua, nua_handle_t *nh, msg_t *msg,
nua_handle_t
*
nh_create_handle
(
nua_t
*
nua
,
nua_hmagic_t
*
hmagic
,
tagi_t
*
tags
);
#if 0
sdp_session_t const *nmedia_parse_sdp(nua_handle_t *nh,
msg_payload_t const *pl,
msg_content_type_t const *ct,
struct nua_media_a *ma);
void nmedia_clear_sdp(nua_handle_t *nh);
#endif
/* Private prototypes (XXX: move to nua_priv.h; nua.c interface) */
void
nua_signal
(
nua_t
*
nua
,
nua_handle_t
*
nh
,
msg_t
*
msg
,
int
always
,
nua_event_t
event
,
int
status
,
char
const
*
phrase
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment