Philipp Kempgen | 18 Aug 02:44
Favicon

func_logic.c: IMPORT()

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

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net
(Continue reading)


Gmane