I used to send AGI requests from Asterisk SIP server to an external App and reply back with commands like DIAL(...). I'm trying to do the same in opensips using Events Interface (UDP), Management Interface (UDP too) and the dialog module. Any advice is really appreciated.
Asked
Active
Viewed 528 times
1 Answers
0
Use lua or perl module.
Or use perl to emulate AGI interface.
But that is anyway bad idea. Becuase opensips is proxy, it require understand of sip protocol,not only dial.
So looks like you need expert who will create config for opensips for your task(contol via external app).

arheops
- 15,544
- 1
- 21
- 27
-
thanks for the reply. I think that I will use the rest_client module to have interaction with the external app. I'll give it a try – Mohammad Qandeel Dec 05 '13 at 04:59