o Jason b.a on 03/08/2011 12:27 AM:
Ok , but how i can use the SIP request to control sems if am not
allowed to use one of these language .
you can send requests with the commands as your application sends it and interpret it in DSM. you can possibly even interpret a subset of mscml easily, for example by using mod_py and xml python lib.

suppose , i have my application and SEMS, and my application asks sems
to collect digit, or play announcement!
how do you want your application to control SEMS?

by sending SIP messages with special bodies? Then use something like the code sample that i sent before.

by sending commands and receiving replies via json-rpc? then use the jsonrpc module, and its again best integrated with DSM.

by sending XMLRPC commands and polling for status? use xmlrpc2di module, combined with monitoring to save status to. see the doc/dsm/dsm_di_monit example.






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

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

Reply via email to