The problem we encounter is hacker can go in anytime and by whatever mean. We do need to tighten our security to limit loss. Now for me, no more IDD and all local or free calls.作者: ckleea 時間: 2011-10-1 10:00
Anyone has dialplan to limit number of call or control the dialing interval say not more than 2 simultaneous calls; must lapse for certain seconds before another call can be made.作者: 角色 時間: 2011-10-1 10:11
I have done this before for the US student users to access the Macao PSTN line.
Each call lasts for 20 minutes and each call interval limit requires at least 15 min.
Time control and simultaneous call control are of 2 different methods. The latter one can be achieved through the settings in particular extension in sip.conf or users.conf depends on where you create your extension lines (APL or GUI).
Example:
[6001](my-settings)
defaultuser = 2001
secret = very_secret_code
mailbox = 6001@default
vmsecret = 6001
dial = SIP/6001
callerid = "who_am_i" <>
;accountcode =
;callgroup = 1,3-4 ; members of groups 1,3 to 4
;pickupgroup = 1,2-4 ; member of "pickup" groups 1,2 to 4 call-limit = 2
musiconhold = default
musciclass = default
For time control method, I think we have discussed long time ago in HKEPC. We can start another one here for permanent record.作者: 角色 時間: 2011-10-1 11:23