Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-12 Thread Alexandru Covalschi
t-aliasing] > && (*(char **)(group_inst->vars + var->offset) != NULL) > ^ > core/cfg/cfg_ctx.c:1707:6: warning: dereferencing type-punned pointer will > break strict-aliasing rules [-Wstrict-aliasing] > replaced[num] = *(char **)(group_inst->vars + v

[SR-Users] Kamctl stats

2016-11-17 Thread Alexandru Covalschi
Hello list, Where can I found any information to completely understand what do values returned by 'kamctl stats' represent? Cheers, Alex ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://li

Re: [SR-Users] Possible memory leak in mysql driver

2016-11-16 Thread Alexandru Covalschi
utput of 'bt full' with gdb and > send it over here. > > Cheers, > Daniel > > > On 15/11/16 22:35, Alexandru Covalschi wrote: >> Hello list, >> >> We’re using dev version of Kamailio: >> version: kamailio 5.0.0-dev4 (x86_64/linux) ff63e5 &g

[SR-Users] Possible memory leak in mysql driver

2016-11-15 Thread Alexandru Covalschi
Hello list, We’re using dev version of Kamailio: version: kamailio 5.0.0-dev4 (x86_64/linux) ff63e5 flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_F

Re: [SR-Users] Kamailio LB: how to get Asterisk to do the RTP

2016-07-28 Thread Alexandru Covalschi
(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-user

Re: [SR-Users] How to understad that user is de-registrating

2016-06-24 Thread Alexandru Covalschi
Thanks for the info guys, I've fixed my config to suit the correct logic. Thanks again! 2016-06-23 8:40 GMT+03:00 Daniel-Constantin Mierla : > Hello, > > On 19/06/16 19:41, Alexandru Covalschi wrote: > > Hello list, > > I need to send to an external API events when us

Re: [SR-Users] WS to WS calls - No ACK received for 200OK

2016-06-21 Thread Alexandru Covalschi
The problem may be with record_route header. Did you set *advertised_address?* 2016-06-21 12:59 GMT+03:00 Amit Patkar : > Hi > > I am using Kamailio as Websocket proxy. > > User 1 & User 2 are registered on Kamailio over WebSocket. > When User 1 calls User 2, User 2 gets ring and answers the call

[SR-Users] How to understad that user is de-registrating

2016-06-19 Thread Alexandru Covalschi
sends REGISTER he is de-register. (Please correct me if I'm wrong.) How can I catch that? Can I use event_route[usrloc:contact-expired]? Thanks in advance! -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator tel: +37367398493 web: http://abriss.solutions/ <ht

Re: [SR-Users] Kamailio Problem carrying media

2016-06-16 Thread Alexandru Covalschi
blem, or if you know > how to solve it? > > > Best regards. > > Sirvan Parasteh > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org

Re: [SR-Users] Media server can't return ACK correctly

2016-02-25 Thread Alexandru Covalschi
Thanks everyone 2016-02-25 19:41 GMT+02:00 Alexandru Covalschi <568...@gmail.com>: > Ok guys. The issue was in my misunderstanding of RFC and > advertised_address variable. > Removing advertised_address solved the issue. > > 2016-02-25 17:49 GMT+02:00 Alberto Sagredo >

Re: [SR-Users] Media server can't return ACK correctly

2016-02-25 Thread Alexandru Covalschi
> And ACKS will go to right place.. > > > 2016-02-25 16:43 GMT+01:00 Alexandru Covalschi <568...@gmail.com>: > >> force_send_socket is a good idea - thanx! >> traces are in initial message >> >> 2016-02-25 17:02 GMT+02:00 Alberto Sagredo > >: >&g

Re: [SR-Users] Media server can't return ACK correctly

2016-02-25 Thread Alexandru Covalschi
t;} > > Hope this helps you > Use record_route() as well. > > Anyway show me a trace that goes to FreeSwitch from Kamailio. > > > > 2016-02-25 10:55 GMT+01:00 Alexandru Covalschi <568...@gmail.com>: > >> No other rr params defined so double rr is defau

Re: [SR-Users] Media server can't return ACK correctly

2016-02-25 Thread Alexandru Covalschi
No other rr params defined so double rr is default - enabled. What do you mean by "force traffic" - how to do that? Every other request (excep BYE - same problem with it) flows OK. 2016-02-25 11:49 GMT+02:00 Alexandru Covalschi <568...@gmail.com>: > Hi, thanks for answer >

Re: [SR-Users] Media server can't return ACK correctly

2016-02-25 Thread Alexandru Covalschi
te IP? > > Do you use advertise? > > Maybe you need to force Outbound traffic to Public IP Socket and inside > traffic to Private IP . > > Do you have double record routing? > > BR > > 2016-02-25 1:24 GMT+01:00 Alexandru Covalschi <568...@gmail.com>: > >>

[SR-Users] Media server can't return ACK correctly

2016-02-24 Thread Alexandru Covalschi
aw/5LpwSigF I'm seeking help with that - what parameter I need to change/add to solve that? Maybe it's a networking problem - but why then ACK reaches Freeswitch and all other requests flow OK? Thanks in advance, Alex -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and syste

Re: [SR-Users] Kamailio and NAT

2015-12-28 Thread Alexandru Covalschi
uot;PUBLIC-IP", "$Rp", "udp") in > order to received new transactions or should I follow a different > procedure??? > > Thank you > > > > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-

Re: [SR-Users] IMC module

2015-12-15 Thread Alexandru Covalschi
U != "chat-3500") > { > if(imc_manager()) > sl_send_reply("200", "ok"); > else > sl_send_reply("500", "command error"); > exit; > } > This allows me to receive system messages - but I can't get any mess

[SR-Users] IMC module

2015-12-15 Thread Alexandru Covalschi
body "111" from user 1001 and imc_manager catches it - I receive 500 command error. Why? :/ All that is working on top of sipjs-demo. -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://

Re: [SR-Users] IMC module

2015-12-15 Thread Alexandru Covalschi
_send_reply("500", "command error"); exit; } This allows me to receive system messages - but I can't get any messages from clients. 2015-12-15 18:43 GMT+02:00 Alexandru Covalschi <568...@gmail.com>: > Hello again > First of all I wanted to ask if someone e

