Hello,
Given the following scenario with Kamailio and rtpengine in the middle:
- call establishes with G.711 RTP
- b-leg re-invites to T.38, indicating a different port number then he is
using for G.711
- a-leg refuses the re-invite with a 488
- call continues using G.711 on original port numbers as if re-invite
never happened
Will Kamailio and rtpengine handle it?
Today I have a functional configuration with rtpproxy on another SIP
proxy. It handles every scenario I have tried except this one. rtpproxy
sees the new ports in the re-invite and adjusts its session accordingly.
If the re-invite is rejected, the old media ports are no longer valid
through rtpproxy, and the call fails.
Is there an approach I can take with Kamailio and rtpengine to allow this
scenario to succeed?
Regards,
Jeff
Hello All,
I have installed kamailio with TLS module together with siremis on server
and all seems works fine except that sometimes appear in syslog file the
following errors:
/usr/sbin/kamailio[3266]: ERROR: <core> [tcp_read.c:289]: tcp_read_data():
error reading: Connection timed out (110)
/usr/sbin/kamailio[3266]: ERROR: <core> [tcp_read.c:1281]: tcp_read_req():
ERROR: tcp_read_req: error reading
/usr/sbin/kamailio[3268]: ERROR: <core> [tcp_read.c:289]: tcp_read_data():
error reading: Connection reset by peer (104)
Some part of syslog please you find enclosed.
I don't know where I should search for the cause of these errors and how to
debug and remove them. I don't know if these errors are caused by incorrect
kamailio configuration or are caused on client's side.
Thank you for your opinions and help in advance
Regards,
Petr
I'm using Kamailio 4.15 with Siremis 4.1.0
both are great BTW!
I'd like to add management of the Kamailio Dynamic Routing Module to
Siremis web manager
Any pointers on how to do this; I'm not familiar with OpenBiz
Thx in advance
Take a look at :
modparam("registrar", "max_contacts", x) to have up to "x" contacts for AOR and in your REGISTRAR route if your save("location") has some extra parameters (for example the 0x04 used to restrict one single record in loaction table
----Messaggio originale----
Da: ovoshlook(a)gmail.com
Data: 6-ott-2014 22.02
A: "Kamailio (SER) - Users Mailing List"<sr-users(a)lists.sip-router.org>
Ogg: [SR-Users] multiple endpoints call
Hello. I have multiple endpoints registered at my kamailio with one account (for example user1 registerd from norhway, USA, and Russia at one time), so when I call from user2 to user1 I want to ring all endpoints registered by user1 account. Now I can ring only one, first entry at location table. What setting may I use for this? Thanks
Hello All,
I have installed kamailio with TLS module together with siremis on server
and all seems works fine except that sometimes appear in syslog file the
following errors:
/usr/sbin/kamailio[3266]: ERROR: <core> [tcp_read.c:289]: tcp_read_data():
error reading: Connection timed out (110)
/usr/sbin/kamailio[3266]: ERROR: <core> [tcp_read.c:1281]: tcp_read_req():
ERROR: tcp_read_req: error reading
/usr/sbin/kamailio[3268]: ERROR: <core> [tcp_read.c:289]: tcp_read_data():
error reading: Connection reset by peer (104)
Some part of syslog please you find enclosed.
I don't know where I should search for the cause of these errors and how to
debug and remove them. I don't know if these errors are caused by incorrect
kamailio configuration or are caused on client's side.
Thank you for your opinions and help in advance
Regards,
Petr
Hi guys,
with Kamailio 4.1.6 standard configuration and dbtext as db module, when server receives a publish message on the log there's:
ERROR: db_text [dbt_base.c:391]: dbt_insert(): incompatible types v[5] - c[7]!
ERROR: presence [presentity.c:402]: update_presentity(): inserting new record in database
ERROR: presence [publish.c:464]: handle_publish(): when updating presentity
and the server reply with 500 Server Internal Error.
My conf is standard I've only used DBURL to point to my dbtext files: I've enable presence and presence_xml module
# ----- presence params -----
modparam("presence", "db_url", text:///opt/kamailio-orig/dbtext)
modparam("presence", "db_table_lock_type", 0)
modparam("presence_xml", "db_url", text:///opt/kamailio-orig/dbtext)
modparam("presence_xml", "force_active", 1)
Any idea?
Marino
Hello all,
I want to install kamailio on CENTOS 7 x64
but I have this problem when I execute "kamdbctl create »
Can you help me ??
Thank YOU
Anthony
Console display:
[root@localhost kamailio-4.0.1]# /usr/local/sbin/kamdbctl create
MySQL password for root:
INFO: test server charset
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
INFO: creating database kamailio ...
Warning: Using a password on the command line interface can be insecure.
INFO: granting privileges to database kamailio ...
Warning: Using a password on the command line interface can be insecure.
INFO: creating standard tables into kamailio ...
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
ERROR 1101 (42000) at line 2: BLOB/TEXT column 'body' can't have a default value
ERROR: Creating core tables failed at msilo!
[root@localhost kamailio-4.0.1]#