Re: [SR-Users] custom kamailio-x.deb package

2017-10-04 Thread Victor Seva
2017-10-02 22:31 GMT+02:00 Abdul Basit : > I am creating .deb package for the very 1st time. Can anyone point me to the > right direction? https://www.debian.org/doc/debian-policy/ ___ Kamailio (SER) - Users Mailing List

Re: [SR-Users] issue when trying to start kamailio using db_postgres and dialplan modules

2017-10-04 Thread David Escartín
hello Daniel sorry i had this mail i thought it had been replied i checked that installing postgres9.0 the issue is solved thanks for your help best regards david El 01/08/17 a las 08:36, Daniel-Constantin Mierla escribió: Hello, can you do ldd over the db_postgres.so file? What libs it

Re: [SR-Users] presentce handly_subscribe() protocol/port mismatch to WS endpoint

2017-10-04 Thread Yuriy Gorlichenko
May be debug=3 level says more? I will try to collect it. I don't think it is a bug. I think somethig wrong at my side, but can not find anything 2017-10-04 14:58 GMT+03:00 Yuriy Gorlichenko : > I mean i tried to change $du and print it. It was changed but notify was > set

Re: [SR-Users] presentce handly_subscribe() protocol/port mismatch to WS endpoint

2017-10-04 Thread Yuriy Gorlichenko
I mean i tried to change $du and print it. It was changed but notify was set to original ruri. I know that it worked for register requests and invite. I built services using it. I found this trouble only with NOTIFY On Oct 4, 2017 14:35, "Daniel-Constantin Mierla" wrote: >

Re: [SR-Users] presentce handly_subscribe() protocol/port mismatch to WS endpoint

2017-10-04 Thread Yuriy Gorlichenko
Already tried yesterday evening. Same result with $du On Oct 4, 2017 14:35, "Daniel-Constantin Mierla" wrote: > Can you print $du there and see if it set? looks like it is not routed by > r-uri, but dst uri. > > Cheers, > Daniel > > On 03.10.17 22:58, Yuriy Gorlichenko wrote:

Re: [SR-Users] presentce handly_subscribe() protocol/port mismatch to WS endpoint

2017-10-04 Thread Daniel-Constantin Mierla
Can you print $du there and see if it set? looks like it is not routed by r-uri, but dst uri. Cheers, Daniel On 03.10.17 22:58, Yuriy Gorlichenko wrote: > Found that at the tm:local-request $ru modifies but anyway - request > sent to old RURI. >  INFO: NOTIFY to WS, update RURI > > -- here is

Re: [SR-Users] Manipulate From URI username

2017-10-04 Thread Khalil Khamlichi
use this function : uac_replace_from("sip:bat...@gotham.org"); https://www.kamailio.org/docs/modules/stable/modules/uac.html On Wed, Oct 4, 2017 at 10:34 AM, Gertjan Wolzak wrote: > > Hello Kamailions, > > Im trying to manipulate the username from the from uri, but not

Re: [SR-Users] Manipulate From URI username

2017-10-04 Thread Daniel Tryba
On Wed, Oct 04, 2017 at 10:34:34AM +0200, Gertjan Wolzak wrote: > Im trying to manipulate the username from the from uri, but not having any > luck, I must be doing something wrong. > > I receive a from uri username that is prefixed with 888, now I am trying to > remove the triple 8. > > > I

Re: [SR-Users] Manipulate From URI username

2017-10-04 Thread Yuriy Gorlichenko
try $U=$(fU{s.substr,3,0}); 2017-10-04 11:34 GMT+03:00 Gertjan Wolzak : > > Hello Kamailions, > > Im trying to manipulate the username from the from uri, but not having any > luck, I must be doing something wrong. > > I receive a from uri username that is prefixed with 888,

[SR-Users] Manipulate From URI username

2017-10-04 Thread Gertjan Wolzak
Hello Kamailions, Im trying to manipulate the username from the from uri, but not having any luck, I must be doing something wrong. I receive a from uri username that is prefixed with 888, now I am trying to remove the triple 8. I have configured the following: line 1090