[SR-Users] SUBSCRIBE/NOTIFY record route

2012-08-20 Thread Spencer Thomason
Hello all, I'm using Kamailio (on a public IP) as a border proxy that handles NAT traversal (detection and keep alives) for several Freeswitch servers which have public IPs as well. I'm having a problem record-routing SUBSCRIBEs and NOTIFYs for nated UACs. If the UAC is behind NAT, I am addin

Re: [SR-Users] Siremis login issue

2012-08-20 Thread dave mccann
irectory /var/www/siremis-3.2.1 to chmod > 777 including all sub dirs and files. > > Can anyone please help as this is that last bit that I need to overcome :) > > Many thanks and best regards. > > Dave > > -- next

[SR-Users] Send/Receive IMs

2012-08-20 Thread Marty Beyers
Hey guys. I am very new to Kamailio. Basically, at this time, I want to generate a SIP message (from an SMS) within Kannel, and send this message to my Kamailio server, which will forward the SIP message to another SIP server. Therefore my Kamailio Sip server would act as a single user agent con

Re: [SR-Users] UAC module

2012-08-20 Thread Ron Hopson
Daniel, Adding double quotes around the second parameter of uac_reg_request_to does not help. route{ if (method=="REGISTER") { $rU = "daniel123"; if(uac_reg_request_to("$rU", "0")){ xlog("uac_reg_request_to remote user [$rU] on [$rd] via [$du]\n");

Re: [SR-Users] Siremis login issue

2012-08-20 Thread Ivan Milivojevic
H Dave, Do you have siremis.user table? If you don't, you should make it. CREATE TABLE `users` ( `SYSID` int(11) NOT NULL auto_increment, `USERID` varchar(15) NOT NULL, `PASSWORD` varchar(15) default NULL, PRIMARY KEY (`SYSID`) ); insert into ob_users(USERID, PASSWORD) values ('a

Re: [SR-Users] [sr-dev] new feature: option to remove, contacts based on sip nat keepalives

2012-08-20 Thread Yufei Tao
That's a very useful feature for updating presence information on behalf of some clients that do not support presence, or simply crashed. I will be watching this space for TCP/TLS support :) Is there any other existing way to achieve this for clients over TCP/TLS? Cheers, Yufei On 20/08/12 09:13

Re: [SR-Users] Siremis login issue

2012-08-20 Thread Max Mühlbronner
On 08/20/2012 01:51 PM, dave mccann wrote: Base table or view not found: 1146 Table 'siremis.user' doesn't exist" I did not use siremis before, but the error indicates a problem with the DB setup. (table missing) Did you install/configure Database access correctly? Best Regards Max M. _

[SR-Users] Siremis login issue

2012-08-20 Thread dave mccann
Hi All I have installed Kamailio with Siremis, Kamailio is working fine and starts and I have been through the initial setup for Siremis however when i go to login to the web management page it gives an error: "Error in query:: SELECT T0.id, T0.username, T0.password, T0.enctype, T0.email, T0.

Re: [SR-Users] [sr-dev] new feature: option to remove contacts based on sip nat keepalives

2012-08-20 Thread Olle E. Johansson
20 aug 2012 kl. 10:06 skrev Daniel-Constantin Mierla: > Hello, > > over the weekend I committed the code that allows to remove contacts from > location table if the device does not respond to several attempts of SIP nat > keepalives (usually OPTIONS requests). > > The feature works only for S

[SR-Users] new feature: option to remove contacts based on sip nat keepalives

2012-08-20 Thread Daniel-Constantin Mierla
Hello, over the weekend I committed the code that allows to remove contacts from location table if the device does not respond to several attempts of SIP nat keepalives (usually OPTIONS requests). The feature works only for SIP over UDP, being the only transport for which nathelper module se

Re: [SR-Users] does AVP's stay availeable after the transaction was answered?

2012-08-20 Thread Klaus Darilion
On 19.08.2012 13:35, Uri Shacked wrote: Hi, I am trying to use an AVP the I set on the INVITE when I recieve the BYE. for some strange reason, the AVP is NULL when I test it. Any ideas? The workarounds are: - storing parameters in record-route cookies (parameter in Route header, public viewa

Re: [SR-Users] UAC module

2012-08-20 Thread Daniel-Constantin Mierla
Hello, On 8/20/12 1:19 AM, Ron Hopson wrote: Daniel, Thank you for your response. I was away the remainder of the past week. Calls to uac_reg_lookup() and uac_reg_request_to(), with prior assignment or no assignment, yield "fixing failed (code=-1)". For example, if(uac_reg_request_