Hi Andrew,
Here is one call with special characters:
call-id = 100c8a98-c0a8016b-13c4-50029-203fa-68e78324-203fa
How we can block such attempts, by rewrite rules?
Regards
Ivan
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis
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
Hi all,
I have a one question regarding ACK and Proxy-Authorization header.
I am testing Kamailio 3.3 as SIP proxy,default config. I made one call with
2 phones where one has Public IP while other is behind NAT. SIP clients are
Panasonic KX-UT133 and other is 1-NET (ex Sweden Mobile&CDMA provider
http://nil.uniza.sk/ngnims/kamailio-ims/installing-base-kamailio-ims-platform-debian-squeeze-32bit
Best Regards
Ivan
On Fri, Jul 20, 2012 at 5:06 AM, Apoorv Khare wrote:
> Hi Everyone,
>
> I am trying to integrate IMS(carstenbock/ims) patch in Kamailio. But so far
> I could not find any proper d