[asterisk-commits] wdoekes: branch 10 r375078 - in /branches/10: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 16 14:22:48 CDT 2012
Author: wdoekes
Date: Tue Oct 16 14:22:44 2012
New Revision: 375078
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=375078
Log:
Update sip_request_call SIP dial string documentation.
This was missed when merging review r1859.
........
Merged revisions 375074 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/10/ (props changed)
branches/10/channels/chan_sip.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/chan_sip.c?view=diff&rev=375078&r1=375077&r2=375078
==============================================================================
--- branches/10/channels/chan_sip.c (original)
+++ branches/10/channels/chan_sip.c Tue Oct 16 14:22:44 2012
@@ -27890,13 +27890,18 @@
/*! \brief PBX interface function -build SIP pvt structure
* SIP calls initiated by the PBX arrive here.
*
- * \verbatim
- * SIP Dial string syntax
- * SIP/exten at host!dnid
- * or SIP/host/exten!dnid
- * or SIP/host!dnid
+ * \verbatim
+ * SIP Dial string syntax:
+ * SIP/devicename
+ * or SIP/username at domain (SIP uri)
+ * or SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
+ * or SIP/devicename/extension
+ * or SIP/devicename/extension/IPorHost
+ * or SIP/username at domain//IPorHost
+ * and there is an optional [!dnid] argument you can append to alter the
+ * To: header.
* \endverbatim
-*/
+ */
static struct ast_channel *sip_request_call(const char *type, struct ast_format_cap *cap, const struct ast_channel *requestor, void *data, int *cause)
{
struct sip_pvt *p;
More information about the asterisk-commits
mailing list