Complete Guide For Virtual Assistant With Asterisk

I am newbie in Asterisk. I want to develop an virtual assistant for custom use. As I can see there are bunch of conf and business I need to handle. Is there complete guide/project out there so I can understand underlying business in a more clear way.

My Sıp Trunk is Netgsm is a call provider in Türkiye.
I want to start my server with python application. make call, set models and do other stuffs in it.
I also want to track ongoing calls and take actions while on the call so I need websocket connection I think.

I would be very appreciate if you any advice or source I can see.

1 Like

Asterisk to OpenAI Realtime: The Definitive MVP (In Progress) is the most complete example.

From an Asterisk perspective there isn’t that much configuration. It’s really all in the ARI application, that you are responsible for.

1 Like

Yes, that is the most complete example . With the help of that i am able to make a complte AI agent . Things really are in the ARI application part which enable more or less feature.