Juha Heinanen wrote on 10/27/2014 03:21 PM:
> Stefan Sayer writes:
> 
>> I still have to have a look at the code, but in DSM what we do is that
>> the script, e.g. in a call control DSM, can prevent the whole event
>> (sipReply event) to be processed the normal/default way
>> (set(#ContinueProcessing=false) or so). That's also in general the
>> normal way how applications override and customize the default sems
>> way of handling things. Maybe it would help to add something in that
>> style to ivr as well, e.g. in a return value of the python function?
> 
> i didn't find any example of DSM ContinueProcessing, but perhaps there
> could be python function continueProcessing(True|False) that would
> determine the behavior of processing connectCallee() responses after ACK
> has been sent.

sorry, it's called #StopProcessing. The idea is that this should be
set in the event handler, i.e. in onOtherReply

Stefan

> 
> -- juha
> 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to