On 23 April 2010 16:09, Sebastian <
scg...@gmail.com> wrote:
> Steve,
>
> I think there is a small issue with the filters but I'm not sure, for
> example I have a filter for example SIP/1001, and I get only the events that
> correspond to it OK, but for example I would like to do like this that
> should work (I think), example: send Action QueueStatus with an actionid so
> I can have the response, but I only have the response and not the Events
> that follow, even when debugging I can see they all have the actionid
> correctly, but they are filtered.
> As an ugly workaround I hardcoded a unique id that I want to pass always but
> this method is nasty, maybe you can point me where to start, I think has
> something to do with the add to stack, but I couldn't figure out exactly.
>
> Any idea?
Hello again - I guess I can assume you are using my latest version from GIT?
There was one small patch recently, though I do not think it will
affect your particular issue. I will push it to GIT.
What have you set "autofilter" to in the astmanproxy configuration? If
you are not already doing so, can I suggest you try
"autofilter=unique" as this gives each client connection its own
unique actionID prefix, and solves the problem that astmanproxy only
remembers one actionID at a time - As soon as the 2nd ActionID is
seen, the old one is forgotten, causing packets to be blocked.
Regards,
Steve