Hi All,
I'm now using Kamailio as Presence Server for my IM system. All is fine
except that, when one user publishes new presence status (in tuples) to the
Presence Server, which does not NOTIFY the subscribers of the status. And
the more weird is that, when I restart the subscriber UAs and re-subscribe,
the Presence Server send out the NOTIFY messages to the subscribers that
just re-subscribed. This is not compliant with RFCs.
Anybody please help me out. Attached is the configuration file.
Thanks.
Thierry Luo
Hello List,
when I try to create Kamailio Database, I receive this error:
*kamdbctl create*
MySQL password for root:
INFO: test server charset
INFO: creating database kamailio ...
INFO: granting privileges to database kamailio ...
INFO: creating standard tables into kamailio ...
ERROR 1146 (42S02) at line 1: Table 'kamailio.version' doesn't exist
ERROR: Creating core tables failed at standard!
Kamailio version 4.3.4
Any hint?
Regards
I have multiple ip addresses at my kamailio. I use uac module for
registration to sip providers. I have one provider but want to register
form different ip addresses used by my server. When register sends it takes
ip address form reg_contact_addr(). But if I want to register from another
interface with different ip i need to get to this parametr another ip
address. So As I understand it imposibleto do with avp. Does kamailio have
some methods to do this?
Hello everyone,
I have Kamailio and Asterisk on the same machine with the same public IP.
When I try to forward calls to the asterisk (PSTN GW on port 5080), returns
the error 401, but does not reach the Asterisk any information. When I
switch to an IP out, it works.
Any idea?
Regards,
Doug
Hi all,
I opened a bug here:
https://github.com/kamailio/kamailio/issues/430
But then I was advised to write to mailing list.
In nutshell:
I'm running Kamailio 4.3.3.
When I'm trying to update $ru, $fu & $fd in Kamailio conf:
$rU = "1000";
$fu = "sip:something@mydomain.com";
$fd = "newdomain.com";
And later I'm trying to print out $rU, $fu, $fU & $fd in onsend_route:
xlog("ALERT: From URI $fu \n");
xlog("ALERT: From domain $fd \n");
xlog("ALERT: From user $fU \n");
xlog("ALERT: Request user $rU \n");
Kamailio 4.3.3 prints out following:
ALERT: From URI sip:2000@some_ip
ALERT: From domain some_ip
ALERT: From user 2000
ALERT: Request user 1000
But I believe it should:
ALERT: From URI sip:something@mydomain.com
ALERT: From domain mydomain.com
ALERT: From user something
ALERT: Request user 1000
I'm using default Kamailio config with minor changes, you can check it in
attachment.
Is it proper behavior?
Thank you!
With kind regards,
Jurijs
Hi all,
Kamailio 4.3 (Debian Wheezy package) with db_mysql and permissions
modules enabled.
Once started, this is the cached content of the "address" table:
~# kamctl mi "address_dump"
22 <20, 99.23.86.78, 0> [TEST SERVER]
Within the script:
-----------------------------
xlog("L_INFO", "request_route() [method:$rm, si:$si, sp:$sp]\n");
$var(group) = allow_source_address_group();
if ($var(group) != -1) {
// ALWAYS HERE :(
xlog("L_WARN", "invalid source IP [si:$si]\n");
}
-----------------------------
Then I send an INVITE from such an allowed IP, and got:
INFO: <script>: request_route() [method:INVITE, si:99.23.86.78, sp:7060]
WARNING: <script>: invalid source IP [si:99.23.86.78]
"version" table contains:
table_name table_version
-------------------------------------
address 6
trusted 5
I've used code similar to the above in ~30 kamailios (however never in
4.X). Do I miss something?
Thanks a lot.
--
Iñaki Baz Castillo
<ibc(a)aliax.net>
Hello,
do you have the mod_redirect enabled for apache? Can you look at the
logs of apache and see if there is any error message?
Also, you can look at the logs of siremis in the folder siremis/logs/.
Cheers,
Daniel
On 03/12/15 12:49, Morshed wrote:
>
> Dear Concern,
>
> I have installed kamailo and siremis installed properly. But I cannot
> login to the siremis, the login page is not loaded successfully.
> Please have a look on the attached image and any suggestion from your end?
>
>
>
> Regards,
>
>
>
> Morshed Alam
>
> Support Engineer | IP Telephony
>
>
>
> Link3 Technologies Ltd.
>
> Bulu Ocean Tower, 17th Floor
>
> 40, Kemal Ataturk Avenue, Banani,
>
> Dhaka 1213, Bangladesh.
>
> Tel: +88-02-9822288
>
> IP Phone : +88-09678997705
>
> Fax: +88-02-9821332
>
> Web: www.link3.net <http://www.link3.net>
>
>
>
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users(a)lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.comhttp://miconda.eu
Hello,
I want to add a new table to the [1].
I managed to create a new *kamailio-*.xml* in "lib/srdb1/schema/", run
make and see the resulting **-dbschema.xml* in doc/databases/kamailio,
along with the other .sql scripts. Here I got stuck; I can't find the
scrip that generates the final .html.
I tried grepping the code for some keywords found in page source without
success. Also, couldn't find the answer reading [2].
Any ideas how the final .html is generated?
Thanks,
Stefan
[1] http://kamailio.org/docs/db-tables/kamailio-db-devel.html
[2] http://www.kamailio.org/dokuwiki/doku.php/development:db-schema