sip.conf - projectvoip - VoIP honeypot similar to ssh honeypot, using asterisk as the backend.
 (HTM) git clone git://jay.scot/projectvoip
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       sip.conf (696B)
       ---
            1 [general]
            2 context=project-voip            ; Default context for incoming calls
            3 allowoverlap=no                 ; Disable overlap dialing support. (Default is yes)
            4 udpbindaddr=0.0.0.0             ; IP address to bind UDP listen socket to (0.0.0.0 binds to all)
            5 tcpenable=yes                   ; Enable server for incoming TCP connections (default is no)
            6 tcpbindaddr=0.0.0.0             ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
            7 srvlookup=yes                   ; Enable DNS SRV lookups on outbound calls
            8 alwaysauthreject=no
            9 allowguest=yes
           10 
           11 
           12 [100]
           13 username=100
           14 secret=100
           15 context=project-voip
           16 type=friend
           17 canreinvite=no
           18 host=dynamic
           19 qualify=1000
           20 mailbox=100
           21 allow=all