*cgr_request and *cgr_reply to *cgreq and *cgrep in agent

This commit is contained in:
TeoV
2018-08-22 06:23:55 -04:00
committed by Dan Christian Bogos
parent c22e206ef8
commit 595866cf75
6 changed files with 24 additions and 22 deletions

View File

@@ -50,7 +50,7 @@
{"tag": "Allow", "field_id": "response.Allow", "type": "*constant",
"value": "1", "mandatory": true},
{"tag": "MaxDuration", "field_id": "response.MaxDuration", "type": "*composed",
"value": "*cgrReply.MaxUsage{*duration_seconds}", "mandatory": true},
"value": "*cgrep.MaxUsage{*duration_seconds}", "mandatory": true},
],
},
{

View File

@@ -98,7 +98,7 @@
],
"reply_fields":[
{"tag": "MaxUsage", "field_id": "SIP-AVP", "type": "*composed",
"value": "^session_max_time#;*cgrReply.MaxUsage{*duration_seconds}", "mandatory": true},
"value": "^session_max_time#;*cgrep.MaxUsage{*duration_seconds}", "mandatory": true},
],
},
{