I have Kamailio 3.3 with Presence, RLS and integrated XCAP.
I see this information message in the log file:
Oct 8 14:34:05 RCS-Presence /usr/local/sbin/kamailio[4530]: INFO: rls
[rls_db.c:779]: update_subs_rlsdb: NO MATCH
Anyone know why the application is calling that method if it doesn't
exist in rls_db.c.
I still haven't been able to get presence with rls and integrated xcap
working so not sure if this is an issue or no. Currently for both
presence and RLS i am using "DB-Only" mode.
Any help is appreciated. It seems like when client A adds client B as
a contact, the kamalio server is not sending out an auth request to
client B. Even though it's registered for presence.winfo events.
Thanks,
Sangeeta
--
Sangeeta Shah
Hi List
I have a specific requiremnt where I want Kamailio proxy need to work as a
intermideiate proxy .
The endpoints will talk to Kamailio using UDP as transport and Kamailio
should interact with main proxy using TLS.
Is this scenario possible with Kamailio ?
If so, can you give me some pointer how can I acheive it.
Thanks
Kamal
Net clooud systems
Bangalore
All Experts,
I have setup kamailio 3.1.5 server and it is working fine in my
production environment. I want to implement group voice calls (audio
conferencing). How can i do this.
Kindly guide me.
With Regards,
Vijay Thakur
I set up my server following the tutorial at
http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour,
with the latest kamailio 3.3, and updated the config file accordingly.
After the reboot the sip server is not running here are the logs. When I do
'sudo /etc/init.d/kamailio start' the server starts, but has problems
communicating with the rtpproxy, the log for the same is also below. Please
advice if any changes needed to make this working with the latest version
Thanks
S
$ cat /var/log/syslog | grep kamailio
Oct 12 01:07:48 sips kamailio: INFO: tls [tls_init.c:377]: tls: init_tls:
disabling compression...
Oct 12 01:07:48 sips kamailio: INFO: <core> [tcp_main.c:4829]: init_tcp:
using epoll_lt as the io watch method (auto detected)
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: INFO: usrloc [hslot.c:53]:
locks array size 512
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: INFO: auth [auth_mod.c:329]:
auth: qop set, but nonce-count (nc_enabled) support disabled
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: INFO: tls [tls_init.c:541]:
tls: _init_tls_h: compiled with openssl version "OpenSSL 1.0.1 14 Mar
2012" (0x1000100f), kerberos support: off, compression: on
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: INFO: tls [tls_init.c:549]:
tls: init_tls_h: installed openssl library version "OpenSSL 1.0.1 14 Mar
2012" (0x1000100f), kerberos support: off, zlib compression: on#012
compiler: cc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_NO_TLS1_2_CLIENT
-DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50 -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM
-DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM
-DWHIRLPOOL_ASM -DGHASH_ASM
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: WARNING: tls
[tls_init.c:603]: tls: openssl bug #1491 (crash/mem leaks on low memory)
workaround enabled (on low memory tls operations will fail preemptively)
with free memory thresholds 9961472 and 4980736 bytes
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: INFO: <core>
[cfg/cfg_ctx.c:613]: INFO: cfg_set_now(): tls.low_mem_threshold1 has been
changed to 9961472
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: INFO: <core>
[cfg/cfg_ctx.c:613]: INFO: cfg_set_now(): tls.low_mem_threshold2 has been
changed to 4980736
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: ERROR: db_mysql
[km_my_con.c:109]: driver error: Can't connect to local MySQL server
through socket '/var/run/mysqld/mysqld.sock' (2)
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: ERROR: <core> [db.c:320]:
could not add connection to the pool
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: ERROR: usrloc [dlist.c:513]:
failed to open database connection
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: ERROR: registrar
[reg_mod.c:472]: failed to register domain
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: ERROR: <core> [route.c:1216]:
fixing failed (code=-1) at cfg:/etc/kamailio/kamailio.cfg:623
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: ERROR: <core> [route.c:1216]:
fixing failed (code=-1) at cfg:/etc/kamailio/kamailio.cfg:626
Oct 12 01:07:48 sips /usr/sbin/kamailio[794]: ERROR: <core> [route.c:1216]:
fixing failed (code=-1) at cfg:/etc/kamailio/kamailio.cfg:628
Oct 12 01:54:55 sips kamailio: INFO: tls [tls_init.c:377]: tls: init_tls:
disabling compression...
Oct 12 01:54:55 sips kamailio: INFO: <core> [tcp_main.c:4829]: init_tcp:
using epoll_lt as the io watch method (auto detected)
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: usrloc [hslot.c:53]:
locks array size 512
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: auth [auth_mod.c:329]:
auth: qop set, but nonce-count (nc_enabled) support disabled
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls [tls_init.c:541]:
tls: _init_tls_h: compiled with openssl version "OpenSSL 1.0.1 14 Mar
2012" (0x1000100f), kerberos support: off, compression: on
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls [tls_init.c:549]:
tls: init_tls_h: installed openssl library version "OpenSSL 1.0.1 14 Mar
2012" (0x1000100f), kerberos support: off, zlib compression: on#012
compiler: cc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_NO_TLS1_2_CLIENT
-DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50 -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM
-DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM
-DWHIRLPOOL_ASM -DGHASH_ASM
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: WARNING: tls
[tls_init.c:603]: tls: openssl bug #1491 (crash/mem leaks on low memory)
workaround enabled (on low memory tls operations will fail preemptively)
with free memory thresholds 9961472 and 4980736 bytes
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: <core>
[cfg/cfg_ctx.c:613]: INFO: cfg_set_now(): tls.low_mem_threshold1 has been
changed to 9961472
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: <core>
[cfg/cfg_ctx.c:613]: INFO: cfg_set_now(): tls.low_mem_threshold2 has been
changed to 4980736
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: <core>
[udp_server.c:179]: INFO: udp_init: SO_RCVBUF is initially 163840
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: <core>
[udp_server.c:230]: INFO: udp_init: SO_RCVBUF is finally 262142
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: <core>
[udp_server.c:179]: INFO: udp_init: SO_RCVBUF is initially 163840
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: <core>
[udp_server.c:230]: INFO: udp_init: SO_RCVBUF is finally 262142
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:187]: TLSs<default>: tls_method=12
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:199]: TLSs<default>:
certificate='/etc/kamailio/kamailio-selfsigned.pem'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:206]: TLSs<default>: ca_list='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:213]: TLSs<default>: crl='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:217]: TLSs<default>: require_certificate=0
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:224]: TLSs<default>: cipher_list='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:231]: TLSs<default>:
private_key='/etc/kamailio/kamailio-selfsigned.key'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:235]: TLSs<default>: verify_certificate=0
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:238]: TLSs<default>: verify_depth=9
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:576]: TLSs<default>: No client certificate required and no
checks performed
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:187]: TLSc<default>: tls_method=9
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:199]: TLSc<default>: certificate='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:206]: TLSc<default>: ca_list='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:213]: TLSc<default>: crl='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:217]: TLSc<default>: require_certificate=1
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:224]: TLSc<default>: cipher_list='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:231]: TLSc<default>: private_key='(null)'
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:235]: TLSc<default>: verify_certificate=1
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:238]: TLSc<default>: verify_depth=9
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: INFO: tls
[tls_domain.c:561]: TLSc<default>: Server MUST present valid certificate
Oct 12 01:54:55 sips /usr/sbin/kamailio[1135]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1134]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1136]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1135]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1134]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1135]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1137]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1136]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1135]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1134]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1136]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1134]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1136]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1133]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1137]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1137]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1138]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1137]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1133]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1133]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1133]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1138]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1138]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1138]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1140]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1141]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1139]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1139]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1139]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1139]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1141]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1140]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1140]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1141]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1140]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1141]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1132]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1132]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1132]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1132]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1130]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1153]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1152]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1153]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1153]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1153]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1152]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1152]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1152]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1152]: INFO: ctl
[io_listener.c:225]: io_listen_loop: using epoll_lt io watch method
(config)
Oct 12 01:54:55 sips /usr/sbin/kamailio[1159]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1159]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1159]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1159]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1158]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1158]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1158]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1157]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1158]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1157]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1157]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1157]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1156]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1156]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1156]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1156]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Oct 12 01:54:55 sips /usr/sbin/kamailio[1155]: ERROR: rtpproxy
[rtpproxy.c:1464]: can't connect to RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1155]: ERROR: rtpproxy
[rtpproxy.c:1536]: proxy <unix:/var/run/rtpproxy/rtpproxy.sock> does not
respond, disable it
Oct 12 01:54:55 sips /usr/sbin/kamailio[1155]: WARNING: rtpproxy
[rtpproxy.c:1393]: can't get version of the RTP proxy
Oct 12 01:54:55 sips /usr/sbin/kamailio[1155]: WARNING: rtpproxy
[rtpproxy.c:1430]: support for RTP proxy
<unix:/var/run/rtpproxy/rtpproxy.sock> has been disabled temporarily
Hi ,
i need to register the time when arrive the following messages: invite,
alerting, progress , connected and hangup.
How can I make it ? it's is possible to store these value in the extra field
in the acc module ?
Thanks
I am testing connecting an MSRP client to my Kamailio instance, and I keep
getting the following error in my syslog:
/usr/sbin/kamailio[20055]: ERROR: <core> [tcp_read.c:293]: error reading:
Connection reset by peer (104)
I believe this must be a misconfiguration on my part, I just don't know
where to start. Any ideas what may cause a TCP read error? If this is an
uncommon error, I can supply configs to help determine the cause.
Thanks,
Ed
Hello,
i noticed thet in serial forking, replies to earlier branches arriving after
sending out a new branch use the onreply_route of the later branch instead of
the onreply_route set before sending the earlier branch....
How to reproduce:
1) set onreply_route to A
2) relay 1st branch
3) 1st branch times out, internal 408 is created
4) tm send CANCEL to 1st branch
5) in failure route, onreply_route is set to B
6) relay 2nd branch
7) 1st branch responds with 487, and goes into reply_route B instead of A
I think each branch should take the reply_route which was set before it got
relayed and not pick up later changes meant for other branches.
How would i fix this?
--
Greetings,
Alex Hermann
Hello All,
I am trying to understand how the RLS module handles a subscribe request.
My client is sending the following:
Subscribe, event = reg, no Allowed header - hence it is getting
handled by the presence module (entry make its to active_watchers
table)
Subscribe, event - presence.winfo, no Allowed header - hence it's
getting handled by the presence module (entry makes it to
active_watchers table)
Publish - handled by presence module (makes it to presentity table)
Subscribe, event = presence, Allowed = eventlist - hence it's handled
by the rls module. RLS module is having trouble sending a notify per
this data in the syslog. Also I don't see any entries in the watcher
table or rls_watchers or rls_presentity table.
Errors:
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
presence [hash.c:342]: record not found in hash table
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: ERROR:
rls [notify.c:387]: updating in hash table
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: ERROR:
rls [notify.c:273]: in function agg_body_sendn_update
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:81]: freeing 5 columns
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[0] at 0x7fb2a8daa220
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[1] at 0x7fb2a8daa598
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[2] at 0x7fb2a8da9f90
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[3] at 0x7fb2a8da9b48
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[4] at 0x7fb2a8da9b28
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:94]: freeing result names at 0x7fb2a8daa608
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:99]: freeing result types at 0x7fb2a8daa570
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<core> [db_res.c:136]: freeing result set at 0x7fb2a8da9410
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: ERROR:
rls [subscribe.c:732]: failed sending full state notify
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: ERROR:
rls [subscribe.c:781]: occured in rls_handle_subscribe
Oct 11 11:29:26 RCS-Presence /usr/local/sbin/kamailio[23085]: DEBUG:
<script>: ========= RLS Handle subscriber returned with ret code: -1
===
What's it trying to do here? Any help is appreciated.
Thanks,
Sangeeta
--
Sangeeta Shah
Hello Everyone,
Has anyone had any luck getting RLS working with presence.
I am seeing the following errors in my log file:
ct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
presence [hash.c:342]: record not found in hash table
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG: tm
[t_reply.c:1543]: DEBUG: cleanup_uac_timers: RETR/FR timers reset
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [usr_avp.c:644]: DEBUG:destroy_avp_list: destroying list (nil)
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [usr_avp.c:644]: DEBUG:destroy_avp_list: destroying list (nil)
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [usr_avp.c:644]: DEBUG:destroy_avp_list: destroying list (nil)
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [usr_avp.c:644]: DEBUG:destroy_avp_list: destroying list (nil)
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [usr_avp.c:644]: DEBUG:destroy_avp_list: destroying list (nil)
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [usr_avp.c:644]: DEBUG:destroy_avp_list: destroying list (nil)
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [xavp.c:365]: destroying xavp list (nil)
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2020]: DEBUG:
<core> [receive.c:293]: receive_msg: cleaning up
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: ERROR:
rls [notify.c:385]: updating in hash table
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: ERROR:
rls [notify.c:271]: in function agg_body_sendn_update
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:81]: freeing 5 columns
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[0] at 0x7fbf415c4178
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[1] at 0x7fbf415c48a0
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[2] at 0x7fbf415c38a8
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[3] at 0x7fbf415c3bc8
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:85]: freeing RES_NAMES[4] at 0x7fbf415c4880
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:94]: freeing result names at 0x7fbf415c3c28
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:99]: freeing result types at 0x7fbf415c3648
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<core> [db_res.c:136]: freeing result set at 0x7fbf415c3940
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: ERROR:
rls [subscribe.c:732]: failed sending full state notify
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: ERROR:
rls [subscribe.c:781]: occured in rls_handle_subscribe
Oct 10 17:20:22 RCS-Presence /usr/local/sbin/kamailio[2017]: DEBUG:
<script>: ========= RLS Handle subscriber returned with ret code: -1
===
I think this is my first problem. There is an error later in the log
file as well, but it seems
Apparently from what i understand we are trying to update the entry in
the presence_shtable and we cannot find it and hence we are failing to
send the full state notify.
Any help is appreciated. If further information is required please let
me know. I can try to print out more data in the
update_presence_shtable function. I have another htread with a lot of
log info but for some reason the thread went cold and I just need to
keep moving on getting this to work.
Anyone familiar with this please let me know what the likely cause of
this issue might be.
Thanks,
Sangeeta
--
Sangeeta Shah
Hello,
Could someone advise if it is possible to directly access the domain of additional branches as $rd references the domain of the main URI only.
If it's not possible does anyone have any tips on how I can achieve this.
Many Thanks.
Steve.
________________________________
Information in this message, including any attachments, is confidential to the person to whom it is addressed and may be legally privileged. If you are not the intended recipient please notify the sender and delete the message from your system. Please note that Bistech Group plc, Bistech plc, Bisnet Limited and the sender do not accept any responsibility for viruses. It is your responsibility to check the e-mail and any attachments for viruses. Calls may be monitored and recorded.