Hi,

o Raúl Alexis Betancor Santana [12/02/2009 01:42 AM]:
Hi all,

I'm trying to "translate" a webapp we have that uses xmlrpcdi calls to SEMS to initiate a conference room and control it, to be able to do the same but using a DSM conference app.

I'm just begging and just want to emulate webconferece app but with DSM.

Could someone tell me where to find some DSM tutorial appart from the example dsm apps ?
have a look at apps/dsm/doc/examples/dsm_di_monit/, this is what you want (control conference app from XMLRPC).



Also, it is possible to invocate DSM apps from xmlrpci ?, and control them?, let say to mute/unmute conference room participants ...
have a look at that example. for muting, look at test_conference_mute.dsm .

You can create calls with di_dial (examples/di_dial). In DSM there is some code that you can pass authentication data, and/or variables, to an outgoing DSM call. ATM this function is not in di_dial, but
- first parameter could be UACAuthCred (AmArg)
- first parameter could be AmArg array of
    [0] UACAuthCred
    [1] struct of <string,string>; which is <variable name, value>
- first parameter could be struct of <string,string>; which is <variable name, value>
(see DSM.cpp:652)

If you really need it, I think I can dig out the code and add it to di_dial.

Stefan


Best regards

--
Stefan Sayer
VoIP Services

[email protected]
www.iptego.com

IPTEGO GmbH
Wittenbergplatz 1
10789 Berlin
Germany

Amtsgericht Charlottenburg, HRB 101010
Geschaeftsfuehrer: Alexander Hoffmann
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to