in kamailio.cfg I have
``
debug=1
``
setting debug level to 2 in the command line
``
kamctl fifo debug 2
``
or
``
kamcmd proxy cfg.set_now_int core debug 2
``
works fine until the process does t_suspend() after t_continue() logs are debug level 1 only
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/708
Module: kamailio
Branch: master
Commit: 79cf8d5829c23757c500d50b83d351d358cd8de7
URL: https://github.com/kamailio/kamailio/commit/79cf8d5829c23757c500d50b83d351d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2016-07-12T18:01:18+02:00
modules: readme files regenerated - avpops ...
---
Modified: modules/avpops/README
---
Diff: https://github.com/kamailio/kamailio/commit/79cf8d5829c23757c500d50b83d351d…
Patch: https://github.com/kamailio/kamailio/commit/79cf8d5829c23757c500d50b83d351d…
---
diff --git a/modules/avpops/README b/modules/avpops/README
index acbc983..27ea1cb 100644
--- a/modules/avpops/README
+++ b/modules/avpops/README
@@ -579,8 +579,11 @@ avp_check("$xavp(op=>foo[*])","fm/$xavp(op=>fm[$var(id)])/g");
+ name = ( avp_name | avp_alias ) ['/'flags]
+ flags = 'g' | 'G' | 'd' | 'D' | 'n' | 'N' | 's' | 'S'
- This function can be used from REQUEST_ROUTE, FAILURE_ROUTE,
- BRANCH_ROUTE, LOCAL_ROUTE and ONREPLY_ROUTE.
+ NOTE: if a list of AVPs is copied/moved (flag g|G), then the order of
+ the values is reversed. Copy/move twice in order to get the same order
+ as in original list.
+
+ This function can be used from ANY_ROUTE.
Example 1.19. avp_copy usage
...
The avp_copy function from the avpops seems to revert the avplist, but it is not documented. Would be great to have that behavior documented.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/706