[asterisk-commits] oej: trunk r172816 - /trunk/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Feb 2 04:29:07 CST 2009
Author: oej
Date: Mon Feb 2 04:29:07 2009
New Revision: 172816
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172816
Log:
Add some well-needed improvements to the wishlist in the code, so that we can close
some bug reports.
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=172816&r1=172815&r2=172816
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Feb 2 04:29:07 2009
@@ -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 at 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 @@
/*@{*/
/*! \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? */
More information about the asterisk-commits
mailing list