Re: [SR-Users] Relaying failure codes back to initial server

2015-12-15 Thread Alexandru Covalschi
med out (in this > case 408 is selected against 486). How many INVITE requests do you see > being sent out? Or you can eventually make the sip trace available for > viewing on this mailing list or some web site/pastebin out there. > > Cheers, > Daniel > > > On 15/12/15 12

Re: [SR-Users] Relaying failure codes back to initial server

2015-12-15 Thread Alexandru Covalschi
pipermail/sr-users/2010-November/066382.html > is recommended just to exit failure_route, but that didn't work for me. I > need that to let Freeswitch know which cause has ended the call. Now > Kamailio just sends ACK to endpoint on receiving 486 BUSY. Would you kindly > tell me ho

[SR-Users] Relaying failure codes back to initial server

2015-12-15 Thread Alexandru Covalschi
e has ended the call. Now Kamailio just sends ACK to endpoint on receiving 486 BUSY. Would you kindly tell me how to achieve that? Thanks in advance -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://abs-teleco

Re: [SR-Users] Kamailio as UAC

2015-11-27 Thread Alexandru Covalschi
Well I tried but didn't work for me :( however problem is solved using other voip provider. Thanks for help! 27 нояб. 2015 г. 14:09 пользователь "Daniel Tryba" написал: > On Friday 27 November 2015 13:50:36 Alexandru Covalschi wrote: > > I saw that, but > > 1. It

Re: [SR-Users] Kamailio as UAC

2015-11-27 Thread Alexandru Covalschi
I saw that, but 1. It doesn't work in failure_route (MANAGE_FAILURE from std. config) either 2. My question was more general - is it even possible to do what I need with Kamailio 2015-11-27 13:24 GMT+02:00 Daniel Tryba : > On Friday 27 November 2015 13:01:19 Alexandru Covalschi wrote:

[SR-Users] Kamailio as UAC

2015-11-27 Thread Alexandru Covalschi
, "Remote asked for authentication"); uac_auth(); } to MANAGE_FAILURE or MANAGE_REPLY route Kamailio can't start. Is that even possible? -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://abs-telecom.com/ __

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-24 Thread Alexandru Covalschi
x27;ll need to implement that in my script, or maybe I can use some built-it functions? 2015-11-13 19:52 GMT+02:00 Alexandru Covalschi <568...@gmail.com>: > Many thanks for you help Sebastian! > > 2015-11-13 19:13 GMT+02:00 Sebastian Damm : > >> >> On Fri, Nov 13

