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
liblinphone
Commits
e44d9f33
Commit
e44d9f33
authored
May 23, 2012
by
Sylvain Berfini
🐮
Browse files
Merge branch 'master' of git.linphone.org:linphone
parents
cd96b8ba
bad6c152
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
coreapi/sal_eXosip2.c
coreapi/sal_eXosip2.c
+2
-0
No files found.
coreapi/sal_eXosip2.c
View file @
e44d9f33
...
...
@@ -883,6 +883,7 @@ int sal_call_terminate(SalOp *h){
}
void
sal_op_authenticate
(
SalOp
*
h
,
const
SalAuthInfo
*
info
){
if
(
h
->
terminated
)
return
;
if
(
h
->
pending_auth
){
push_auth_to_exosip
(
info
);
...
...
@@ -1969,6 +1970,7 @@ static bool_t process_event(Sal *sal, eXosip_event_t *ev){
case
EXOSIP_CALL_RINGING
:
ms_message
(
"CALL_RINGING"
);
call_ringing
(
sal
,
ev
);
authentication_ok
(
sal
,
ev
);
break
;
case
EXOSIP_CALL_MESSAGE_NEW
:
ms_message
(
"EXOSIP_CALL_MESSAGE_NEW"
);
...
...
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