Stefan Sayer writes: > nowadays I usually just start a SystemDSM from the config and post an > event to it from XMLRPC using postDSMEvent, and then use dlg.dialout.
stefan, thanks for the pointers. postDSMEvent requires call_id as first param: postDSMEvent(string call_id, [ [[param0,val0],[param1,val1],...] ] post a DSM event into a call. can be used to interact with running calls in DSM. See DSM + monitoring + DI example in examples/dsm_di_monit. in dialout application, the event would be used to trigger an outbound call by dlg.dialout, i.e., there is no call yet to send the event to. what would call_id param value then be? -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
