File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
actions/create-outbound-call Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export default {
3232 yayCom ,
3333 "sipUser" ,
3434 ] ,
35+ label : "Target SIP Users" ,
3536 type : "string[]" ,
3637 description : "One or more SIP users who will receive the outbound call request" ,
3738 optional : true ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default {
66 propDefinitions : {
77 sipUser : {
88 type : "string" ,
9- label : "SIP User" ,
9+ label : "SIP User ID " ,
1010 description : "The SIP user to make the outbound call for" ,
1111 async options ( ) {
1212 const users = await this . listSipUsers ( ) ;
@@ -20,7 +20,7 @@ export default {
2020 } ,
2121 huntGroups : {
2222 type : "string[]" ,
23- label : "Hunt Groups" ,
23+ label : "Target Hunt Groups" ,
2424 description : "One or more hunt groups who will receive the outbound call request" ,
2525 optional : true ,
2626 async options ( ) {
You can’t perform that action at this time.
0 commit comments