Displaying 3 results from an estimated 3 matches for "dialcontext".
2006 Dec 06
1
0002475: [patch] Allow app_directory to work with REALTIME
Hi All,
I'm running 1.2.9.1 stable. I'm wondering has this patch been applied to
stable release or is it still only in CVS. Will this file patch apply
correctly to 1.2.9.1 stable? Which file do I patch? I'm guessing
app_directory_realtime_1.6.1.patch
<http://bugs.digium.com/file_download.php?file_id=4915&type=bug> and
config.h.patch
2005 Jan 07
4
can the dialtone be changed after pressing 9?
extensions.conf has
ignorepat => 9
exten => _9X.,1,Dial(Zap/G2/${EXTEN:1})
The first user to try it asked if instead of keeping the same dialtone
after pressing 9, if I could play a different dialtone. Can this be
done? I'm running asterisk 1.0.0 in case that matters.
2006 Jun 14
0
Directory - First Name/Last Name - How to, use both? a@h?
...' '))
pos = strrchr(pos, ' ') + 1;
@@ -434,6 +450,8 @@
options++; if (strchr(options, 'f'))
last = 0;
+ if (strchr(options, 'b'))
+ last = 2;
}
} else
dialcontext = context;
@@ -448,8 +466,10 @@
if (ast_strlen_zero(dirintro))
dirintro = ast_variable_retrieve(cfg, "general", "directoryintro");
if (ast_strlen_zero(dirintro)) {
- if (last)
+ if (last==1)
dirintro = "dir-intro";
+...