mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Merged revisions 284698 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r284698 | rmudgett | 2010-09-02 11:34:32 -0500 (Thu, 02 Sep 2010) | 5 lines Added documentation for CONNECTEDLINE and REDIRECTING functions. (closes issue #17808) Reported by: jtodd Review: https://reviewboard.asterisk.org/r/875/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@284699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1044,10 +1044,23 @@ ${OSPINAUDIOQOS} The inbound call leg audio QoS string.
|
||||
${OSPOUTAUDIOQOS} The outbound call leg audio QoS string.
|
||||
\end{verbatim}
|
||||
|
||||
\subsection{Connected line digit manipulation}
|
||||
\subsection{Digit manipulation}
|
||||
\begin{verbatim}
|
||||
${CONNECTED_LINE_SEND_CALLEE_MACRO} Macro to call before sending a connected line update to the callee
|
||||
${CONNECTED_LINE_SEND_CALLEE_MACRO_ARGS} Arguments to pass to ${CONNECTED_LINE_SEND_CALLEE_MACRO}
|
||||
${CONNECTED_LINE_SEND_CALLER_MACRO} Macro to call before sending a connected line update to the caller
|
||||
${CONNECTED_LINE_SEND_CALLER_MACRO_ARGS} Arguments to pass to ${CONNECTED_LINE_SEND_CALLER_MACRO}
|
||||
${REDIRECTING_SEND_CALLEE_MACRO}
|
||||
Macro to call before sending a redirecting update to the callee
|
||||
${REDIRECTING_SEND_CALLEE_MACRO_ARGS}
|
||||
Arguments to pass to ${REDIRECTING_SEND_CALLEE_MACRO}
|
||||
${REDIRECTING_SEND_CALLER_MACRO}
|
||||
Macro to call before sending a redirecting update to the caller
|
||||
${REDIRECTING_SEND_CALLER_MACRO_ARGS}
|
||||
Arguments to pass to ${REDIRECTING_SEND_CALLER_MACRO}
|
||||
|
||||
${CONNECTED_LINE_SEND_CALLEE_MACRO}
|
||||
Macro to call before sending a connected line update to the callee
|
||||
${CONNECTED_LINE_SEND_CALLEE_MACRO_ARGS}
|
||||
Arguments to pass to ${CONNECTED_LINE_SEND_CALLEE_MACRO}
|
||||
${CONNECTED_LINE_SEND_CALLER_MACRO}
|
||||
Macro to call before sending a connected line update to the caller
|
||||
${CONNECTED_LINE_SEND_CALLER_MACRO_ARGS}
|
||||
Arguments to pass to ${CONNECTED_LINE_SEND_CALLER_MACRO}
|
||||
\end{verbatim}
|
||||
|
||||
Reference in New Issue
Block a user