Added 'Spam' to logged, dropped messages.
This commit is contained in:
parent
0fd7eafec0
commit
10cc4c8442
1 changed files with 1 additions and 1 deletions
2
sipproxy
2
sipproxy
|
|
@ -232,7 +232,7 @@ class Sip(DatagramProtocol):
|
|||
print(tdata)
|
||||
|
||||
else:
|
||||
Logit(Time + " From ip: " + addr[0] + " " + tdata)
|
||||
Logit(Time + " Spam From ip: " + addr[0] + " " + tdata)
|
||||
|
||||
##################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue