From cb38bebdce29bb717440b1d9caaeab094a4f47c0 Mon Sep 17 00:00:00 2001 From: kroosec Date: Tue, 26 Jun 2012 00:35:23 +0000 Subject: [PATCH] Added busy and decline response status code. --- nselib/sip.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nselib/sip.lua b/nselib/sip.lua index 9cefaa261..aaab5c43b 100644 --- a/nselib/sip.lua +++ b/nselib/sip.lua @@ -63,6 +63,8 @@ Method = { Error = { TRYING = 100, RING = 180, + BUSY = 486, + DECLINE = 603, OK = 200, UNAUTHORIZED = 401, FORBIDDEN = 403,