summaryrefslogtreecommitdiff
path: root/apps/app_osplookup.c
diff options
context:
space:
mode:
authorTransNexus OSP Development <support@transnexus.com>2010-02-12 08:30:05 +0000
committerTransNexus OSP Development <support@transnexus.com>2010-02-12 08:30:05 +0000
commit034a79c303b0fc49be6b5271e3413ee99c96c066 (patch)
tree8c500bb4a02d591ea0ad8f46e4a63b713780a1ba /apps/app_osplookup.c
parent6d9c531237f4da4d4e7ec1a7bff9f60b9aae0836 (diff)
Updated doc for OSP lookup application.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@246382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_osplookup.c')
-rw-r--r--apps/app_osplookup.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 509f927fe..c116a0d76 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -222,6 +222,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<variable name="OSPOUTCALLIDTYPES">
<para>The outbound Call-ID types.</para>
</variable>
+ <variable name="OSPOUTCALLID">
+ <para>The outbound Call-ID. Only for H.323.</para>
+ </variable>
<variable name="OSPDIALSTR">
<para>The outbound Dial command string.</para>
</variable>
@@ -908,7 +911,7 @@ static int osp_get_provider(
* \param name OSP provider context name
* \param trans OSP transaction handle, output
* \param source Source of provider, output
- * \param sourcesize Size of source buffer, in
+ * \param srcsize Size of source buffer, in
* \return OSK_OK Success, OSK_FAILED Failed, OSP_ERROR Error
*/
static int osp_create_transaction(
@@ -2910,7 +2913,6 @@ static int osp_load(int reload)
osp_security = 1;
}
ast_debug(1, "OSP: osp_security '%d'\n", osp_security);
-
if ((cvar = ast_variable_retrieve(cfg, OSP_GENERAL_CAT, "tokenformat"))) {
if ((sscanf(cvar, "%30d", &ivar) == 1) &&