Hey again,
Btw: I am using Kamailio 3.1.5 and found the event_route in 3.2.x Dispatcher documentation. Is there a possibility in 3.1.x?
Greetings
Timo
Von: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] Im Auftrag von Timo Klecker Gesendet: Donnerstag, 29. September 2011 11:10 An: 'kamailio users' Betreff: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing
Hey,
I'd like to have a log-entry in the kamailio logfile when #ds_probind_threshhold OPTIONS pings fail to reach a dispatcher (408 localy generated after #fr_timer ms). Is it possible to do this without changing code?
Greetings
Timo
Hello,
This feature and it is only in 3.2.x right now.
I don't know what (if any) the Kamailio community on back-porting features is. But this is actually quite a small change in terms of lines of code if you wanted to put it into your own build.
Regards,
Peter
On Thu, 2011-09-29 at 11:23 +0200, Timo Klecker wrote:
Hey again,
Btw: I am using Kamailio 3.1.5 and found the event_route in 3.2.x Dispatcher documentation. Is there a possibility in 3.1.x?
Greetings
Timo
Von: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] Im Auftrag von Timo Klecker Gesendet: Donnerstag, 29. September 2011 11:10 An: 'kamailio users' Betreff: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing
Hey,
I’d like to have a log-entry in the kamailio logfile when #ds_probind_threshhold OPTIONS pings fail to reach a dispatcher (408 localy generated after #fr_timer ms). Is it possible to do this without changing code?
Greetings
Timo
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
Backports to stable branches must be related to fixing issues in existing features and improvement of documentation, no backport of new features.
Major releases are quite often, so people don't have to wait too long for the new features. Right now the next one is just around the corner, although it took a bit longer than usual. It would have been during the summer, but due to holidays time it was decided to postpone a bit.
On the other hand, it is very discutable when it gets from simple to complex changes for the new features. With GIT is very easy to clone the public repository and have locally own branches built on own needs.
Cheers, Daniel
On Sep 29, 2011, at 2:12 PM, Peter Dunkley peter.dunkley@crocodile-rcs.com wrote:
Hello,
This feature and it is only in 3.2.x right now.
I don't know what (if any) the Kamailio community on back-porting features is. But this is actually quite a small change in terms of lines of code if you wanted to put it into your own build.
Regards,
Peter
On Thu, 2011-09-29 at 11:23 +0200, Timo Klecker wrote:
Hey again,
Btw: I am using Kamailio 3.1.5 and found the event_route in 3.2.x Dispatcher documentation. Is there a possibility in 3.1.x?
Greetings
Timo
Von: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] Im Auftrag von Timo Klecker Gesendet: Donnerstag, 29. September 2011 11:10 An: 'kamailio users' Betreff: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing
Hey,
I’d like to have a log-entry in the kamailio logfile when #ds_probind_threshhold OPTIONS pings fail to reach a dispatcher (408 localy generated after #fr_timer ms). Is it possible to do this without changing code?
Greetings
Timo
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Peter Dunkley Technical Director Crocodile RCS Ltd _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
In 3.1 you can use main onreply_route which is executed for all replies received from network. There you can do a filter on code, method and from header - the last can be customized via dispatcher module parameter.
Cheers, Daniel
On Sep 29, 2011, at 11:23 AM, "Timo Klecker" klecker@decoit.de wrote:
Hey again,
Btw: I am using Kamailio 3.1.5 and found the event_route in 3.2.x Dispatcher documentation. Is there a possibility in 3.1.x?
Greetings
Timo
Von: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] Im Auftrag von Timo Klecker Gesendet: Donnerstag, 29. September 2011 11:10 An: 'kamailio users' Betreff: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing
Hey,
I’d like to have a log-entry in the kamailio logfile when #ds_probind_threshhold OPTIONS pings fail to reach a dispatcher (408 localy generated after #fr_timer ms). Is it possible to do this without changing code?
Greetings
Timo
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users