[SR-Users] cfg. parser: failed to find command force_rtp_proxy
Cenk İlker İzanlı
cenkilker at gmail.com
Fri Sep 14 23:24:05 CEST 2012
Hi,
I'm installing kamailio and rtpproxy with this guide.
http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour
Versions of the programs:
# aptitude versions rtpproxy
i 1.2.1-1
stable 500
root at li304-234:~# kamailio -V
version: kamailio 3.3.0 (x86_64/linux)
flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS,
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
F_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE,
USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 4MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled on 22:18:19 Jun 18 2012 with gcc 4.4.5
When I start kamailio, I get this error,
Sep 14 17:08:44 (none) kamailio: ERROR: <core> [cfg.y:3455]: cfg. parser:
failed to find command force_rtp_proxy
Sep 14 17:08:44 (none) kamailio: : <core> [cfg.y:3594]: parse error in
config file /etc/kamailio/kamailio.cfg, line 729, column 19: unknown
command, missing loadmodule?#012
Sep 14 17:08:44 (none) kamailio: ERROR: <core> [cfg.y:3455]: cfg. parser:
failed to find command force_rtp_proxy
Sep 14 17:08:44 (none) kamailio: : <core> [cfg.y:3594]: parse error in
config file /etc/kamailio/kamailio.cfg, line 806, column 19: unknown
command, missing loadmodule?#012
Related lines throwing error are below.
724 route[RTPPROXY] {
725 #!ifdef WITH_NAT
726 if (is_method("BYE")) {
727 unforce_rtp_proxy();
728 } else if (is_method("INVITE")){
729 force_rtp_proxy();
730 }
731 if (!has_totag()) add_rr_param(";nat=yes");
732 #!endif
733 return;
734 }
735
803 #!ifdef WITH_NAT
804 if ((isflagset(FLT_NATS) || isbflagset(FLB_NATB))
805 && status=~"(183)|(2[0-9][0-9])") {
806 force_rtp_proxy();
807 }
808 if (isbflagset("6")) {
809 fix_nated_contact();
810 }
811 #!endif
Does anyone know what's the problem with cfg file?
Thx.
Cenk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20120915/8b9eb1e8/attachment-0001.htm>
More information about the sr-users
mailing list