-
I uploaded a small fix, I wrote three variables with share, etc and libs path so you don't have to go trough the whole file changing stuff.
2009-06-29 12:33:59 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
Since 1.5, drouting is one of the core modules, also the recommended replacement for the lcr modules.
Around line 127, there is the list of tables:
my @STANDARD_TABLES = ('version', 'acc', 'dbaliases', 'lcr', 'domain', 'grp', 'uri', 'speed_dial', 'gw', 'pdt', 'subscriber', 'location', 're_grp', 'trusted', 'address', 'missed_calls', 'usr_preferences', 'aliases', 'silo', 'dialog', 'dispatcher'...
2009-05-22 10:16:26 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
I am using the 1.5.1 version on a debian platform compiled by "make deb".
Everything is working as expected except for osipsconsole.
There should be a proper path detection, because it currently causes lots of trouble.
Currently i see this variables poiting to fixed paths to /usr/local/ , there might be more that I already changed.
The optimal solution would be having a definition at the...
2009-05-22 10:05:05 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The scripts to create the sql tables are trying to use the opensips_1_4 database.
Since the default is opensips, it makes sense to keep using it.
This patch removes the occurrencies of 1_4 from the scripts.
2009-02-06 09:44:45 UTC in Opensips Control Panel
-
Since radius is becoming more used due to the CDRtool, mediaproxy, etc.
Having to modify the Makefile in modules/acc/Makefile seems a little to hidden. It would be easier to locate if it was an option in the main Makefile (such as the TLS of FREERADIUS support).
2009-01-27 14:04:34 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
Currently, you can create to table_name with the same name and diferent values, that might cause wrong version detection.
Adding a UNIQUE should solve the problem.
2009-01-21 15:28:22 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The learning curve with opensips is really high. There are specially three modules that lack examples (altought the documentation is good).
There should be at least some example routing code for this:
.- drouting, it's easy to migrate from lcr so, but since it's not yet in osipsconsole, doesn't look as appealing as it should be.
.- dialog, dialog + mediaproxy brings many possibilities to...
2009-01-15 15:52:38 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
As discussed in this thread. http://lists.opensips.org/pipermail/devel/2008-December/001449.html
Osipsconsole should be in a package of it's own, probably together with the current opensipsctl.
Also there are some dependencies currently missing that should be part of this package.
.- python-mysqldb
.- libfrontier-rpc-perl
.- libnet-ip-perl
.- libberkeleydb-perl
And finally String.pm...
2009-01-09 15:32:03 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
Sorry to open de bug, I've read the specifitations again and realized that xml tags cannot contain spaces.
Closing the ticket.
2007-11-10 13:25:43 UTC in Smultron
-
When I do option+t it closes the tag, it's soooo useful, but when the tag has spaces, the closing tag only has de first word.
Thank you for this great prog anyway!
2007-11-10 11:08:06 UTC in Smultron