Re: [SR-Users] async processing in a module

2011-06-27 Thread Iñaki Baz Castillo
2011/6/27 Daniel-Constantin Mierla : > Hi Inaki, > > yes, transaction avps and xavps should be also available when resuming the > processing. You can add a phrase to explain that at your convenience. Ok, added. Thanks a lot. -- Iñaki Baz Castillo __

Re: [SR-Users] async processing in a module

2011-06-27 Thread Daniel-Constantin Mierla
On 6/27/11 11:44 AM, Iñaki Baz Castillo wrote: 2011/6/27 Daniel-Constantin Mierla: just to close this thread. A new module named async has been introduced in GIT master, showing how to use the tm functions for asynchronous sip request processing. Hi Daniel, good addition. Let me a question, t

Re: [SR-Users] async processing in a module

2011-06-27 Thread Iñaki Baz Castillo
2011/6/27 Daniel-Constantin Mierla : > just to close this thread. A new module named async has been introduced in > GIT master, showing how to use the tm functions for asynchronous sip request > processing. Hi Daniel, good addition. Let me a question, the module description says:

Re: [SR-Users] async processing in a module

2011-06-27 Thread Daniel-Constantin Mierla
Hello, just to close this thread. A new module named async has been introduced in GIT master, showing how to use the tm functions for asynchronous sip request processing. It should answer the questions posted in this message. Cheers, Daniel On 6/24/11 1:00 PM, Matthew Williams wrote: Hi,