<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Lucida Console'; font-size:9pt; font-weight:400; font-style:normal;">On Dienstag, 23. Juni 2009, Raśl Alexis Betancor Santana wrote:<br>
&gt; &gt; &gt;&gt; It would provide access to database (internal database API) not<br>
&gt; &gt; &gt;&gt; management API. I want alias_db, auth_db, domain, group, usrloc etc.<br>
&gt; &gt; &gt;&gt; to work directly with HTTP/REST layer.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Why not just provide an HTTP/REST interface to the database, then?<br>
&gt; &gt;<br>
&gt; &gt; What if I have database, but it is not Mysql/Postgres/Oracle ?<br>
&gt;<br>
&gt; Well, an ODBC connector could be created insted of HTTP/REST one, that will<br>
&gt; have a very high performance penalty.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Hi Raśl,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>there is already a module that connects to ODBC drivers, "db_unixodbc".<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>&gt; &gt; What if one have more complex setup than plain tables (subscriber/aliases<br>
&gt; &gt; and so on)? What if one have some CRM or ERP system without direct data<br>
&gt; &gt; access but with some API instead?<br>
&gt;<br>
&gt; If you have such "complex" scenario, you should develop a way to dump your<br>
&gt; CRM/ERP data into Kamailio structures and not viceversa.<br>
&gt;<br>
&gt; &gt; With REST/HTTP layer we can adapt any complex API to SER database API.<br>
&gt;<br>
&gt; NO, what you do is to add another layer, with a very high performance<br>
&gt; penalty and also with it owns weakness.<br>
&gt;<br>
&gt; &gt; In our project we use distributed database without plain tables and plain<br>
&gt; &gt; select/update access.<br>
&gt;<br>
&gt; Think about what Kamailio/Sip-Router needs and if it's better to develop an<br>
&gt; interface between Kamailio -&gt; YourSystem or it's better to develop an<br>
&gt; interface between YourSystem -&gt; Kamailio.<br>
&gt; I think that the second approach would be better.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>I can't really comment if its make sense to use such a translation layer as i don't know the system and the exact requirements of the original poster, even if i also like to keep it simple.        But if such a translation module is useful to some group, the created code is understandable, documented and maintainable then i don't see a real reason that we this should not be accepted in our repository [1]. Of course it should be implemented in a general way, that it can be changed with some configuration to adapt to different URL schemes, for example, like the SER ldap module.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Henning<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>[1] http://www.kamailio.org/mos/view/Contributions/</p></body></html>