i got xmlrpc2di working, for example
>>> server.di('di_dial', 'help')
['dial <application> <user> <from> <to>', 'dial_auth <application> <user>
<from> <to> <realm> <auth_user> <auth_pwd>', 'dial_auth_b2b <application>
<announcement> <from> <to> <caller_ruri> <callee_ruri> <realm> <auth_user>
<auth_pwd>', 'dial_pin <application> <dialout pin> <local_user> <to_user>']
but why are the built-in functions calls, get_loglevel, set_loglevel not
working, for example
>>> server.di('xmlrpc2di', 'calls')
Traceback (most recent call last):
...
xmlrpclib.Fault: <Fault 504: 'Exception: AmDynInvoke::NotImplemented: calls'>
when i start sems, they are enabled:
Apr 21 15:20:35 localhost sems[21241]: Debug:
(XMLRPC2DI.cpp)(XMLRPC2DIServer)(236): XMLRPC Server: enabled builtin method
'calls'
Apr 21 15:20:35 localhost sems[21241]: Debug:
(XMLRPC2DI.cpp)(XMLRPC2DIServer)(237): XMLRPC Server: enabled builtin method
'get_loglevel'
Apr 21 15:20:35 localhost sems[21241]: Debug:
(XMLRPC2DI.cpp)(XMLRPC2DIServer)(238): XMLRPC Server: enabled builtin method
'set_loglevel'
-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev