summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-02-02 10:29:07 +0000
committerOlle Johansson <oej@edvina.net>2009-02-02 10:29:07 +0000
commit9ea148b2603ee53ae54c7da60442f340884b2b47 (patch)
treef04652bf8e0e32f8aba53e8ec634abe783ba7b06 /channels
parent2af8f59958c31c13178b3edf45aece97e1e589e4 (diff)
Add some well-needed improvements to the wishlist in the code, so that we can close
some bug reports. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 4055e79c0..60d00a947 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -40,6 +40,11 @@
* \todo Transaction support
* \todo Asterisk should send a non-100 provisional response every minute to keep proxies
* from cancelling the transaction (RFC 3261 13.3.1.1). See bug #11157.
+ *
+ * ******** Wishlist: Improvements
+ * - Support of SIP domains for devices, so that we match on username@domain in the From: header
+ * - Connect registrations with a specific device on the incoming call. It's not done
+ * automatically in Asdterisk
*
* \ingroup channel_drivers
*
@@ -1038,6 +1043,8 @@ static unsigned int default_primary_transport; /*!< Default primary Transport (
/*@{*/
/*! \brief a place to store all global settings for the sip channel driver
These are settings that will be possibly to apply on a group level later on.
+ \note Do not add settings that only apply to the channel itself and can't
+ be applied to devices (trunks, services, phones)
*/
struct sip_settings {
int peer_rtupdate; /*!< G: Update database with registration data for peer? */