[asterisk-commits] oej: trunk r99647 - in /trunk: CHANGES doc/tex/channelvariables.tex

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 22 14:44:57 CST 2008


Author: oej
Date: Tue Jan 22 14:44:56 2008
New Revision: 99647

URL: http://svn.digium.com/view/asterisk?view=rev&rev=99647
Log:
Documentation updates for BRIDGEPVTCALLID

Modified:
    trunk/CHANGES
    trunk/doc/tex/channelvariables.tex

Change Statistics:
 0 files changed

Modified: trunk/CHANGES
URL: http://svn.digium.com/view/asterisk/trunk/CHANGES?view=diff&rev=99647&r1=99646&r2=99647
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Tue Jan 22 14:44:56 2008
@@ -66,6 +66,10 @@
      the existence of a dialplan target.
   * Added two new dialplan functions, TOUPPER and TOLOWER, which convert a string to
      upper and lower case, respectively.
+  * When bridging, Asterisk sets the BRIDGEPVTCALLID to the channel drivers unique
+     ID for the call (not the Asterisk call ID or unique ID), provided that the
+     channel driver supports this. For SIP, you get the SIP call-ID for the
+     bridged channel which you can store in the CDR with a custom field.
 
 CLI Changes
 -----------

Modified: trunk/doc/tex/channelvariables.tex
URL: http://svn.digium.com/view/asterisk/trunk/doc/tex/channelvariables.tex?view=diff&rev=99647&r1=99646&r2=99647
==============================================================================
--- trunk/doc/tex/channelvariables.tex (original)
+++ trunk/doc/tex/channelvariables.tex Tue Jan 22 14:44:56 2008
@@ -736,6 +736,7 @@
 ${CDR(accountcode)}    * Account code (if specified)
 ${BLINDTRANSFER}         The name of the channel on the other side of a blind transfer
 ${BRIDGEPEER}            Bridged peer
+${BRIDGEPVTCALLID}       Bridged peer PVT call ID (SIP Call ID if a SIP call)
 ${CALLERID(ani)}       * Caller ANI (PRI channels)
 ${CALLERID(ani2)}      * ANI2 (Info digits) also called Originating line information or OLI
 ${CALLERID(all)}       * Caller ID
@@ -777,8 +778,9 @@
 
 \subsection{Application return values}
 
-In Asterisk 1.2, many applications return the result in a variable
-instead of, as in Asterisk 1.0, changing the dial plan priority (+101).
+Many applications return the result in a variable that you read to
+get the result of the application. These status fields are unique
+for each application.
 For the various status values, see each application's help text.
 \begin{verbatim}
 ${AGISTATUS}         * agi()




More information about the asterisk-commits mailing list