Module: kamailio
Branch: master
Commit: 02fde16b151fc66653290cf1cc2073f3bb2cb96a
URL: https://github.com/kamailio/kamailio/commit/02fde16b151fc66653290cf1cc2073f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-09-30T00:23:16+02:00
evapi: reset possition in received buffer if all data was processed
- if there was some residual data from previous read, once reading again
ends up in processing all netstring frames, then reset position in
order to start from beginning with next packet
- credits to Jayesh Nambiar assisting with troubleshooting
---
Modified: modules/evapi/evapi_dispatch.c
---
Diff: https://github.com/kamailio/kamailio/commit/02fde16b151fc66653290cf1cc2073f…
Patch: https://github.com/kamailio/kamailio/commit/02fde16b151fc66653290cf1cc2073f…
---
diff --git a/modules/evapi/evapi_dispatch.c b/modules/evapi/evapi_dispatch.c
index b0aa8f5..502809b 100644
--- a/modules/evapi/evapi_dispatch.c
+++ b/modules/evapi/evapi_dispatch.c
@@ -371,6 +371,7 @@ void evapi_recv_client(struct ev_loop *loop, struct ev_io *watcher, int revents)
evapi_run_cfg_route(&evenv, _evapi_rts.msg_received);
k++;
}
+ _evapi_clients[i].rpos = 0 ;
} else {
evenv.msg.s = _evapi_clients[i].rbuffer;
evenv.msg.len = rlen;
Now I took a look kamailio and get the error: Sep 29 11:28:37 lvps46-163-74-198 /usr/local/sbin/kamailio[1738]: ERROR: mediaproxy [mediaproxy.c:1978]: EngageMediaProxy(): engage_media_proxy requires the dialog module to be loaded and configured.
I don't know what it is, please help me.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/347
Module: kamailio
Branch: master
Commit: f3992928df6bcd2e23e0a14551f5b29500152bf9
URL: https://github.com/kamailio/kamailio/commit/f3992928df6bcd2e23e0a14551f5b29…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-09-29T08:50:59+02:00
core: -x and -X command line parameter added to help message
---
Modified: main.c
---
Diff: https://github.com/kamailio/kamailio/commit/f3992928df6bcd2e23e0a14551f5b29…
Patch: https://github.com/kamailio/kamailio/commit/f3992928df6bcd2e23e0a14551f5b29…
---
diff --git a/main.c b/main.c
index 1eae997..3970db8 100644
--- a/main.c
+++ b/main.c
@@ -200,7 +200,11 @@ Options:\n\
-O nr Script optimization level (debugging option)\n\
-a mode Auto aliases mode: enable with yes or on,\n\
disable with no or off\n\
- -A define Add config pre-processor define (e.g., -A WITH_AUTH)\n"
+ -A define Add config pre-processor define (e.g., -A WITH_AUTH)\n\
+ -x name Specify internal manager for shared memory (shm)\n\
+ - can be: fm, qm or tlsf\n\
+ -X name Specify internal manager for private memory (pkg)\n\
+ - if omitted, the one for shm is used\n"
#ifdef STATS
" -s file File to which statistics is dumped (disabled otherwise)\n"
#endif
Hello,
I am considering to release Kamailio v4.3.3 by end of this week, most
likely of Friday, Oct 2. As usual, announce any issues that you are
aware and not reported to sr-dev or bug tracker. Also, if some patch was
no backported and you think it has to be, write to sr-dev mailing list.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.com