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
e41a1b0d
Commit
e41a1b0d
authored
Mar 17, 2006
by
Pekka Pessi
Browse files
Added nua_i_outbound.
darcs-hash:20060317160714-65a35-c9384743f3ca14879344fbb8c40e6f892e00e9ea.gz
parent
2db5859c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
libsofia-sip-ua/nua/nua_common.c
libsofia-sip-ua/nua/nua_common.c
+1
-0
libsofia-sip-ua/nua/sofia-sip/nua.h
libsofia-sip-ua/nua/sofia-sip/nua.h
+2
-0
No files found.
libsofia-sip-ua/nua/nua_common.c
View file @
e41a1b0d
...
...
@@ -215,6 +215,7 @@ char const *nua_event_name(nua_event_t event)
case
nua_i_active
:
return
"nua_i_active"
;
case
nua_i_terminated
:
return
"nua_i_terminated"
;
case
nua_i_state
:
return
"nua_i_state"
;
case
nua_i_outbound
:
return
"nua_i_outbound"
;
case
nua_i_bye
:
return
"nua_i_bye"
;
case
nua_i_options
:
return
"nua_i_options"
;
...
...
libsofia-sip-ua/nua/sofia-sip/nua.h
View file @
e41a1b0d
...
...
@@ -77,6 +77,8 @@ typedef enum nua_event_e {
nua_i_terminated
,
/**< A call has been terminated */
nua_i_state
,
/**< Call state has changed */
nua_i_outbound
,
/**< Status from outbound processing */
nua_i_bye
,
/**< Incoming call hangup */
nua_i_options
,
/**< Incoming options */
nua_i_refer
,
/**< Incoming call transfer */
...
...
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