2017-03-29 16:10 GMT+02:00 David Villasmil :
> Another question: is there a repo for master builds like with nightly 5.0
> builds?
http://deb.kamailio.org/#dev_master
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@l
output of 'dpkg -L kamailio | grep tm.so' ?
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
2017-03-28 15:26 GMT+02:00 David Villasmil :
> Hello guys,
>
> the merged https://github.com/kamailio/kamailio/pull/995 is not available
> on 5.0 and I'm wondering if/when it will be added to 5.0?
>
>
It will available on next 5.1 release.
___
SIP Expres
2017-03-09 11:39 GMT+01:00 Nitesh Lohchab :
> I believe LCR Target list is stored in the database and any changes made
> here should affect the behaviour of the calls imedialtely.
If you're changing the db directly, you need to do lcr.reload
https://www.kamailio.org/docs/modules/4.4.x/modules/lcr
2017-03-02 7:33 GMT+01:00 Ghanshyam Variya :
> Mar 2 11:55:33 Ubuntu kamailio[6479]: ERROR: [db.c:203]:
> db_bind_mod(): Module db_mysql not found. Missing loadmodule?
this is quite clear
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users
2017-03-01 15:48 GMT+01:00 Sergey Basov :
> 2017-03-01 15:57 GMT+02:00 Daniel-Constantin Mierla :
>> If yes, this is not a valid SIP message, because it lacks mandatory
>> headers such as call-id, cseq, from/to.
>>
> Yes it is without any headers...
So is not a valid SIP message
_
2017-02-09 12:36 GMT+01:00 Daniel-Constantin Mierla :
> Hello,
>
> the GIT branch 5.0 has just been created, it will host the release
> series 5.0.x. To get this branch from GIT, you can use:
>
> git clone https://github.com/kamailio/kamailio.git kamailio
> cd kamailio
> git checkout -b 5.0 origin/
El 24 ene. 2017 15:05, "Daniel-Constantin Mierla"
escribió:
Hello,
anyone else interested in having a dinner event at Fosdem?
I'll be there and I would love to join.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-user
2017-01-16 21:31 GMT+01:00 Mikko Lehto :
> Looks like that parameter is now¹ called dont_strip_or_prefix_flag
> but module documentation was just not updated.
>
> [1] Change was committed in 2010
> https://github.com/kamailio/kamailio/commit/8c0501bfaa27acab9721953e8c1551687c96edf2
Pushed the fix
2016-09-06 14:46 GMT+02:00 Olle E. Johansson :
> Victor - I’ll take this opportunity to say Thank You for your work with this
> server!
Thanks Olle, it is really appreciated.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
deb.kamailio.org is back online
2016-09-05 11:25 GMT+02:00 Victor Seva :
>
> 2016-09-05 11:01 GMT+02:00 Carsten Bock :
>>
>> currently, deb.kamailio.org is down.
>>
>> Is anyone taking care of this?
>
>
> I'm taking c
2016-09-05 11:01 GMT+02:00 Carsten Bock :
> currently, deb.kamailio.org is down.
>
> Is anyone taking care of this?
>
I'm taking care of it
Thanks for reporting,
Victor
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-user
On 03/03/2016 04:30 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
> kamcli tool is a good candidate for such feature, it is python and quite
> modular:
>
> - https://github.com/asipto/kamcli
>
> Adding migrating db feature was one of my goals for this tool, but lack
> of time didn't allow me
On 02/10/2016 03:58 PM, Daniel-Constantin Mierla wrote:
> CC-ed Victor -- iirc, he was the author of the functions for multi-part
> body -- maybe he remembers the rules for these function, if they take
> 0x0 as terminator or not.
Please set debug mode and please provide the relevant output
sig
On 01/31/2016 05:32 PM, Yuriy Gorlichenko wrote:
> I need to understand where from packets received. Now I use something like
>
> If $si == "1.2.3.4" {
> xlog("L_INFO","bla bla bla");
> }
>
> But I need to check source server not only by IP and PORT, but at Domain too
> For example
>
> if (so
On 11/14/2015 09:38 PM, adnan.mahmud wrote:
> Could you solve this?
AFAIK deb from master should have the fix included.
signature.asc
Description: OpenPGP digital signature
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
s
On 07/20/2015 08:58 PM, Daniel-Constantin Mierla wrote:
> My proposal is to move generation of self signed certificates to kamctl.
> There can be a kamctl.tls file to be deployed by the tls package (same
> is done by kamctl.mysql, being part of mysql package), which should add
> a new group of comm
Hi,
I was wrong. Your configuration is correct. after set_body_multipart()
msg_appy_changes() is needed
> if(has_body("application/sdp"))
> {
>set_body_multipart();
>if(msg_apply_changes())
>{
> $var(acm) = "7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c";
>
On 07/07/2015 04:07 PM, andre second wrote:
> Hi,
>
> I am using Kamailio version: kamailio 4.3.0 (x86_64/linux) c6aa95 on
> CentOS 6
>
> I am trying to encapsulate ISUP in the INVITE:
>
> ...
> if(has_body("application/sdp"))
> {
> set_body_multipart();
> if(msg_apply_changes())
>
Hello,
I would like to inform that the deb nightly builds are going to be disabled.
I'm having problems with the actual configuration and until I found the
time to fix them the service
will be out of order.
No new debs will be produced until further notice.
Cheers,
Victor
signature.asc
Descri
On 06/22/2015 03:05 PM, Yuriy Gorlichenko wrote:
> Hello. I Installed kamailio on ubuntu 14.04 that runs as virtual
> systemOpenVZ.
git or deb?
> after starting kamailio I see that it runs ok with
> kamailio start
> or
> kamctl start
If deb:
I would say that you should use /etc/init.d/kamai
On 06/19/2015 04:57 PM, Edin Fejzić wrote:
> I just installed kamailio 4.3.0 with apt-get. But it won't start.
> mysql and /etc/kamailio/kamctlrc done. Minimum change to kamailio.cfg
>
> Any idea?
>
# - mi_fifo params -
modparam("mi_fifo", "fifo_name", "/var/run/kamailio/kamailio_fifo")
On 05/19/2015 04:08 PM, Daniel-Constantin Mierla wrote:
> Debian/Ubuntu packages will be available soon as well.
Debian/Ubuntu packages available [0]
Official Debian package upgraded to 4.2.5-1 [1] ( will take some time to
refresh the info )
[0] http://deb.kamailio.org/
[1] https://tracker.debia
On 02/20/2015 04:00 PM, Federico San Martín wrote:
> route[INSERT_ACM]{
> set_body_multipart();
> $var(acm) = "06 02 04 01 29 01 01 00";
> append_body_part("$var(acm)","application/isup;
> version=itu-t92+","signal; handling=optional");
> return;
> }
> ### Error ###
> Fe
On 3 Feb 2015 14:24, "Daniel-Constantin Mierla" wrote:
> First date proposal is next week, Wednesday, 15:00GMT, Feb 11, 2015, on
> the usual #kamailio channel at freenode.net.
Fine, I'll be there.
___
SIP Express Router (SER) and Kamailio (OpenSER) - s
On 01/05/2015 04:19 PM, Daniel Tryba wrote:
> Not a really important question, just an observation that caused some
> headscratching on my first day after a nice vacation.
>
> I'm using an avp to make a redirect decision. Normally this avp contains
> Dutch
> telephone numbers (+31[0-9]{7,10}).
On 12/29/2014 10:41 PM, René Bormann wrote:
> just wanted to add the snmpstats modules to our kamailio 4.2.1
> installation.
> but we are running into a libssnmp15 dependency.
> searching google showed me that on 14.04 the lib is called libsnmp30 now.
What repository are you using? What is the ou
On 12/03/2014 10:24 AM, Daniel-Constantin Mierla wrote:
> A1) variant based on Kamailio World logo (used by twitter
> kamailioproject account and on some materials at various events). It was
> a backup variant so far as we had high resolution graphics that could be
> adapted to get a good image for
On 11/28/2014 09:51 AM, Daniel-Constantin Mierla wrote:
> Hello,
>
> I want to announce that a new person got developer GIT write access to
> repository: Eloy Coto Pereiro. He has developed a new module named
> statsd, which offers a connector from kamailio.cfg to manage values in
> statsd. The mo
+1 for github
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 11/04/2014 09:39 PM, Anthony Martin wrote:
> Just a question, kamailio does support DTMF Tones?
Kamailio is a proxy SIP. You need a media server.
signature.asc
Description: OpenPGP digital signature
___
SIP Express Router (SER) and Kamailio (OpenSE
On 07/27/2014 01:46 AM, Carlos Ruiz Díaz wrote:
> Hi all,
>
> I'm switching my development environment from Linux to Mac.
>
> Is there any tutorial on how to setup Kamailio on this OS? It may be an
> Unix flavor, but it's still quite different from Linux :).
Maybe using docker can help you...
h
On 06/16/2014 05:19 PM, Agiftel wrote:
> Hi All,
> i am trying to figure out how to get SEMS and install it.
> If i go to iptel website, documentations and last versions give always back
> NOT FOUND.
>
> Is this project still maintaned?/avaible?
Sure, it is.
You can easily install SEMS with the
On 06/12/2014 10:02 AM, Daniel-Constantin Mierla wrote:
> the second should be fixed, the first one is about packaging or is some
> change in apis?
Not sure yet I have to dig into it.
Victor
signature.asc
Description: OpenPGP digital signature
___
SI
Hi,
I have two bugreports in Debian. One is to migrate to gjc-4.6
(app_java)[0]. The other I'm not so sure [1].
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750831
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750079
On 12 Jun 2014 09:42, "Daniel-Constantin Mierla" wrote:
> Hell
2014-04-24 12:28 GMT+02:00 Daniel-Constantin Mierla :
> RPM, Debian/Ubuntu packages will be available soon as well.
Debian/Ubuntu 4.1.3 packages available.
http://deb.kamailio.org/
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing
ne before releasing
>
>
> On 24/04/14 11:27, Victor Seva wrote:
>>
>> I'm afraid we have a building error on 4.1:
>>
>> 03:08:01.437 mkdir -p
>>
>> /tmp/buildd/kamailio-4.1.2+0~20140424030035.37+squeeze/debian/kamailio-carrierroute-modules/usr/lib/k
I'm afraid we have a building error on 4.1:
03:08:01.437 mkdir -p
/tmp/buildd/kamailio-4.1.2+0~20140424030035.37+squeeze/debian/kamailio-carrierroute-modules/usr/lib/kamailio/modules
03:08:01.499 CC (gcc) [M carrierroute.so] carrierroute.o
03:08:01.706 CC (gcc) [M carrierroute.so] config.o
03:08:0
2014-03-19 17:08 GMT+01:00 Oliver Roth :
> Any idea ?
is rtpproxy loaded?
Cheers,
Victor
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-u
2014-03-18 9:11 GMT+01:00 Daniel-Constantin Mierla :
> Maybe a function to do these operations at once won't be that bad idea ...
> any volunteers for a patch to siputils module?
I can try to do that.
Cheers,
Victor
___
SIP Express Router (SER) and Kam
2014-03-14 16:51 GMT+01:00 malik sherif :
> error "/var/www/siremis-4.0.0/siremis/log/ERR.log" cannot be opened with
> mode "a"
>
Seems that the user that runs the webserver cannot write on that directory.
I recall that back in the day when I tested siremis I had to take a look
over some script t
Thanks Ovidiu!
Victor
On 8 Mar 2014 17:54, "Ovidiu Sas" wrote:
> Pushed!
> Thanks for the report.
>
> Regards,
> Ovidiu Sas
>
> On Fri, Mar 7, 2014 at 10:42 AM, Corey Edwards wrote:
> > There's a typo in the Debian init script. Is this the correct place to
> > report packaging bugs?
> >
> > ---
Yes. Thanks for your report. I will push the fix ASAP.
On 7 Mar 2014 18:25, "Corey Edwards" wrote:
> There's a typo in the Debian init script. Is this the correct place to
> report packaging bugs?
>
> --- /etc/init.d/kamailio2014-03-06 13:42:23.0 -0700
> +++ /tmp/kamailio2014-03-0
Hi,
2014-03-05 14:34 GMT+01:00 Vik Killa :
> Can someone update the wiki page? I was confused for days on this:
> http://www.kamailio.org/dokuwiki/doku.php/packages:debs
I've updated the new wiki [0].
[0] https://www.kamailio.org/wiki/packages/debs
__
ault kamailio repository
is pointing to a empty repository. As soon as we release 4.1.2 this
will be fixed.
Regards,
Victor Seva ( kamailio admin hat on )
[0] http://www.sipwise.com/
[1] http://www.kamailio.org/w/andreas-granig/
[2] https://github.com/mika/jenkins-debian-glue
[3] http://michael-p
Hi,
2014-03-03 8:46 GMT+01:00 Josef Stautner :
> Is this just a temporary probleme and are there any fallback mirrors?
This is a temporary problem, we are changing the DNS record. So
87.106.140.63 is the old one. The new one should be 54.195.245.207.
Please try again and report any further probl
2014-02-13 13:40 GMT+01:00 Helena Garcia-Nieto :
> Would you do it any other way that could be better?
changing $du?
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cg
On 14 January 2014 23:42, Daniel-Constantin Mierla wrote:
> What people here think? Joining the event with Jitsi or try to find another
> place?
Join with Jitsi is fine with me.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis
2014/1/9 Owais ul Haq :
> [root@ss3 sbin]# ./kamdbctl create
> ERROR: DATABASE ENGINE NOT SPECIFIED, PLEASE SETUP ONE IN THE CONFIG SCRIPT.
Edit the kamctlrc file.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@list
On 8 January 2014 20:07, Daniel-Constantin Mierla wrote:
> Hello,
>
> not much about real time communications this year at Fosdem, but being a
> convenient venue for me, the plan at this moment is to go .
>
> I saw some notes online from various people in the community that planned to
> attend as
2014/1/7 Daniel-Constantin Mierla :
> Hello,
>
> I am considering to release v4.1.1 out of branch 4.1 this week on Thursday
> -- there were couple of fixes since we did v4.1.0. If there are any open
> issues that should get addresses, reply here.
I have an open issue with FS#351. Working on it...
2013/12/12 Owais ul Haq :
> Can some one please suggest any online page to read which can help
http://www.kamailio.org/wiki/features/new-in-4.1.x
http://www.kamailio.org/wiki/features/new-in-4.0.x
http://www.kamailio.org/wiki/features/new-in-3.3.x
http://www.kamailio.org/wiki/features/new-in-3.2.x
Hi there,
this is my initial effort to get a new version [0].
This will create 4.2.0~dev0 packages for wheezy and jessie at master branch.
I've just removed the older releases. I will maintain only this two.
If everything is OK I will cherry-pick and create 4.1.0 packages at
the 4.1 branch
[0]
2013/11/20 jay binks :
> I GOT IT !!!
>
> thanks to
> http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for
>
>
> I edited the script /usr/bin/dpkg-shlibdeps, changing this :
>
> my $ignore_missing_info = 0;
>
> to
>
> my $ignore_missing_info = 1;
2013/11/19 jay binks :
> Thanks for the help !!!
>
> I have checked out your branch from git and am having a few issues with it..
> hopefully you can assist.
Can you try this for squeeze?
https://github.com/linuxmaniac/kamailio/tree/vseva/db_cassandra_deb
2013/9/30 Henning Westerholt :
> Am Montag, 30. September 2013, 10:39:20 schrieb Victor Seva:
>> 2013/9/12 Daniel-Constantin Mierla :
>> > - https://www.kamailio.org/wiki/devel/irc-meetings/2013b
>>
>> has anyone the IRC transcript of the meeting?
>
> Hello
Hello,
2013/9/12 Daniel-Constantin Mierla :
> - https://www.kamailio.org/wiki/devel/irc-meetings/2013b
has anyone the IRC transcript of the meeting?
Cheers,
Victor
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@l
2013/9/25 Grant Bagdasarian :
> Is there an easy way of doing this with an already existing module, which
> provides easy connectivity from the outside?
Maybe this[0]?
[0] http://kamailio.org/docs/modules/4.0.x/modules/mi_xmlrpc.html
___
SIP Express Ro
2013/8/16 Jon Bonilla :
> Any ideas?
Here you are [0].
Looking forward for some comments.
[0] http://sip-router.org/tracker/index.php?do=details&task_id=333&project=1
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users
2013/8/14 Daniel-Constantin Mierla :
> Provided that you haven't restarted (or if you did it, reproduce it again),
> can you send:
>
> - output of kamctl ps
> - the record from the database that matches the same ruid
> - if you restarted, send the error logs, too
It seems it's a problem with the V
126.0.1:50602','2013-08-14
10:06:56',-1.00
,'1-7590@127.126.0.1',2,0,0,'n/a',NULL,'','udp:127.0.0.1:5062',NULL,'2013-08-14
09:56:56','uloc-520a328b-10a0-f51',NULL,0,'spce.test');
2013/8/14 Victor Seva :
> Hell
Hello,
I'm getting this kind of error running my unit test scenarios from
time to time with no obvious reason, same tests usually runs without
problems.
Any pointers to figure out what is the problem?
Cheers,
Victor
___
SIP Express Router (SER) and Ka
You have to build kamailio and all the modules that you are using
again. Don't know why this is not been removed.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bi
2013/7/1 aft :
> Hi,
>
> After updating my git tree I'm on this commit :
>
> * master1123ed4 core: Also
> consider PROTO_WS(S) in forward().
>
> origin/master 1123ed4 core: Also
> consider PROTO_WS(S) in forward().
>
> After bui
Hello fellow Kamailio users and developers,
I would like to throw the idea of use Gerrit[0] for code contributions
reviews. This is not a replacement for the bugtracker, Gerrit will
help developers at the task of review and merge contributors patches.
I'm going to use mainly [1] to try to explain
2013/5/23 Victor Seva :
> 2013/5/23 Daniel-Constantin Mierla :
>> - update the interpreter to use pv cache instead of own spec per pv (I can
>> do it, being in my list and hopefully is no big change)
>
> I will try to do it myself just to get familliar with this area. Let'
2013/5/23 Daniel-Constantin Mierla :
> First a general recommendation: try to avoid patching core that much for
> non-common use cases.
Sure. I was just trying to see how this could be done. I don't want to
mess with the core. :-)
[snip]
> At this moment, I think a good solution could be:
[snip]
2013/5/23 Daniel-Constantin Mierla :
> Look for ASSIGN_T in core, one place to go to and check is lval_assign(...)
> function, not sure there are other in core.
Ok. First attempt to get this done.
I've created a new core cfg parameter "log_assign_actions" to
activate/deactivate de log. No problem
2013/4/22 Daniel-Constantin Mierla :
> From what Andreas suggesting, printing the value of variables as they are
> assigned is missing, probably can be added by hooking in the interpreter
> when doing the assignment operation.
Can you point me to the right direction here? What are the files involv
2013/5/13 Victor Seva :
> I'm going to migrate Debian kamailio repository to git ASAP.
Well, finally I've created the git repository with git-buildpackage
importing just the 3.0.1-1 and 4.0.1-1 versions.
I think it's enough
___
SIP E
Hi Daniel,
2013/5/13 Daniel Pocock :
> Ok, I see the procedure documented in README.Debian. I think this could
> be made much smoother for people by simply creating a TLS branch in the
> packaging SVN repository. Then people could just checkout the branch
> and run dpkg-buildpackage. The branch
We use mediaproxy and kamailio and using the init.d script from the
Debian package to restart kamailio has no effect on mediaproxy
process.
2013/2/8 Eduardo Lejarreta :
> Good morning Daniel.
>
> I send you the "messages" log which is a bit filtered. The flow is:
>
> Start a call, engage_mediaprox
2013/1/29 Ramaseshi reddy kolli :
>
> Hi,
>
> i am using kamailio 3.3 version please help me with this issue.
>
> 1) Registered from SIP end point, kamailio added row in location table
>
> 2) Now using same SIP account details, pushed registration entry using
> kamctl ul add , instead of overwriti
Hi,
2012/10/22 Vadim F. :
> Hi all,
>
> Could you please give a Kamailio's routing logic sample for python ?
> Thx
modules/app_python/handler.py [0]
But my advise is that if the task is not very simple, use lua.
My 2 cents.
[0]
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob
2012/10/3 Daniel-Constantin Mierla :
> Hello,
Hi Daniel,
> the best would be to enhance the module to be able to get/set
> pseudo-variables. I am not a python guy at all, so I cannot help much,
> however I can assist with the C side in kamailio if someone starts
> development and has questions ab
Hi,
is there any way to return values from a call to python_exec function
orther than the default returned integer?
Following code generates this error:
Oct 1 09:08:23 zskio /usr/sbin/kamailio[21789]: ERROR: app_python
[python_support.c:38]: python_exec2: Unhandled exception in the Python
code:
Hi Daniel,
2012/6/18 Daniel-Constantin Mierla :
> * http://www.kamailio.org/w/kamailio-v3-3-0-release-notes/
I notice that there is no upgrade info for postgres yet on [0]. I've
attached my initial upgrade script version.
Just my 2 cents.
PD: BTW congratulations to all of you and thanks for you
Hi,
2012/5/3 Elena-Ramona Modroiu :
> On 4/17/12 8:23 AM, Victor Seva wrote:
>> I already contacted with openbiz comunity to point the problem [0].
>>
>> [0] https://groups.google.com/d/topic/openbiz-cubi/4KdlKRQ9-ng/discussion
>
> great! Still it would be good to ha
2012/4/16 Elena-Ramona Modroiu :
> Hi,
>
> the patch is to phpopenbiz framework, which is not included in siremis git
> repository. But we can include the patch itself and document it, can you add
> it as attachment to sourceforge tracker?
>
> http://sourceforge.net/tracker/?atid=3020101&group_id=2
2012/4/16 Elena-Ramona Modroiu :
> Hi,
>
> add also this patch to the sourceforge tracker:
>
> http://sourceforge.net/tracker/?atid=3020101&group_id=250738&func=browse
>
> It will be applied to git -- few questions:
>
> - have you tested and still works with MySQL?
The siremis part is still using
But there are querys on siremis using mysql format.
pg.patch
Description: Binary data
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
This patch seems to do the trick.
root@zs2:/var/www/siremis-3.2.0# diff -ruN
openbiz/bin/data/BizDataSql.php~ openbiz/bin/data/BizDataSql.php
--- openbiz/bin/data/BizDataSql.php~2010-09-15 15:09:29.0 +0200
+++ openbiz/bin/data/BizDataSql.php 2012-04-16 10:23:38.0 +0200
@@ -
2012/4/12 Victor Seva :
[...]
> These querys wont work with postgresql because the `table_name`.
[...]
As I said It seems to me that the problem is in openbiz:
root@zs2:/var/www# grep -n \` siremis-3.2.0/openbiz/bin/data/BizDataSql.php
49:$this->_tableJoins = " `$mainTabl
Hi there,
I've just installed Siremis (3.2.0) with the same combination, mysql
for siremis and postgresql for an already working kamailio server. I
will like to point out that it was impossible for me to install
Siremis on postgresql, all the sql statements are for mysql server.
And the problem i
84 matches
Mail list logo