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
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
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
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");
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
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
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.
_
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.
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
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
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
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_
12 matches
Mail list logo