Ovidiu,
I need database config info.... your example uses the config file. What is a 'tree'? The documentation keeps talking about it, but I don'tsee it defined anywhere. Carrierroute SEEMS to need the subscribertable, but it doesn't load it from the database.... why not?
Why should I spend days experimenting to get it to work? If the docs where adequate, that wouldn't be required.
Doug.
----- Original Message ---- From: Ovidiu Sas osas@voipembedded.com To: Douglas Garstang dougmig33@yahoo.com Cc: users@lists.openser.org Sent: Monday, March 24, 2008 5:43:53 PM Subject: Re: [OpenSER-Users] Carrierroute
Hello Douglas,
The database sample is available in the README file here: http://www.openser.org/docs/modules/1.3.x/carrierroute.html#AEN575 The entire documentation is there, you just need to read it carefully and experiment.
You had a similar post about the documentation for the lcr module and in the end it seems that you figure it out :) If you think that you can improve documentation, feel free to send patches for the README file.
Here you can find a configuration file example for carrierroute: http://voipembedded.com/resources/openser_cr.cfg
Regards, Ovidiu Sas
On Mon, Mar 24, 2008 at 7:52 PM, Douglas Garstang dougmig33@yahoo.com wrote:
I have been trying to get the carrierroute module to work ALL day. Can someone 'supplement' the openser docs with maybe some sample database data?
The docs really aren't making sense. The docs keep talking about a routing tree? What is a routing tree? When I start openser, I don't see it query the subscriber table. Should it?
Thanks, Doug.
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
The database config is right in the README file.
Here are the trees: +----+----------+ | id | carrier | +----+----------+ | 1 | carrier1 | | 2 | carrier2 | | 3 | default | +----+----------+
I agree with you that the names are confusing :) You may or may not need to use the subscriber tables, based on what functions are you using. In the example that I gave you, you don't need the location table. Instead, you force a routing tree (in my example is the "default" tree).
Hope this helps, Ovidiu Sas
On Mon, Mar 24, 2008 at 9:51 PM, Douglas Garstang dougmig33@yahoo.com wrote:
Ovidiu,
I need database config info.... your example uses the config file. What is a 'tree'? The documentation keeps talking about it, but I don't see it defined anywhere. Carrierroute SEEMS to need the subscriber table, but it doesn't load it from the database.... why not?
Why should I spend days experimenting to get it to work? If the docs where adequate, that wouldn't be required.
Doug.
----- Original Message ---- From: Ovidiu Sas osas@voipembedded.com To: Douglas Garstang dougmig33@yahoo.com Cc: users@lists.openser.org Sent: Monday, March 24, 2008 5:43:53 PM Subject: Re: [OpenSER-Users] Carrierroute
Hello Douglas,
The database sample is available in the README file here: http://www.openser.org/docs/modules/1.3.x/carrierroute.html#AEN575 The entire documentation is there, you just need to read it carefully and experiment.
You had a similar post about the documentation for the lcr module and in the end it seems that you figure it out :) If you think that you can improve documentation, feel free to send patches for the README file.
Here you can find a configuration file example for carrierroute: http://voipembedded.com/resources/openser_cr.cfg
Regards, Ovidiu Sas
On Mon, Mar 24, 2008 at 7:52 PM, Douglas Garstang dougmig33@yahoo.com wrote:
I have been trying to get the carrierroute module to work ALL day. Can someone 'supplement' the openser docs with maybe some sample database data?
The docs really aren't making sense. The docs keep talking about a routing tree? What is a routing tree? When I start openser, I don't see it query the subscriber table. Should
it?
Thanks, Doug.
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
On Tue, March 25, 2008 3:24 am, Ovidiu Sas wrote:
The database config is right in the README file.
Here are the trees: [..] I agree with you that the names are confusing :) You may or may not need to use the subscriber tables, based on what functions are you using. In the example that I gave you, you don't need the location table. Instead, you force a routing tree (in my example is the "default" tree).
Hi,
yes, they are probably still a few things in the whole module terminology that are not adequate explained, even if the documentation has already seen quite a lot of work. As this module can be used to implement pretty complex scenarios, the documentation shows this too, unfortunately.
You need only data from a user specific table, e.g. subscriber if you need to implement user specific routing. e.g. choose carrier A for one user set, carrier B for another one.. If you don't need this, then you not need to load data from this table.
You have a list of carriers in your routing space, and each of them can have again a list of domains. As every domain can route also to many different prefixes (with several hosts per prefix), this module refers to them as "trees".
If you want to implement simple LCR, then you don't need the functions that allows you to choose a carrier. Again, i agree that the actual interface in the stable branch is a little bit cumbersome to use, the new interface currently in development will be hopefully address some of this issues.
Cheers,
Henning