Re: [SR-Users] Authorization selects

2015-11-17 Thread Alexandru Covalschi
th, there can be many auth headers, each with different > realm. In sip is very likely to be only one. > > Cheers, > Daniel > > > On 16/11/15 15:26, Alexandru Covalschi wrote: > > UPD: proxy_auth doesn't work either, however I'm sure I have WWW-Auth, not > Pr

Re: [SR-Users] Authorization selects

2015-11-16 Thread Alexandru Covalschi
UPD: proxy_auth doesn't work either, however I'm sure I have WWW-Auth, not Proxy-Auth :) 2015-11-16 16:23 GMT+02:00 Alexandru Covalschi <568...@gmail.com>: > Hello everyone! > > I need to extract values from authentication header, but > 408. @authorization["strin

[SR-Users] Authorization selects

2015-11-16 Thread Alexandru Covalschi
DBG_QM_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, selec

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-13 Thread Alexandru Covalschi
Many thanks for you help Sebastian! 2015-11-13 19:13 GMT+02:00 Sebastian Damm : > > On Fri, Nov 13, 2015 at 3:43 PM, Alexandru Covalschi <568...@gmail.com> > wrote: > >> What if I don't need a plaintext password on Kamailio? I mean, I don't >> want t

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-13 Thread Alexandru Covalschi
> Best Regards, > Sebastian > > > > On Fri, Nov 13, 2015 at 3:13 PM, Alexandru Covalschi <568...@gmail.com> > wrote: > >> simple send_reply("200", "OK");, sorry >> >> 2015-11-13 16:02 GMT+02:00 Alexandru Covalschi <568...@gmail

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-13 Thread Alexandru Covalschi
So it should be like ... if (!has_credentials("myrealm")) { www_challenge("$td", "1"); } else { if (!my_script()){ sl_send_reply("401", "Not Authorized"); } } ... 2015-11-13 16:13 GMT+02:00 Alexandru Coval

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-13 Thread Alexandru Covalschi
simple send_reply("200", "OK");, sorry 2015-11-13 16:02 GMT+02:00 Alexandru Covalschi <568...@gmail.com>: > Thanks for your reply! But the problem is - I need to provide to API > user's login and password. Kamailio doesn't know them. So my idea was t

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-13 Thread Alexandru Covalschi
riable. > > > http://www.kamailio.net/docs/modules/4.3.x/modules/auth.html#auth.f.pv_www_authenticate > > Best Regards, > Sebastian > > On Fri, Nov 13, 2015 at 2:14 PM, Alexandru Covalschi <568...@gmail.com> > wrote: > >> UPD: If upper method is possible -

Re: [SR-Users] Grab users password from WWW-Auth header

2015-11-13 Thread Alexandru Covalschi
UPD: If upper method is possible - I assume I can check if message has Auth header using if (has_credentials("myrealm")) { ... } Can you please specify how to grab it? 2015-11-13 15:08 GMT+02:00 Alexandru Covalschi <568...@gmail.com>: > Hello! > My problem

[SR-Users] Grab users password from WWW-Auth header

2015-11-13 Thread Alexandru Covalschi
;); } The main problem is - how can I grab or compare users password? I know nonce, which I understand is MD5 salt. Can I, for example, grab users password from API, then grab the MD5 string and the nonce user sent me, calculate MD5 on base of API password and nonce - and then compare MD5 strings

[SR-Users] A little offtop - a question about Kamailio Admin Book

2015-09-03 Thread Alexandru Covalschi
Just wanted to ask when will http://www.asipto.com/sw/kamailio-admin-book/ become available in final version? Sorry for offtop, didn't know where to ask about that :) -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://abs-teleco

[SR-Users] Kamailio + Rtpengine < - > Freeswitch + ZRTP

2015-09-03 Thread Alexandru Covalschi
, but quality is sometimes bad and the delay is too big. Anyone has any ideas? Kamailio 4.3, FS 1.4 <http://kb.asipto.com/freeswitch:kamailio-3.3.x-freeswitch-1.2.x-sbc> <http://kb.asipto.com/freeswitch:kamailio-3.3.x-freeswitch-1.2.x-sbc> -- Alexandru Covalschi ABRISS-Solutions VoIP engin

