[svn-commits] nadi: branch 1.4 r61183 - in /branches/1.4: ./ channels/misdn_config.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Apr 10 05:43:40 MST 2007


Author: nadi
Date: Tue Apr 10 07:43:40 2007
New Revision: 61183

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61183
Log:
Merged revisions 61170 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r61170 | nadi | 2007-04-10 14:31:45 +0200 (Di, 10 Apr 2007) | 2 lines

msns config parameter defaults to '*'

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/channels/misdn_config.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/channels/misdn_config.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/misdn_config.c?view=diff&rev=61183&r1=61182&r2=61183
==============================================================================
--- branches/1.4/channels/misdn_config.c (original)
+++ branches/1.4/channels/misdn_config.c Tue Apr 10 07:43:40 2007
@@ -314,7 +314,7 @@
 	{ "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"},
-	{ "msns", MISDN_CFG_MSNS, MISDN_CTYPE_MSNLIST, NO_DEFAULT, NONE,
+	{ "msns", MISDN_CFG_MSNS, MISDN_CTYPE_MSNLIST, "*", NONE,
 		"MSN's for TE ports, listen on those numbers on the above ports, and\n"
 		"\tindicate the incoming calls to Asterisk.\n"
 		"\tHere you can give a comma seperated list, or simply an '*' for any msn." },



More information about the svn-commits mailing list