-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 12
-
Component/s: Asterisk SIP Settings
-
Labels:None
-
ToDo:
Few changes to configuration are required to enable out-of-box support of SIP MESSAGE method (RFC 3428) allowing messaging functionality for number of phones and softphones.
Add to general section of sip.conf
{noformat}accept_outofcall_message = yes
outofcall_message_context = messages
auth_message_requests = no{noformat}
add to dialplan
{noformat}[messages]
exten => _XXX,1,MessageSend(sip:${EXTEN},"${CALLERID(name)}"${MESSAGE(from)}){noformat}