Add new channel function send_message
commit44467dad2e728d1449edea2a65fd68b43bfad598
authorTzafrir Cohen <tzafrir@cohens.org.il>
Wed, 6 Aug 2008 11:21:13 +0000 (6 14:21 +0300)
committerTzafrir Cohen <tzafrir@cohens.org.il>
Thu, 4 Sep 2008 07:54:19 +0000 (4 10:54 +0300)
tree9958eaac7a1858d63350d4fc034f8d58e06a2b37
parent768d17bb5c9ad784eb8002a7df1ecc2297a321f5
Add new channel function send_message

Added a new channel-speicfic function: send_message. A variation of
send_text.

ast_sendmessage() was added to send a messagee to a specific channel
using its send_message function (if available).
include/asterisk/channel.h
main/channel.c