Changes for page CRM Widget

Last modified by superadmin on 2021/09/09 20:56

From version 1.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import
To version 13.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -104,14 +104,13 @@
104 104  (% style="color: rgb(34,34,34);line-height: 1.4285715;" %)**${PBX(//key//)}:**(% style="color: rgb(34,34,34);" %)The phone system variable with the given key that is attached to the incoming call. If the variable does not exist on the incoming call the value will be set to a blank string.
105 105  
106 106  {{info}}
107 -The key is used to access any state on the asterisk channel as configured in the Asterisk dial plan.
107 +The key is used to access any state on the related Asterisk channel (as configured in the Asterisk dial plan).
108 108  
109 109  For a list of available keys you can:
110 110  
111 -#Check your custom dial plan
111 +1. Check your custom dial plan
112 +1. inspect a current asterisk channel by running this command on the Asterisk server:
112 112  
113 -#inspect a current asterisk channel by running this command on the Asterisk server:
114 -
115 115  {{code}}
116 116  asterisk -x "core show channel <channel id>"
117 117  {{/code}}