Hi, it could be great if RtpProxy allows logging in a specific log facility
(as Kamailio allows). Perhaps I miss something, but it's not possible with the
current code, right?
Thanks a lot.
--
Iñaki Baz Castillo <ibc(a)aliax.net>
Revision: 5868
http://openser.svn.sourceforge.net/openser/?rev=5868&view=rev
Author: miconda
Date: 2009-06-02 09:25:18 +0000 (Tue, 02 Jun 2009)
Log Message:
-----------
- ifdef'ed last recevied checked added last time (possible side effects to be more investigated)
Modified Paths:
--------------
branches/1.5/modules/tm/t_fwd.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Module: sip-router
Branch: master
Commit: 94cd6af2a0ba0deb82851983f97bb52cf2e152e1
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94cd6af…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Tue Jun 2 11:17:54 2009 +0300
* Commented out warning about deprecated avp name syntax. I suggest to
uncomment it, when sip-router itself doesn't anymore depend on integer
named AVPs and it is truly possible to get rid of them.
---
usr_avp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/usr_avp.c b/usr_avp.c
index 17d4cc9..6c06721 100644
--- a/usr_avp.c
+++ b/usr_avp.c
@@ -879,7 +879,7 @@ int parse_avp_ident( str *name, avp_ident_t* attr)
attr->index = 0;
DBG("Parsing '%.*s'\n", name->len, name->s);
if (name->len>=2 && name->s[1]==':') { /* old fashion i: or s: */
- WARN("i: and s: avp name syntax is deprecated!\n");
+ /* WARN("i: and s: avp name syntax is deprecated!\n"); */
c = name->s[0];
name->s += 2;
name->len -= 2;
Revision: 5867
http://openser.svn.sourceforge.net/openser/?rev=5867&view=rev
Author: miconda
Date: 2009-06-01 22:17:56 +0000 (Mon, 01 Jun 2009)
Log Message:
-----------
- updated the email address
Modified Paths:
--------------
branches/1.5/AUTHORS
branches/1.5/packaging/debian/changelog
branches/1.5/packaging/debian/copyright
branches/1.5/packaging/debian-etch/copyright
branches/1.5/packaging/debian-sarge/copyright
branches/1.5/packaging/netbsd/DESCR
branches/1.5/packaging/netbsd/Makefile
branches/1.5/packaging/openbsd/pkg/DESCR
branches/1.5/packaging/rpm/kamailio.spec-4.1
branches/1.5/packaging/rpm/kamailio.spec.SuSE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5866
http://openser.svn.sourceforge.net/openser/?rev=5866&view=rev
Author: miconda
Date: 2009-06-01 22:17:22 +0000 (Mon, 01 Jun 2009)
Log Message:
-----------
- updated email address
Modified Paths:
--------------
trunk/AUTHORS
trunk/packaging/debian/copyright
trunk/packaging/debian-etch/copyright
trunk/packaging/netbsd/DESCR
trunk/packaging/netbsd/Makefile
trunk/packaging/openbsd/pkg/DESCR
trunk/packaging/rpm/kamailio.spec-4.1
trunk/packaging/rpm/kamailio.spec.SuSE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Just downloaded SR from repository and try to compile it on a OpenSUSE
11.1 VM machine. Not lucky....
No matter if I try 'make', 'make all' or 'make install'. Even 'make
dist-clean' gives the same.
The output is:
Kamailio-151:~/sr/sip-router # make
config.mak loaded
Makefile.defs defs skipped
/bin/sh: -c: line 0: syntax error near unexpected token `)'
/bin/sh: -c: line 0: `echo CFG_DEFS:= -DNAME=\'\"ser\"\'
-DVERSION=\'\"2.1.0-dev23-make\"\' -DARCH=\'\"i386\"\' -DOS=\'linux_\'
-DOS_QUOTED=\'\"linux\"\' -DCOMPILER=\'\"gcc Linux)\"\' -D__CPU_i386
-D__OS_linux -DSER_VER=2001000 -DCFG_DIR=\'\"/usr/local/etc/ser/\"\'
-DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST
-DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE
-DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DDBG_QM_MALLOC
-DUSE_TLS -DTLS_HOOKS -DFAST_LOCK -DADAPTIVE_WAIT
-DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2
-DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL
-DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM
-DHAVE_SCHED_SETSCHEDULER -DHAVE_EPOLL -DHAVE_SIGIO_RT
-DSIGINFO64_WORKARROUND -DUSE_FUTEX -DHAVE_SELECT -DUSE_SCTP >>makecfg.lst'
make: *** No rule to make target `makecfg.lst', needed by `action.o'. Stop.
Kamailio-151:~/sr/sip-router #
Edson.
Hi all, I'm trying to use the call_control module from OpenSIPS on kamailio
1.5.1 and I'm stuck with and error that I'm not able to fix
CallControl module could be directly compiled with kamailio 1.5.1 without any
issue because it's a very simple module.
But when testing, and I call call_control() from the script, I allways gets
2009-05-28T17:15:36+02:00 <daemon.err> test02 test02[9431]:
ERROR:call_control:callcontrol_connect: failed to connect
to /var/run/callcontrol.sock: No such file or directory
2009-05-28T17:15:36+02:00 <daemon.err> test02 test02[9431]: Call control:
internal server error
I have callcontrol running, and /var/run/callcontrol.sock exist and kamailio
have the needed permission to work with it.
Does anyone used the call_control module from OpenSIPS (no matter if with
kamailio or with opensips) ?
I tracked down the source to line 521 of call_control.c, on witch that error
is printed out.
Best regards
--
Raúl Alexis Betancor Santana
Dimensión Virtual