Re: [SR-Users] rtpproxy and kamailio doesnt work out from the box.

2011-06-24 Thread MingHon
Hi, which firewall do you mean? the uac firewall or the kamailio firewall? kamailio doesnt have firewall. kamailio and rtpproxy in centos 5.4 firewall and selinux disabled. eth0 is configured for ppp0e and eth1 is the private ip and echo "1" > /proc/sys/net/ipv4/ip_forward iptables -t nat -A P

Re: [SR-Users] kamailio fails to start with kamctl start

2011-06-24 Thread Fabian Borot
I enabled debugging on the kamctl script and see these lines right before it fails: + minfo 'Starting Kamailio : ' + '[' -t 1 -a -z '' ']' + echo -e '\E[37;33m\033[1mINFO: Starting Kamailio : \033[0m' INFO: Starting Kamailio : + '[' -r /var/run/kamailio.pid ']' + '[' '!' -x ./kamailio ']' + '['

[SR-Users] kamailio fails to start with kamctl start

2011-06-24 Thread Fabian Borot
Hello I just installed kamailio-3.1 and using the default config file "kamctl start" fails [root@registrar sbin]# ./kamctl start INFO: Starting Kamailio : ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed [root@registrar sbin]# but when I use this command it sta

Re: [SR-Users] kamailio realtime integration

2011-06-24 Thread vaad.f...@gmail.com
Yes, NOTIFY was generated by ipphone. Thx, again :) On 06/24/2011 12:00 PM, Daniel-Constantin Mierla wrote: Hello, based on the logs, the authentication fails due to wrong password. Check that you have the right password on client side. Kamailio does not generate any NOTIFY unless the pre

[SR-Users] R: rtpproxy and kamailio doesnt work out from the box.

2011-06-24 Thread Stefano Larosa
Hi, i should check your firewall settings. Regards, Stefano Larosa. Da: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] Per conto di MingHon Inviato: venerdì 24 giugno 2011 17.56 A: sr-users@lists.sip-router.org Oggetto: Re: [SR-Users] rtpproxy and

Re: [SR-Users] rtpproxy and kamailio doesnt work out from the box.

2011-06-24 Thread MingHon
Hi, Yup i did define #!define WITH_NAT at the beginning of config file. it doesnt work. been struggle for a month hope you can help. and also in the cfg im listening to both iface. listen=public ip listen=192.168.2.3 [kamailio ip] Regards, MingHon __

Re: [SR-Users] rtpproxy and kamailio doesnt work out from the box.

2011-06-24 Thread Carsten Bock
Hi, did you also set #!define WITH_NAT at the beginning of your config? That should do the job. Carsten 2011/6/24 MingHon : > hey list, > > i currently test on my asterisk 1.6 box on on pc with private ip > and tested kamailio 3.1.3/3.1.4 + rtpproxy 1.2.1/1.2.0/1.1 on another pc > with public

[SR-Users] rtpproxy and kamailio doesnt work out from the box.

2011-06-24 Thread MingHon
hey list, i currently test on my asterisk 1.6 box on on pc with private ip and tested kamailio 3.1.3/3.1.4 + rtpproxy 1.2.1/1.2.0/1.1 on another pc with public ip and private ip. everything installed successfully. i follow this tutorial realtime intergration with asterisk http://kb.asipto.com/

[SR-Users] async processing in a module

2011-06-24 Thread Matthew Williams
Hi, I'm working on a jsonrpc (client) module that we would like to make async, using t_suspend and t_continue from the tm module. I have a couple questions related to this. The way I understand these functions, t_suspend will freeze the transaction in shared memory and immediately return and t_co

Re: [SR-Users] an idea - the SIP browser - elsipo

2011-06-24 Thread Daniel-Constantin Mierla
Hi Skyler, On 6/23/11 10:16 PM, Skyler wrote: Hi Daniel, Great idea and thank you for releasing a working example. IMO, on the surface this looks to me like another piece to the ultimate cross-platform SIP communications system (elsipo + Kamailio/SERx). This project is something I will defini

Re: [SR-Users] Dispatcher module for INVITE

2011-06-24 Thread Daniel-Constantin Mierla
Hello, if you use forward() then the retransmission is not from kamailio - forward() does stateless forwarding. The dispatcher module readme in devel branch has a better example, maybe it helps you: http://kamailio.org/docs/modules/devel/modules_k/dispatcher.html#id2513148 Cheers, Daniel O

Re: [SR-Users] kamailio realtime integration

2011-06-24 Thread Daniel-Constantin Mierla
Hello, based on the logs, the authentication fails due to wrong password. Check that you have the right password on client side. Kamailio does not generate any NOTIFY unless the presence server modules are loaded. If not, then the notify comes from somewhere else and it is just looped back d

Re: [SR-Users] Don't publish Is not supposed the e-mail should be Hiden

2011-06-24 Thread Henning Westerholt
On Friday 24 June 2011, Daniel-Constantin Mierla wrote: > > I really don't want to share my e-mail publicly, i remember there was an > > option before. > > Is it about a mailman list manager option? There was nothing changed in > this regard. Can you point to the documentation of this option? Hi

Re: [SR-Users] kamailio realtime integration

2011-06-24 Thread vaad.f...@gmail.com
Hi all, Still trying to run kamailio 3.1.x + asterisk 1.6.2.X realtime architecture. As i mentioned earlier, instead of asterisk i use another softswitch with db, table "retailroute" with "login" and "password" fields as user auth data. Of course, troubles... user can't register to kamailio :

Re: [SR-Users] MYSQL Compilation Kamailio 3.1.4

2011-06-24 Thread Daniel-Constantin Mierla
Can you try adding #include before first #include in modules/db_mysql/my_cmd.c file? If not working, try to grep in /usr/include/ to see which is the file where sin6 is defined. Cheers, Daniel On 6/23/11 3:03 AM, Omar wrote: bash-3.00# make clean bash-3.00# make quiet=0 /opt/SUNWgccfss/gc

[SR-Users] Hello,can you send me the useage of siremis?Thank you

2011-06-24 Thread 吴明
HI: I'm a user of siremis from China.Now I install the siremis successfully.But I would not use it. So I want the useage of it. I'll wait for your letter.Thank you! Best regards. Calvin wu 2011-6-24___ SIP Express Router (SER) and Kamailio (Ope

Re: [SR-Users] Don't publish Is not supposed the e-mail should be Hiden

2011-06-24 Thread Daniel-Constantin Mierla
On 6/23/11 3:05 AM, Omar wrote: I really don't want to share my e-mail publicly, i remember there was an option before. Is it about a mailman list manager option? There was nothing changed in this regard. Can you point to the documentation of this option? Thanks, Daniel -- Daniel-Constanti