I have a spoofed call that keeps coming in with the ANI of 000000000. How can I use check_from() and is it comes in as 000000000 to just drop the call so it does not take up my resources. Is below a reliable synatx for this?
if (method==INVITE) && (!check_from()){ break; };
Jason Mohler wrote:
I have a spoofed call that keeps coming in with the ANI of 000000000. How can I use check_from() and is it comes in as 000000000 to just drop the call so it does not take up my resources. Is below a reliable synatx for this?
if (method==INVITE) && (!check_from()){ break; };
Do they com ein via SIP or from the PSTN?
Can you dump the INVITE?
regards klaus
I would recieve it via SIP.
Klaus Darilion wrote:
Jason Mohler wrote:
I have a spoofed call that keeps coming in with the ANI of 000000000. How can I use check_from() and is it comes in as 000000000 to just drop the call so it does not take up my resources. Is below a reliable synatx for this?
if (method==INVITE) && (!check_from()){ break; };
Do they com ein via SIP or from the PSTN?
Can you dump the INVITE?
regards klaus