|
269 | 269 | { "enum": "inProgress", "varname": "IN_PROGRESS"}, |
270 | 270 | { "enum": "terminated", "varname": "TERMINATED" } |
271 | 271 | ], |
| 272 | + "x-php-enum-mapping": [ |
| 273 | + { "enum": "empty", "varname": "EMPTY"}, |
| 274 | + { "enum": "populated", "varname": "POPULATED"}, |
| 275 | + { "enum": "inProgress", "varname": "IN_PROGRESS"}, |
| 276 | + { "enum": "terminated", "varname": "TERMINATED" } |
| 277 | + ], |
272 | 278 | "x-enum": true, |
273 | 279 | "description": "The status of the Conference. One of: creating, empty, populated, inProgress, or terminated." |
274 | 280 | }, |
|
495 | 501 | "DELETED", |
496 | 502 | "UNKNOWN" |
497 | 503 | ], |
| 504 | + "x-php-enum-mapping": [ |
| 505 | + { "enum": "new", "varname": "NEW"}, |
| 506 | + { "enum": "queued", "varname": "QUEUED"}, |
| 507 | + { "enum": "rejected", "varname": "REJECTED"}, |
| 508 | + { "enum": "sending", "varname": "SENDING"}, |
| 509 | + { "enum": "sent", "varname": "SENT"}, |
| 510 | + { "enum": "failed", "varname": "FAILED"}, |
| 511 | + { "enum": "received", "varname": "RECEIVED"}, |
| 512 | + { "enum": "undelivered","varname": "UNDELIVERED"}, |
| 513 | + { "enum": "expired", "varname": "EXPIRED"}, |
| 514 | + { "enum": "deleted", "varname": "DELETED"}, |
| 515 | + { "enum": "unknown", "varname": "UNKNOWN" } |
| 516 | + ], |
498 | 517 | "x-enum": true |
499 | 518 | }, |
500 | 519 | "PlayBeep": { |
|
656 | 675 | "type": "string", |
657 | 676 | "enum": ["empty", "terminated"], |
658 | 677 | "x-enum-varnames": ["EMPTY", "TERMINATED"], |
| 678 | + "x-php-enum-mapping": [ |
| 679 | + { "enum": "empty", "varname": "EMPTY"}, |
| 680 | + { "enum": "terminated", "varname": "TERMINATED" } |
| 681 | + ], |
659 | 682 | "x-enum": true, |
660 | 683 | "description": "New status of the conference. Valid values: `empty` or `terminated`. For more information, see **Status Parameter** below.**" |
661 | 684 | }, |
|
890 | 913 | "properties": { |
891 | 914 | "command": { |
892 | 915 | "x-is-no-property": true, |
| 916 | + "x-percl-command-base": true, |
893 | 917 | "type": "string", |
894 | 918 | "description": "Name of PerCL Command (this is automatically derived from mapping configuration and should not be manually supplied in any arguments)" |
895 | 919 | } |
|
1577 | 1601 | "nullable": true |
1578 | 1602 | }, |
1579 | 1603 | "parentCallId": { |
| 1604 | + "type": "string", |
1580 | 1605 | "nullable": true |
1581 | 1606 | } |
1582 | 1607 | } |
|
0 commit comments