Get incoming call Caller ID using a dialplan in Asterisk

I'm currently doing a project with Raspberry Pi and Asterisk where I need to capture incoming caller ID and search that number on the database and later switch that call to a SIP softphone over the wifi.

I wonder if I can do all of them using a dial plan.

1 Answer

Yes, you can.

For that you have use function CALLERID and function ODBC

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like