PREREQUISITES
*PABX which accept anonymous callers (allow guest) 
*you need to know internal telephone numbers
*SIP protocol

INFORMATION
This simple tool is useful to test a PABX with "allow guest" parameter set to "yes" (in this scenario an anonymous caller could place a call).
The aim of the tool is to ring all the Terminal Equipments (phones). In the directory you could find:
1-"myvar.py", class
2-"variable.cfg", a file which contains some variables that you could modify 
3-"paylaod", a simple sip payload that is accepted by PABX (I tried this tool with Asterisk PBX but I suppose it could also work with other PBX)
4-"storm-ringing.py", python script 
5-"dic", file which contains the internal telephone number

EXAMPLE
python storm-ringing.py dic IP-ASTERISK-PABX (ex: python storm-ringing.py -d dic -t 192.168.10.1)

Francesco Tornieri 
ft At verona-wireless.net

