Twilio Quest Twilio Labs Twilio Training Store (free) Get Phone Number API Tutorial on calculating signature for webhook Debugging Twilio
Twilio Recording Option Notes
Call Recording with Twilio Flex (mono only) Conference Option Properties Sample dual recording code Enable dual channel recording Add dual
PHP access object properties
When encounter access problem to an object’s property, you can Transfer object to array $obj_arr=$obj->toArray(); Access the member $Status =
Useful MySQL Posts
An Overview of using algorithm setting to modify MySQL table MySQL data definition language Operations
Twilio Flex Insight
Data Model A complete list of attributes Insights extracts attributes from the following events: reservation.created reservation.rejected reservation.timeout reservation.canceled reservation.rescinded reservation.completed
Twilio Flex Set Worker Attribute
Example of setting custom worker attribute in Twilio Flex if (Flex.Manager.workerClient.attributes){ let preAttributes = manager.workerClient.attributes; preAttributes.test1 = “value1”; preAttributes.test2 =
Frequently Used Git Commands
git reset –hard origin/branch Reset current content to remote branch git reflog List a history of all commit HEAD points
Twilio Notes
Worker Priority Task Queue Ordering Using Redux with Flex Code Cartoon Intro to Redux Code Cartoon guide to Flux
Ways to Dispatch Laravel Work Process
With minimum configuration according to this stackoverflow post: nohup php artisan queue:work –daemon & This will run the queue:work process
Larave Nested Where Clause
A good link to look at: https://stackoverflow.com/questions/60559442/nested-orwhere-in-one-where-laravel To implement the following SQL: select * from logs where created_at between “2021-02-23”