Displaying 1 result from an estimated 1 matches for "ast_sip_peers".
2006 Mar 18
1
Realtime SIP users/peers - Screwed?
Oh heck. It really looks like realtime has been seriously screwed up.
When a call comes in to Asterisk, I can see asterisk executing these queries.
SELECT * FROM ast_sip_peers WHERE host = '2XX.YYY.142.205'
SELECT * FROM ast_sip_peers WHERE name = '2944093'
SELECT * FROM ast_sip_peers WHERE name = '2944093'
So, the first thing it does is check and see if there are any records in sip_peers where the IP address of the message matches. What happens...