Displaying 1 result from an estimated 1 matches for "ast_sipusers".
Did you mean:
ast_sip_users
2013 Feb 11
0
Possible Security issue with Kamailio - Asterisk Realtime integration
...and treats this as the
Caller. Of course in our scenario there will be many of these because all
clients are registered from Kamailio's IP/Port.
For example, here is the sequence of database queries Asterisk performs
when a client with a From of 101864 attempts to make a call:
SELECT * FROM ast_sipusers WHERE name = '101864' AND host = 'dynamic'
SELECT * FROM ast_sipusers WHERE name = '101864'
SELECT * FROM ast_sipusers WHERE host = '10.5.76.67' AND port = '5060' AND
callbackextension = '014373500'
OK, the above are fine. Asterisk looks for a user,...