|
@@ -680,8 +680,8 @@ end
|
|
<para>
|
|
<para>
|
|
This function can be used from REQUEST_ROUTE and from BRANCH_ROUTE.
|
|
This function can be used from REQUEST_ROUTE and from BRANCH_ROUTE.
|
|
</para>
|
|
</para>
|
|
- <para>NOTE: Previous versions of this function added double quotes automatically to
|
|
|
|
- display variable. That is no longer the case, if you expect that behavior, you will
|
|
|
|
|
|
+ <para>NOTE: Previous versions of this function added double quotes automatically to
|
|
|
|
+ display variable. That is no longer the case, if you expect that behavior, you will
|
|
have to add the quotes by yourself.
|
|
have to add the quotes by yourself.
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
@@ -702,7 +702,7 @@ end
|
|
The other one uses the dialog module to store the original and new URI.
|
|
The other one uses the dialog module to store the original and new URI.
|
|
If you already use dialog module in your configuration, this is the advisable mode.
|
|
If you already use dialog module in your configuration, this is the advisable mode.
|
|
All you need to do to use this is to call dlg_manage() before calling uac_replace_from().
|
|
All you need to do to use this is to call dlg_manage() before calling uac_replace_from().
|
|
- It works by storing the URIs as dialog variables and registering callbacks in dialog
|
|
|
|
|
|
+ It works by storing the URIs as dialog variables and registering callbacks in dialog
|
|
module for in dialog requests.
|
|
module for in dialog requests.
|
|
</para>
|
|
</para>
|
|
<example>
|
|
<example>
|
|
@@ -781,8 +781,8 @@ uac_restore_from();
|
|
<para>
|
|
<para>
|
|
This function can be used from REQUEST_ROUTE and from BRANCH_ROUTE.
|
|
This function can be used from REQUEST_ROUTE and from BRANCH_ROUTE.
|
|
</para>
|
|
</para>
|
|
- <para>NOTE: Previous versions of this function added double quotes automatically to
|
|
|
|
- display variable. That is no longer the case, if you expect that behavior, you will
|
|
|
|
|
|
+ <para>NOTE: Previous versions of this function added double quotes automatically to
|
|
|
|
+ display variable. That is no longer the case, if you expect that behavior, you will
|
|
have to add the quotes by yourself.
|
|
have to add the quotes by yourself.
|
|
</para>
|
|
</para>
|
|
<example>
|
|
<example>
|
|
@@ -834,7 +834,7 @@ uac_replace_to("","");
|
|
The other one uses the dialog module to store the original and new URI.
|
|
The other one uses the dialog module to store the original and new URI.
|
|
If you already use dialog module in your configuration, this is the advisable mode.
|
|
If you already use dialog module in your configuration, this is the advisable mode.
|
|
All you need to do to use this is to call dlg_manage() before calling uac_replace_to().
|
|
All you need to do to use this is to call dlg_manage() before calling uac_replace_to().
|
|
- It works by storing the URIs as dialog variables and registering callbacks in dialog
|
|
|
|
|
|
+ It works by storing the URIs as dialog variables and registering callbacks in dialog
|
|
module for in dialog requests.
|
|
module for in dialog requests.
|
|
</para>
|
|
</para>
|
|
|
|
|