summaryrefslogtreecommitdiff
path: root/channels/misdn_config.c
diff options
context:
space:
mode:
authorNadi Sarrar <ns@beronet.com>2006-11-02 15:47:23 +0000
committerNadi Sarrar <ns@beronet.com>2006-11-02 15:47:23 +0000
commita2cb7d974e83a5baba31a4201a8e02846ae7050c (patch)
treef9feba3f483fab4a784c3aa3327cd36ff127e868 /channels/misdn_config.c
parent5a87a3bbb2c559a42214515d153a03d271df4551 (diff)
find_free_chan_in_stack: cleanup buggy usage
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46906 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn_config.c')
-rw-r--r--channels/misdn_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index 643cd2b94..6745417e9 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -302,8 +302,8 @@ static const struct misdn_cfg_spec port_spec[] = {
"\t yes (= 4 seconds)\n"
"\t no (= 0 seconds = disabled)" },
{ "nttimeout", MISDN_CFG_NTTIMEOUT, MISDN_CTYPE_BOOL, "no", NONE ,
- "Set this to yes if you want calls disconnected in overlap mode"
- "when a timeout happens.\n"},
+ "Set this to yes if you want calls disconnected in overlap mode\n"
+ "\twhen a timeout happens." },
{ "msns", MISDN_CFG_MSNS, MISDN_CTYPE_MSNLIST, NO_DEFAULT, NONE,
"MSN's for TE ports, listen on those numbers on the above ports, and\n"
"\tindicate the incoming calls to Asterisk.\n"