[asterisk-dev] func_logic.c: IMPORT()
Philipp Kempgen
philipp.kempgen at amooma.de
Sun Aug 17 19:44:52 CDT 2008
The short description of dialplan function IMPORT() in
funcs/func_logic.c (line 209) ends in a "\n" which shouldn't be there.
---cut---
static struct ast_custom_function import_function = {
.name = "IMPORT",
.synopsis =
"Retrieve the value of a variable from another channel\n",
.syntax = "IMPORT(channel,variable)",
.read = acf_import,
};
---cut---
- "Retrieve the value of a variable from another channel\n",
+ "Retrieve the value of a variable from another channel",
trunk, branches/1.6.1, branches/1.6.0
Grüße,
Philipp Kempgen
--
http://www.das-asterisk-buch.de - http://www.the-asterisk-book.com
Amooma GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
More information about the asterisk-dev
mailing list