Stefan wrote:
> sorry, it's called #StopProcessing. The idea is that this should be
> set in the event handler, i.e. in onOtherReply
Stefan,
I tried b2b_connect_extension example dsm diag in case i need to rewrite
my IVR app as a DSM script.
2b_connect_extension is supposed to let the caller try another extension
if one extension didn't produce a positive reply. Unfortunately, sems
terminates the call with BYE after
transition "negative reply" CONNECTING - B2B.otherReply() / { ... }
->COLLECTING;
is executed. I tried to prevent that by executing
set(#StopProcessing="true");
both before B2B.connectCallee($remote, $remote) call and in "negative
reply" transition, but didn't have any effect. Perhaps #StopProcessing
is not supported in B2B applications?
Has something changed after b2b_connect_extension example was written or
is there a bug somewhere? Can anything be done to prevent sems
terminating the call after negative reply to a B2B.connectCallee call?
-- Juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev