]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 375078 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Tue, 16 Oct 2012 20:24:24 +0000 (20:24 +0000)
committerAutomerge script <automerge@asterisk.org>
Tue, 16 Oct 2012 20:24:24 +0000 (20:24 +0000)
file:///srv/subversion/repos/asterisk/branches/10

................
  r375078 | wdoekes | 2012-10-16 14:22:44 -0500 (Tue, 16 Oct 2012) | 7 lines

  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
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@375102 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 1fac7a325835bc8512b6544b2643cbf33f86fad6..7550988fcdfb763ca812e5d416b322d2477f10a2 100644 (file)
@@ -28059,13 +28059,18 @@ static int sip_devicestate(void *data)
 /*! \brief PBX interface function -build SIP pvt structure
  *     SIP calls initiated by the PBX arrive here.
  *
- * \verbatim   
- *     SIP Dial string syntax
- *             SIP/exten@host!dnid
- *     or      SIP/host/exten!dnid
- *     or      SIP/host!dnid
+ * \verbatim
+ *     SIP Dial string syntax:
+ *             SIP/devicename
+ *     or      SIP/username@domain (SIP uri)
+ *     or      SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
+ *     or      SIP/devicename/extension
+ *     or      SIP/devicename/extension/IPorHost
+ *     or      SIP/username@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;