Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
33e5502c
Commit
33e5502c
authored
Mar 27, 2008
by
Emmanuel Milou
Browse files
IAX implementation: handle peer ringing
parent
8606b945
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/iaxvoiplink.cpp
View file @
33e5502c
...
...
@@ -726,6 +726,8 @@ IAXVoIPLink::iaxHandleCallEvent(iax_event* event, IAXCall* call)
break
;
case
IAX_EVENT_RINGA
:
call
->
setConnectionState
(
Call
::
Ringing
);
Manager
::
instance
().
peerRingingCall
(
call
->
getCallId
());
break
;
case
IAX_EVENT_PONG
:
...
...
Write
Preview
Supports
Markdown
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