o Juha Heinanen on 12/17/2013 02:29 PM: > usually sems application session is started by an incoming invite > request. is it possible to achieve the same via an xmlrpc request? > > i would like to write an application that places outgoing call to an uri > given in the xmlrpc request and when callee answers plays it an > announcement. > > i know how to write such an application, for example, using a dsm script > that is triggered by incoming invite. how about using xmlrpc request to > trigger the script? could it be done using SystemDSM?
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. There's also examples/di_dialer, which can i think store some accounts in the config file so e.g pwds don't need to go over the net each time. The webconference app and the click2dial app have direct DI functions to create calls outbound as well. Stefan _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
