18 Aug 02:44
func_logic.c: IMPORT()
From: Philipp Kempgen <philipp.kempgen <at> amooma.de>
Subject: func_logic.c: IMPORT()
Newsgroups: gmane.comp.telephony.pbx.asterisk.devel
Date: 2008-08-18 00:44:52 GMT
Subject: func_logic.c: IMPORT()
Newsgroups: gmane.comp.telephony.pbx.asterisk.devel
Date: 2008-08-18 00:44:52 GMT
The short description of dialplan function IMPORT() in funcs/func_logic.c (line 209) ends in a "\n" which shouldn't be there. ---(Continue reading)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
RSS Feed