mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Added Timeout sip response code (408).
This commit is contained in:
parent
3e50107f23
commit
0bdff46418
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ Method = {
|
|||
Error = {
|
||||
TRYING = 100,
|
||||
RING = 180,
|
||||
TIMEOUT = 408,
|
||||
BUSY = 486,
|
||||
DECLINE = 603,
|
||||
OK = 200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue