Added "cdrtrack" and "cdrcreate" to the forbidden parameters list since they are processed internally.

git-svn-id: http://voip.null.ro/svn/yate@2644 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-05-20 17:59:37 +00:00
parent d057188ec1
commit cc31d2d217
2 changed files with 3 additions and 1 deletions

View File

@ -24,5 +24,5 @@
;username=false
; The following parameters are handled internally and cannot be changed:
; time, chan, operation, cdrwrite, cdrid, runid,
; time, chan, operation, cdrwrite, cdrtrack, cdrcreate, cdrid, runid,
; direction, status, duration, billtime, ringtime

View File

@ -163,6 +163,8 @@ static const char* const s_forbidden[] = {
"billtime",
"ringtime",
"cdrwrite",
"cdrtrack",
"cdrcreate",
"cdrid",
"runid",
0