mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
*cgr_request and *cgr_reply to *cgreq and *cgrep in agent
This commit is contained in:
committed by
Dan Christian Bogos
parent
c22e206ef8
commit
595866cf75
@@ -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},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user