diff --git a/nselib/sip.lua b/nselib/sip.lua index aaab5c43b..367122d48 100644 --- a/nselib/sip.lua +++ b/nselib/sip.lua @@ -63,6 +63,7 @@ Method = { Error = { TRYING = 100, RING = 180, + TIMEOUT = 408, BUSY = 486, DECLINE = 603, OK = 200,