| branch | devel |
| changeset 126 | 1ac2439a68b5 |
| parent 112 | ea437d1e7b65 |
| child 127 | 79966b937274 |
| 125:19b3f383c9ce | 126:1ac2439a68b5 |
|---|---|
29 |
29 |
30 def listProcedures(self): |
30 def listProcedures(self): |
31 """Since we override lookupProcedure, its suggested to override |
31 """Since we override lookupProcedure, its suggested to override |
32 listProcedures too. |
32 listProcedures too. |
33 """ |
33 """ |
34 return ['listMethods','status','stop','sms','fax','mail','routes','defaultRoute','statistic'] |
34 return ['listMethods','status','stop','sms','fax','mail','routes','defaultRoute','statistic','telnumber','email'] |
35 |
35 |
36 |
36 |
37 class XMLRPCInterface(TwistedInterface,xmlrpc.XMLRPC): |
37 class XMLRPCInterface(TwistedInterface,xmlrpc.XMLRPC): |
38 def __init__(self): |
38 def __init__(self): |
39 xmlrpc.XMLRPC.__init__(self) |
39 xmlrpc.XMLRPC.__init__(self) |