From: Olle Johansson Date: Mon, 2 Feb 2009 10:29:07 +0000 (+0000) Subject: Add some well-needed improvements to the wishlist in the code, so that we can close X-Git-Tag: 1.6.2.0-beta1~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ea148b2603ee53ae54c7da60442f340884b2b47;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 4055e79c09..60d00a947e 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? */