-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 12
-
Fix Version/s: 12
-
Component/s: FreePBX Framework
-
Labels:
-
Environment:
CentOS 6
Asterisk 13
FreePBX 12
-
ToDo:
-
Asterisk Version:13.3.2
-
Distro Version:6.6
-
Distro:Self Install CentOS 6.X
very minor typo it seems, only happened to pick this up when playing with amportal CLI...
If you run "amportal admin" and get the usage info it offers an option of "context|cxt:" but the option processing within freepbx_engine "looks" for "context|ctx" (t and x reversed).
Either "ctx" on line 497 (option processing) needs to be changed to "cxt"
or "cxt" on line 723 (usage output) needs to be changed to "ctx".