Hello
I want to route SMS to external module. but I don't find any information how to do.
Does anyone point me that ?
my expect use case is
1) User send SMS.
2) Yate received it.
3) Yate send it to external module
4) external module will be processed.
5) external module will be send SMS through Yate.
6) User received it.
for Step 5, there is example custom_sms.js / custom_sms.php.
but don't find any example / reference for step 3)
external module which I want to use is PHP or Python.