[asterisk-commits] markster: branch markster/usersconf r42653 - /team/markster/usersconf/pbx/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Sep 10 12:51:55 MST 2006


Author: markster
Date: Sun Sep 10 14:51:55 2006
New Revision: 42653

URL: http://svn.digium.com/view/asterisk?rev=42653&view=rev
Log:
Oops

Modified:
    team/markster/usersconf/pbx/pbx_config.c

Modified: team/markster/usersconf/pbx/pbx_config.c
URL: http://svn.digium.com/view/asterisk/team/markster/usersconf/pbx/pbx_config.c?rev=42653&r1=42652&r2=42653&view=diff
==============================================================================
--- team/markster/usersconf/pbx/pbx_config.c (original)
+++ team/markster/usersconf/pbx/pbx_config.c Sun Sep 10 14:51:55 2006
@@ -1583,7 +1583,7 @@
 			ast_add_extension2(con, 0, cat, -1, NULL, NULL, iface, strdup(""), ast_free, registrar);
 			/* If voicemail, use "stdexten" else use plain old dial */
 			if (hasvoicemail) {
-				snprintf(tmp, sizeof(tmp), "std-exten|%s|${HINT}", cat);
+				snprintf(tmp, sizeof(tmp), "stdexten|%s|${HINT}", cat);
 				ast_add_extension2(con, 0, cat, 1, NULL, NULL, "Macro", strdup(tmp), ast_free, registrar);
 			} else {
 				ast_add_extension2(con, 0, cat, 1, NULL, NULL, "Dial", strdup("${HINT}"), ast_free, registrar);



More information about the asterisk-commits mailing list