i tried to convert an ivr script to dsm diagram, and found the ivr
script contains many simple if statements like this:

       if not self.params.getKeyValue("Authorized"):
            self.application = "announcement"
            self.authorized = False

it seems to me like an overkill if i need to introduce a new state for
each of these kind of if statements.

if i have not missed something, it would seem like a good idea to
include if statement in dsm syntax.

-- juha
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to