message.c: Support 'To' header override with AMI's MessageSend.

The MessageSend AMI action has been updated to allow the Destination
and the To addresses to be provided separately. This brings the
MessageSend manager command in line with the capabilities of the
MessageSend dialplan application.

ASTERISK-29663 #close

Change-Id: I8513168d3e189a9fed88aaab6f5547ccb50d332c
This commit is contained in:
Sean Bright
2021-09-21 10:58:09 -04:00
committed by Friendly Automation
parent 228c97d3bf
commit 97ce647afd
2 changed files with 39 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
Subject: MessageSend
The MessageSend AMI action has been updated to allow the Destination
and the To addresses to be provided separately. This brings the
MessageSend manager command in line with the capabilities of the
MessageSend dialplan application.