Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-02-01 Thread Vitaliy Aleksandrov
I had the same problem with CANCEL requests for transactions created by
an INVITE that was rewritten in a branch_route.
I sent a small patch to dev list in October and didn't receive any
comment. You can try to find it in sr-dev archive for October 2012.

> Yes, we know it's wrong.
> But if we really need it, is there a way to do it?
>
>
> -Original Message-
> From: sr-users-boun...@lists.sip-router.org
> [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov
> Sent: Wednesday, January 30, 2013 4:36 PM
> To: sr-users@lists.sip-router.org
> Subject: Re: [SR-Users] How to rewrite "tu" in CANCEL message ?
>
> On 01/30/2013 09:31 AM, Julia wrote:
>> We need some number manipulation for outgoing calls to PSTN GW.
>> The same manipulations must be in "ru" and "tu", because our PSTN GW adds
>> redirection when tu ≠ ru.
>> When we used INVITE re-parsing for CANCEL, modified "tu" is not included.
> I would say your PSTN GW is doing it wrong.  No routing should ever be
> done on To.  It is a purely cosmetic commentary on the intended logical
> destination of the call.  Only the RURI should be used for that.
>


___
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


[SR-Users] Syslog

2013-02-01 Thread Vitaliy Aleksandrov

Hi list.

I have a strange problem with syslog.
Kamailio doesn't send any messages to syslog from UDP workers that are 
bound to sock=127.0.0.1:5060.

Neither LM_DBG() from a source code nor xlog("any level", "") works.

I use kamailio-3.2.4 with this opions:
log_stderror=no
debug=3.

With log_stderror=yes kamailio writes all debug messages to stderr 
without any problems.


___
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


Re: [SR-Users] Syslog

2013-02-01 Thread Vitaliy Aleksandrov

On 02/01/2013 11:38 AM, Vitaliy Aleksandrov wrote:

Hi list.

I have a strange problem with syslog.
Kamailio doesn't send any messages to syslog from UDP workers that are 
bound to sock=127.0.0.1:5060.

Neither LM_DBG() from a source code nor xlog("any level", "") works.

I use kamailio-3.2.4 with this opions:
log_stderror=no
debug=3.

With log_stderror=yes kamailio writes all debug messages to stderr 
without any problems.

I was wrong in my conclusions
It looks like only the first udp listener has the described problem.
"children" parameter was set to 1 and after it was changed to 5 UDP 
syslog showed debug messages that were sent by newly added workers.


So the real problem in logging to a syslog from the first UDP worker 
regardless of interface it bound to (eth0, lo).


Does anybody have any idea what can cause this problem ?

___
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


Re: [SR-Users] Build 3.3 on ubuntu 12.10

2013-02-01 Thread Gareth Rylance
Thank you for your reply I am on paternity at the moment and will try this
when I return to work. Thank you again for your help I did not want you to
think your reply was being ignored
Gareth
On 27 Jan 2013 23:10, "Jon Bonilla"  wrote:

> El Sun, 27 Jan 2013 15:16:16 +
> Gareth Rylance  escribió:
>
> > Hi I am trying to build the kamailio deb packages on ubuntu 12.04.
> >
> > when I run make deb I get
> >
> > dpkg-checkbuilddeps: Unmet build dependencies: libmono-dev
> >
> > but libmono-dev is not available on 12.04 how do I
> >
> > 1. Fix the dependancy
> >
> > 2. Ignore it as I am not using app_mono (although I have an idea that may
> > in the future)
> >
>
> You have debian folders specific for ubuntu lts releases under
> pkg/kamailio/deb/
>
> you just need to link create a symlink to point the "debian" folder to the
> one
> which matches your release and then just run "dpkg-buildpackage"
>
>
> ___
> 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
>
___
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