[asterisk-commits] nadi: trunk r61184 - in /trunk: ./
channels/misdn_config.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Apr 10 05:47:57 MST 2007
Author: nadi
Date: Tue Apr 10 07:47:57 2007
New Revision: 61184
URL: http://svn.digium.com/view/asterisk?view=rev&rev=61184
Log:
Merged revisions 61183 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r61183 | nadi | 2007-04-10 14:43:40 +0200 (Di, 10 Apr 2007) | 10 lines
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:
trunk/ (props changed)
trunk/channels/misdn_config.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/misdn_config.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/misdn_config.c?view=diff&rev=61184&r1=61183&r2=61184
==============================================================================
--- trunk/channels/misdn_config.c (original)
+++ trunk/channels/misdn_config.c Tue Apr 10 07:47:57 2007
@@ -309,7 +309,7 @@
{ "nttimeout", MISDN_CFG_NTTIMEOUT, MISDN_CTYPE_BOOL, "no", NONE ,
"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,
+ { "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 asterisk-commits
mailing list