aboutsummaryrefslogtreecommitdiff
path: root/src/mod_sip.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_sip.erl')
-rw-r--r--src/mod_sip.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_sip.erl b/src/mod_sip.erl
index 9c50c3241..8f7dba9cb 100644
--- a/src/mod_sip.erl
+++ b/src/mod_sip.erl
@@ -68,6 +68,8 @@ message_in(#sip{type = request, method = M} = Req, SIPSock)
Action ->
request(Req, SIPSock, undefined, Action)
end;
+message_in(ping, _SIPSock) ->
+ pong;
message_in(_, _) ->
ok.