setembro de 2015 12:27
Para: users@lists.opensips.org
Assunto: Re: [OpenSIPS-Users] How to use Exported MI Functions in external
applications, via mi_fifo? Syntax question.
Hi, Rodrigo!
The idea is pretty simple, your program has to:
1. Create a reply fifo
2. Build the command as you have in the
Hi, Rodrigo!
The idea is pretty simple, your program has to:
1. Create a reply fifo
2. Build the command as you have in the example
3. Write the command in the fifo
4. Get the response from the reply fifo
I quickly wrote some examples for bash[1] and C[2] that do the same
thing. Let me know if
Dear OpenSIPS-Users.
I have just completed a study about the utility of and how to use mi_fifo and
dialog.
Now I know what I will have to do to terminate dialog by means of an external
application or script. And i know how to invoke the external application from
OpenSIPS.
However, I didn´t