summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-08-30 19:16:53 +0000
committerOlle Johansson <oej@edvina.net>2006-08-30 19:16:53 +0000
commit2c98238fbe9677ddbb6d46f1f9914243607a88f9 (patch)
tree2ca74030c5b4b65c67304cd129db8a372755df44 /channels/chan_sip.c
parente68c0ff0beb78ee18e4ff54e6d233306e96b656a (diff)
Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() application and
does not need special code in chan_sip any more. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index a7b7bf81c..f97e498ab 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -81,6 +81,10 @@
* The PBX issues a hangup on both incoming and outgoing calls through
* the sip_hangup() function
*
+ * \par Deprecated stuff
+ * This is deprecated and will be removed after the 1.4 release
+ * - the SIPUSERAGENT dialplan variable
+ * - the ALERT_INFO dialplan variable
*/