Firing a server signal on call start/end

I am New to Asterisk, I was wondering if it’s possible to send a signal to another server that I use to handle application logic on call start/end?

To be more clear, I am not planning to interrupt the call flow, I just want to trigger a function in my application server on call start and on call end.

The dialplan allows you to execute applications and other things, if your context at the start of each call invoked something and then at the end (using hangup handlers[1]) invoked something again then it would behave as you wish.

[1] https://wiki.asterisk.org/wiki/display/AST/Hangup+Handlers

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.