Re: [SR-Users] cnxcc module - make auth for redis connection

2018-03-05 Thread Donat Zenichev
ty to use ndb_redis to perform authentication for cnxcc module, correct me if I'm wrong. Do you offer me to read ndb_redis code sources to use them to edit cnxcc code sources? Thanks in advance for your advice. 2018-03-01 9:28 GMT+02:00 Donat Zenichev <donat.zenic...@gmail.com>: > Hi Daniel,

Re: [SR-Users] cnxcc module - make auth for redis connection

2018-02-27 Thread Donat Zenichev
it etc. So I think no one will be mind, to have whole possibility - real-time billing (cnxcc) working with redis securely. So please don't be apathetic to my request. 2018-02-26 9:44 GMT+02:00 Donat Zenichev <donat.zenic...@gmail.com>: > Hi community. > This message is special

[SR-Users] cnxcc module - make auth for redis connection

2018-02-26 Thread Donat Zenichev
attention for my request. I think this will be very helpfull for others. -- -- BR, Donat Zenichev Wnet VoIP team Tel Ukraine: +380(44) 5-900-800 Tel USA: +164(67) 8-174-17 (ext 1320) https://w-net.us/ <http://wnet.ua> ___ Kamailio (SER) -

[SR-Users] Cnxcc doesn't update amount values in redis

2017-12-21 Thread Donat Zenichev
xlog("L_WARN", "- cnxcc: $fU - Error setting up credit control - R=$ru ID=$ci\n"); sl_send_reply("402", "Payment Required"); } Why is it so? And as see, all values are set zero. Seems to be problem with redis inserts. Any ideas are hig

Re: [SR-Users] parse_from_header(): bad From header

2017-11-29 Thread Donat Zenichev
internal numbers (before to send it to an internal agent) for consistent callerid presentation. So be careful while using such options in your topologies. 2017-11-16 15:42 GMT+02:00 Donat Zenichev <donat.zenic...@gmail.com>: > Hi Daniel. > We are using now kamailio 4.4.6 > > &quo

Re: [SR-Users] Source socket/port for in-dialog requests

2017-11-29 Thread Donat Zenichev
such obvious mistakes. 2017-11-19 0:38 GMT+02:00 Donat Zenichev <donat.zenic...@gmail.com>: > Hi community. > My apologies for so frequent appealing to you. > > I'm trying to solve problem with ending of sessions. > The problem consists of no 200 OK coming from uplin

[SR-Users] Source socket/port for in-dialog requests

2017-11-18 Thread Donat Zenichev
solutions to this problem was to add following inside the relaying route block: $fs = "tcp:" + "10.0.0.1" + ":5060"; if (!t_relay()) { sl_reply_error(); } But it seems to me it's not a smart solution. -- -- BR, Donat Zenichev Wnet VoIP team Tel Ukrain

Re: [SR-Users] parse_from_header(): bad From header

2017-11-16 Thread Donat Zenichev
in received message : > >> >> When you use header "From" transformation (I see Route with vsf), >> restore may be correct only for exactly the same header "From". >> Check may be port number is missing/added in received message header >> &qu

[SR-Users] t_relay_to_udp - 500 server error occurred (6/SL)

2017-11-09 Thread Donat Zenichev
rt=TCP>;tag=9a78ee8ed9a3d4ba441c41d83ba2e904.4113 From: <sip:debug.device-exam...@kam1.domain.com:5070 ;transport=TCP>;tag=93394e63 Call-ID: NzQ1NWU5NzUxYmY4ZWVjMjYwNDYwMTBmYzYxODZkZmM. CSeq: 2 INVITE Server: example Content-Length: 0 Thanks in advance for hints. -- -- BR, Donat Ze

[SR-Users] Tcp socket error with active/active kamailio schema

2017-11-03 Thread Donat Zenichev
BR, Donat Zenichev Wnet VoIP team Tel: +380(44) 5-900-808 http://wnet.ua <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail> Virus-free. www.avg.com <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_con

[SR-Users] handle_tcpconn_ev(): connect failed

2017-09-07 Thread Donat Zenichev
, Donat Zenichev Wnet VoIP team Tel: +380(44) 5-900-808 http://wnet.ua ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Kamailio failover - dialog (transaction) that is available on different proxies

2017-08-31 Thread Donat Zenichev
n. In case of UDP transport, the result was a bit different, because in a few cases srv record couldn't recognize that 5060 is unreachable on first kamailio, so client tried to send BYE to first host. But if first host was completely down, it worked in 100 % cases. So I can say, that this topology is w

Re: [SR-Users] Auth_radius - digest auth problem

2017-05-22 Thread Donat Zenichev
? 2017-05-22 9:56 GMT+03:00 Donat Zenichev <donat.zenic...@gmail.com>: > What did you mean, when you ask for 'backend'? > If you meant an storage, so it's not a .txt users file, I'm using db - > radcheck table. > > So guys, the I've solved the problem. > It wasn't consist

Re: [SR-Users] Auth_radius - digest auth problem

2017-05-22 Thread Donat Zenichev
t are used while authorization on INVITE, REGISTER requests). And as for the future, I have a goal to store passwords in ha1, haven't started to discover this. 2017-05-18 17:11 GMT+03:00 Donat Zenichev <donat.zenic...@gmail.com>: > Hi all. > Have a problem with radius authorization. &

[SR-Users] Auth_radius - digest auth problem

2017-05-19 Thread Donat Zenichev
uot;Unauthorized"); exit; Radius log is filled by rows like: Auth: [digest] Cleartext-Password or Digest-HA1 is required for authentication. Tried to use radius_www_authorize without $fU - didn't change anything. Tried to use www_challenge without qop - didn't change anything. So, this solutio