twilio / twilio-php

A PHP library for communicating with the Twilio REST API and generating TwiML.
MIT License
1.57k stars 561 forks source link

Ability to add a comment in the twilio response #796

Open wsabol opened 9 months ago

wsabol commented 9 months ago

Issue Summary

I would like the ability to add a comment within the xml twiml response, as in

<Response>
<!-- this is a comment-->
</Response>

Steps to Reproduce

  1. n/a

Code Snippet

proposed syntax would be something like

$response->comment("this is a comment");

Technical details:

wsabol commented 8 months ago

following up on this...