Daniel-Constantin Mierla wrote:
Hello,
On 08/19/07 23:16, Victor Gamov wrote:
Hi All
Now I try to use MI in my OpenSER and I have following questions:
- when command (like t_uac_dlg issued via FIFO then request
constructed internally and never goes through route(0) block. Is it right? If so, which logic used for processing such requests?
yes, such requests don't go via openser config script, unless there is a local loop. They are sent directly to destination. There is no logic to process them. If the target is a local users, the request will be send via loopback to openser.
- the same about mi_xmlrpc
FIFO, XMLRPC, datagram are just transport layer implementations for MI, the behavior is same for all.
OK, I see
Thanks.