Hi all, i'm tryng to enqueue invite messages in a queue and to make the parsing of the invite after the enqueuing. After the parsing i call tmb.t_relay(msg,0,0,0,0,0,0) from a module. The rest of messages of the classic sip call pass trhough the main route. So when i run openser it consume too much memory.
Is there any error with the call to t_relay through the binding? Is there any error on the transaction if i call the relay in a module for INVITE message and in main route for NON_INVITE messages? Why the consume of memory increase?
Can anyone help me?
Thanks for your help. Regards