Re: [SR-Users] authorize a client in bulk registration

2015-08-31 Thread Alexandru Covalschi
t; > Your assistance in this matter is greatly appreciated > > Thanks, > Al > > ___ > 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/listinf

Re: [SR-Users] Using PSTN as "fallback"

2015-08-30 Thread Alexandru Covalschi
__ > 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 > > -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://

Re: [SR-Users] unsupported route_type 64

2015-08-29 Thread Alexandru Covalschi
s (FS#456) and > seemed to be fixed in branch 4.1 (part of 4.1.5). > > Thanks. > > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-

Re: [SR-Users] Kamailio TLS configuration

2015-08-28 Thread Alexandru Covalschi
And server is under Amazon EC2, but that shouldn't really make any sense 2015-08-29 0:11 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > Forgot to add > cat /etc/issue > Debian GNU/Linux 8 \n \l > > > kamailio -V > version: kamailio 4.3.1 (x86_64/linux) >

Re: [SR-Users] Kamailio TLS configuration

2015-08-28 Thread Alexandru Covalschi
compiled with gcc 4.9.2 openssl version OpenSSL 1.0.1k 8 Jan 2015 2015-08-28 20:01 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > Hello! > > I'm having problems with Kamailio configuration with TLS. Or, maybe, > that's my misunderstanding about how it should work. &

[SR-Users] Kamailio TLS configuration

2015-08-28 Thread Alexandru Covalschi
ire_certificate = no Make everything work. Cross-domain calling is essential and I'm just trying to figure out - what's the problem? Is that my certificate, is that ostel.co certificate or it is just the way it should be? Thanks! -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and s

Re: [SR-Users] Help with sip balancer

2015-08-11 Thread Alexandru Covalschi
Also, take a look at kamailio-advanced.cfg, there is PSTN GW route already included. Also you can use LCR for routing calls to different providers, a simple guide can be found here http://dopensource.com/least-cost-routing-with-kamailio-v4-1/ 2015-08-12 0:41 GMT+03:00 Alexandru Covalschi <

Re: [SR-Users] Help with sip balancer

2015-08-11 Thread Alexandru Covalschi
; > For security reasons, i would like to force the RTP through RTPProxy. > > I'm missing something, and need your help me to understand my errors. > > Best Regards, > Bruno > > > > ___ > SIP Express Router (SER) and

Re: [SR-Users] LCR Routing - Cost based routing

2015-08-11 Thread Alexandru Covalschi
(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 > -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://abs-telecom.com/ __

Re: [SR-Users] Debian/jessie and 4.3.1 default config doesn't work

2015-08-10 Thread Alexandru Covalschi
Hmf... I saw the advice to put them on /tmp/ somewhere on mailing lists and had same thoughts. Thanks, will fix that on my servers! 2015-08-10 14:16 GMT+03:00 Daniel Tryba : > On Monday 10 August 2015 13:12:12 Alexandru Covalschi wrote: > > Shouldn't they be /tmp/kamailio

Re: [SR-Users] LCR Routing - Cost based routing

2015-08-10 Thread Alexandru Covalschi
le. > > DanB > > > ___ > 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 > -- Alexandru Covalschi AB

Re: [SR-Users] Debian/jessie and 4.3.1 default config doesn't work

2015-08-10 Thread Alexandru Covalschi
; /var/run/kamailio/kamailio_(ctl|fifo) > > ___ > 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 > -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system admin

Re: [SR-Users] LCR Routing - Cost based routing

2015-08-09 Thread Alexandru Covalschi
? is there any avaliable way to automate or we have > to rewrite/modify the lcr/drouting module for rate selection , > > > > On Sun, Aug 9, 2015 at 9:22 PM, Alexandru Covalschi <568...@gmail.com> > wrote: > >> however you can try building LCR based on prefix and

Re: [SR-Users] LCR Routing - Cost based routing

2015-08-09 Thread Alexandru Covalschi
however you can try building LCR based on prefix and weight, why not? 2015-08-09 18:52 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > I know CGRateS allow cost-based LCR for Kamailio. Maybe there are some > internal Kamailio modules, but I don't know about them > >

Re: [SR-Users] LCR Routing - Cost based routing

2015-08-09 Thread Alexandru Covalschi
On Sun, Aug 9, 2015 at 3:09 PM, Alexandru Covalschi <568...@gmail.com> > wrote: > >> Or, well, see that guide >> http://dopensource.com/least-cost-routing-with-kamailio-v4-1/ - we have >> priority and weight on LCR module >> >> 2015-08-09 12:37 GMT+03:00 Al

Re: [SR-Users] LCR Routing - Cost based routing

2015-08-09 Thread Alexandru Covalschi
Or, well, see that guide http://dopensource.com/least-cost-routing-with-kamailio-v4-1/ - we have priority and weight on LCR module 2015-08-09 12:37 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > try using CGRateS > > 2015-08-09 12:06 GMT+03:00 Arun Kumar : > >> Hi

Re: [SR-Users] LCR Routing - Cost based routing

2015-08-09 Thread Alexandru Covalschi
rs@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > > -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://abs-telecom.com/ ___ SIP Express

Re: [SR-Users] Rtpengine/rtpproxy and zrtp

2015-08-06 Thread Alexandru Covalschi
thanks! 2015-08-06 22:29 GMT+03:00 Frank Carmickle : > Zrtp passes through rtpengine just fine. > > --FC > Sent from my 6 plus > > On Aug 6, 2015, at 14:12, Alexandru Covalschi <568...@gmail.com> wrote: > > Sorry if writing to wrong mailing list, I am very limited t

[SR-Users] Rtpengine/rtpproxy and zrtp

2015-08-06 Thread Alexandru Covalschi
Sorry if writing to wrong mailing list, I am very limited to traffic now amd don't know if there is any for rtpproxy/rtpengine. My question is - can they support ZRTP at least in pass-through mode? Will rtpengine fail on trying to recognize unknown SDP fields? __

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-24 Thread Alexandru Covalschi
I got bridging working well on internal interfaces in case of simple SIP calls on a bit other configuration. But editing this config to support WebRTC causes same problems. I need internal interfaces on asterisk to completely close external ones (Security etc.).

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-24 Thread Alexandru Covalschi
Asterisk localip=10.0.0.87, sorry 2015-06-24 16:24 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > Ok, so my scheme. > Kamailio and Asterisk are in Amazon EC2 > Kamailio externip=54.197.230.121 localip=10.145.45.103 > Asterisk localip=10.145.45.103, externip doesn't

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-24 Thread Alexandru Covalschi
; Can you specify exactly which side received what IP and what you would > expect there? It is not easy to digests lots of logs and also guess what > would you expect to happen... > > Cheers, > Daniel > > > On 24/06/15 15:14, Alexandru Covalschi wrote: > > Heh... &

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-24 Thread Alexandru Covalschi
to)=="ws") { xlog("L_NOTICE","= $fU has WEBSOCKETS"); rtpengine_manage("trust-address replace-origin replace-session-connection ICE=force RTP/AVP"); } else {

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-24 Thread Alexandru Covalschi
/jZceP2Rn Javascript log http://pastebin.com/4ZLePyKz 2015-06-24 1:27 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > Well.. Guys, sorry, it was totally my fault. I just used VPN. > > 2015-06-24 0:59 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > >> I used

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-23 Thread Alexandru Covalschi
Well.. Guys, sorry, it was totally my fault. I just used VPN. 2015-06-24 0:59 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > I used https://github.com/caruizdiaz/kamailio-ws configuration that 100% > works on other then Amazon EC2 environment and I still get this error. &

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-23 Thread Alexandru Covalschi
GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > Here is it > http://pastebin.com/JkkM4M5m > > 2015-06-23 18:53 GMT+03:00 Daniel-Constantin Mierla : > >> There are no major changes in 4.3 comparing with 4.2 in regards to >> websocket -- the implementatio

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-23 Thread Alexandru Covalschi
ble. Can you look at > javascript debug console in the browser to see what is printing? > > Daniel > > > On 23/06/15 17:23, Alexandru Covalschi wrote: > > without fix_nated_contact error behaviour is the same > maybe I should upgrade to 4.3 ? > > 2015-06-23 14:08 GM

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-23 Thread Alexandru Covalschi
without fix_nated_contact error behaviour is the same maybe I should upgrade to 4.3 ? 2015-06-23 14:08 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > Here's the trace on port which I use for ws server. Don't look at > fix_nated_contact, I'll fix later - now t

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-23 Thread Alexandru Covalschi
Here's the trace on port which I use for ws server. Don't look at fix_nated_contact, I'll fix later - now the trouble is that Kamailio can't establish a ws connection properly. Client is SIPML5 demo phone http://pastebin.com/LvAk2HkP 2015-06-23 14:03 GMT+03:00 Alex

Re: [SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-23 Thread Alexandru Covalschi
I solved the SIP voice trouble, but WebRTC problem still exists. What kind of trace I must do to make my post more informative? 2015-06-23 10:46 GMT+03:00 Daniel-Constantin Mierla : > Hello, > > On 23/06/15 04:10, Alexandru Covalschi wrote: > > Hello. I'm trying to set u

[SR-Users] Kamailio proxy at Amazon EC2 (behind NAT)

2015-06-22 Thread Alexandru Covalschi
P"); For WS: rtpengine_manage("trust-address replace-origin replace-session-connection ICE=force RTP/AVP"); Do you have any ideas how ti fix that? I also make REGFWD's to Asterisk -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system admi

Re: [SR-Users] Kamailio license usage

2015-06-15 Thread Alexandru Covalschi
doing with Kamailio, then as Fred suggested, it is better to consult a > lawyer. > > Cheers, > Daniel > > On 15/06/15 18:09, Alexandru Covalschi wrote: > > Maybe it may be an offtopic, but I'm not really into legal issues - so > I'm sorry if this message is not fu

[SR-Users] Kamailio license usage

2015-06-15 Thread Alexandru Covalschi
Maybe it may be an offtopic, but I'm not really into legal issues - so I'm sorry if this message is not fully related to this mailing list. Can I use Kamailio to provide VoIP backend for kind of CRM system in case of SaaS? --- Alexandru Covalschi ABRISS-Solutions VoIP engineer

Re: [SR-Users] SIP-over-Websocket Load Balancing

2015-06-15 Thread Alexandru Covalschi
thanks, will try that 2015-06-15 14:07 GMT+03:00 Juha Heinanen : > Alexandru Covalschi writes: > > > > sorry, i thought you use registrar/usrloc modules > > Well, I do use them - so if you could explain in which table does > Kamailio > > write the user's pro

Re: [SR-Users] SIP-over-Websocket Load Balancing

2015-06-15 Thread Alexandru Covalschi
xlog("L_NOTICE","= $fU is websocket user\n"); rtpengine_manage("direction=external direction=internal force trust-address replace-origin replace-session-connection ICE=force RTP/AVP"); } else { xlog("L_NOTICE&qu

Re: [SR-Users] SIP-over-Websocket Load Balancing

2015-06-14 Thread Alexandru Covalschi
and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493 web: http://abs-telecom.com/ ___

Re: [SR-Users] Websocket Load Balancing

2015-06-14 Thread Alexandru Covalschi
s 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 > -- Alexandru Covalschi ABRISS-Solutions VoIP engineer and system administrator phone: +37367398493

Re: [SR-Users] SIP-over-Websocket Load Balancing

2015-06-14 Thread Alexandru Covalschi
ivr and handle callcenter > (freeswitch) > >so here i try to kamailiio act proxy server > > Any idea how i can achieve thid > > > > > > On Sun, Jun 14, 2015 at 12:24 AM, Alexandru Covalschi <568...@gmail.com> > wrote: > >> Well, I perf

Re: [SR-Users] SIP-over-Websocket Load Balancing

2015-06-13 Thread Alexandru Covalschi
Sorry, a mistake: on outgoing webrtc it MUST have RTP/SAVP or RTP/SAVPF 2015-06-13 21:54 GMT+03:00 Alexandru Covalschi <568...@gmail.com>: > Well, I performed that by creating a media relay consisting of 2 > freeswitches and using rtpengine. > > You just need to handle WebRTC

Re: [SR-Users] SIP-over-Websocket Load Balancing

2015-06-13 Thread Alexandru Covalschi
___ >> 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] Kamailio users creation mechanism

2015-05-28 Thread Alexandru Covalschi
creating a new user on subscriber table? Becase I see 2 fields with hashes. Thank you -- Alexandru Covalschi VoIP engineer and system administrator phone: +37367398493 <http://abs-telecom.com/> ___ SIP Express Router (SER) and Kamailio (OpenSER