You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add dial timeout configuration and conversation type to transfer and SMS transport
Enhance TransferPlan with configurable dial timeout for SIP operations and introduce conversation type support for TwilioSmsChatTransport. These additions provide better control over call transfer behavior and enable explicit chat type specification for SMS transport.
Key changes:
- Add DialTimeout property to TransferPlan for configuring SIP dial operation timeout (default 60 seconds)
- Add ConversationType property to TwilioSmsChatTransport with new enum for chat specification
- Update project GUIDs in solution file for project reference alignment
- Adjust User-Agent header to use dynamic versioning
🌿 Generated with Fern
* feat: add dial timeout configuration and conversation type to transfer and SMS transport
3
+
* Enhance TransferPlan with configurable dial timeout for SIP operations and introduce conversation type support for TwilioSmsChatTransport. These additions provide better control over call transfer behavior and enable explicit chat type specification for SMS transport.
4
+
* Key changes:
5
+
* Add DialTimeout property to TransferPlan for configuring SIP dial operation timeout (default 60 seconds)
6
+
* Add ConversationType property to TwilioSmsChatTransport with new enum for chat specification
7
+
* Update project GUIDs in solution file for project reference alignment
8
+
* Adjust User-Agent header to use dynamic versioning
0 commit comments