Juha Heinanen writes:
> > i have not been able to figure out, how to filter messages in sbc_dsm.
>
> i tried by adding this to my script:
>
> transition "INFO recvd" RUN - B2B.otherRequest(#method==INFO) / {
> log(1, "received info");
> dlg.reply(200, OK);
> } -> RUN;
it turned out that sems did response to INFO with 200 OK, but it also
forwarded the request to a leg. i was able to prevent the latter by
adding statement
set(#StopProcessing="true");
after reply call. previously i had tried with
set(#processed="true");
but that was wrong choice. this issue is not closed.
-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev