Re: [SR-Users] passing multiple values in mqueue

2015-09-27 Thread Daniel-Constantin Mierla
Hello, what do you mean by 'pass several arguments'? Can you give an example? Cheers, Daniel On 25/09/15 23:22, Thibault Gueslin wrote: > I want to pass several arguments to a mqueue to process them > asynchronously. > (like in the example of sip sweet). > > > How could it be done ? > > Other po

[SR-Users] passing multiple values in mqueue

2015-09-25 Thread Thibault Gueslin
I want to pass several arguments to a mqueue to process them asynchronously. (like in the example of sip sweet). How could it be done ? Other possibility is to generate a string and parse it in the lua script. But there should something more simple ? thibault ___