search for: app_directory

Displaying 20 results from an estimated 61 matches for "app_directory".

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 <http://bugs.digium.com/file_download.php?file_id=4898&type=bug> or config.c.patch <http://bugs.digium.com/file_download.php?file_id=4898&type=bug> . Thanks....
2010 Feb 01
1
app_directory broken in 1.6
Hello, I have separate contexts defined in voicemail.conf as follows: [abcdental] 100 => 1234,John Doe And call application directory using the following syntax: exten => 1,1,Directory(abcdental[,abcdental,f]) However since I migrated from 1.4 to 1.6, app_directory no longer parses the voicemail.conf to match the full name of the mailbox. App_directory only matches directory names based on the entries registered to the default context (voicemail show users) Therefore my workaround has been to define the users in users.conf; however the problem with that is t...
2007 Oct 12
2
Hiding extensions from app_directory
...this question, feel free to point me somewhere more appropriate to ask. We have an Asterisk 1.2.7.1 server (about a year old version of Asterisk @ Home with FreePBX) running the phone system for our small office (roughly 15 extensions). I'm trying to hide a couple of extensions from the app_directory generated company directory. I found some information about adding the "hidefromdir=yes" option to the user's entry in voicemail.conf, but that doesn't seem to have any effect. I'm a little unclear as to whether or not that option is something native to Asterisk or if...
2004 Sep 17
0
MySQL Voicemail and Directory Patch
Hey gang, I've been using * with voicemail-mysql for a few weeks. Works like a charm. Even wrote a nice php web interface to let users check, play and download their messages. Recently found out that if you use mysql-voicemail then you CAN NOT use app_directory as app_directory reads its information from voicemail.conf. If you are using mysql-voicemail, then there aren't any entries in voicemail.conf cause they are all in the database. (insert cheezy *duh*) So, I spent a few hours today and wrote a small function that grabs the information app_direc...
2006 May 05
0
ODBC Voicemail storage and app_directory
I've checked the wiki, searched the mailing list, Mantis (bug tracker), and looked through the source code, but found not mention of this issue: If using ODBC Storage for voicemail messages, name-playback by app_directory breaks. app_directory has no ODBC Storage code and therefore only looks for the greet.wav file (recording of user's name) in the filesystem, whereas app_voicemail saves the recording in the database. (1.2.6 stable) I'm hopnig I missed something somewhere and someone will point me to a pat...
2006 Jun 14
0
Directory - First Name/Last Name - How to, use both? a@h?
We wrote and submitted a patch to do this. Just modify app_directory.c and recompile. It adds a new flag "b" to the directory( ) app where you can have it use both first and last name. -= Info about application 'Directory' =- [Synopsis] Provide directory of voicemail extensions [Description] Directory(vm-context[|dial-context[|options]]):...
2003 May 18
1
Using Keypad for app_directory
Hi. I'm trying to use the Directory app. I was wondering how can I enter the first 3 letters from the phone keypad... I need a keypad with also the ABCD tones? or a standard one is ok? Doing some tests I never been able to select an entry till now... (using the demo voicemail.conf in asterisk) Thanks for any help. -- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmgi Srl
2005 Jun 21
1
ast_data help
...friends.sql patching file contrib/scripts/iax-friends.sql patching file apps/app_voicemail.c Hunk #1 succeeded at 27 with fuzz 1 (offset -18 lines). Hunk #2 succeeded at 344 (offset 19 lines). Hunk #3 succeeded at 614 (offset 19 lines). Hunk #4 succeeded at 660 (offset 19 lines). patching file apps/app_directory.c Hunk #1 FAILED at 20. Hunk #2 succeeded at 217 (offset 3 lines). Hunk #3 succeeded at 319 (offset 3 lines). Hunk #4 FAILED at 361. 2 out of 4 hunks FAILED -- saving rejects to file apps/app_directory.c.rej patching file channels/chan_sip.c Hunk #1 succeeded at 30 with fuzz 2 (offset -29 lines). H...
2005 Jan 17
1
Directory() Command
...onf context. My vm-context is [local]. So when I setup the cmd (Directory(local)) I can search on the three letters of the last name find that user. But once I press one to except the name and dial the extension I get the following message form the * CLI. Jan 17 15:22:07 WARNING[-1285669968]: app_directory.c:182 play_mailbox_owner: Can't find extension '1111' in context 'local'. Did you pass the wrong context to Directory? Reading the above error message I see that I need to pass it my outbound context. So I setup the command to look as follows: Directory(local outbound). I re...
2008 Dec 04
1
app directory error: libc-client undefined symbol
Installing 1.4.23-rc2, I actually looked at the startup and saw this warning: WARNING[10730]: loader.c:359 load_dynamic_module: Error loading module 'app_directory.so': /usr/lib/libc-client.so.2007: undefined symbol: mm_dlog I'm running Fedora Core 9, with libc-client 2007d. googling didn't help, so what's the problem? Do I need a more recent (different) libc-client? sean
2004 Sep 20
2
Voicemail Directory
...'/etc/asterisk/voicemail.conf': Found -- Playing 'dir-intro' (language 'en') -- Playing '/var/spool/asterisk/voicemail/CompanyName/6102/greet' (language 'en') -- Playing 'dir-instr' (language 'en') Sep 20 14:01:30 WARNING[118801]: app_directory.c:184 play_mailbox_owner: Can't find extension '6102' in context 'CompanyName'. Did you pass the wrong context to Directory? -- Playing 'dir-nomore' (language 'en') Sep 20 14:01:33 WARNING[118801]: file.c:548 ast_readaudio_callback: Failed to write frame =...
2023 Jul 07
0
Asterisk Release certified-18.9-cert5
...test.c: Fix counting of tests and add 2 new tests - res_mixmonitor: MixMonitorMute by MixMonitor ID - format_sln: add .slin as supported file extension - bridge_builtin_features: add beep via touch variable - cli: increase channel column width - app_senddtmf: Add option to answer target channel. - app_directory: Add a 'skip call' option. - app_read: Add an option to return terminator on empty digits. - app_directory: add ability to specify configuration file User Notes: ---------------------------------------- - ### AMI: Add CoreShowChannelMap action. New AMI action CoreShowChannelMap has been...
2023 Jul 07
0
Asterisk Release certified-18.9-cert5
...test.c: Fix counting of tests and add 2 new tests - res_mixmonitor: MixMonitorMute by MixMonitor ID - format_sln: add .slin as supported file extension - bridge_builtin_features: add beep via touch variable - cli: increase channel column width - app_senddtmf: Add option to answer target channel. - app_directory: Add a 'skip call' option. - app_read: Add an option to return terminator on empty digits. - app_directory: add ability to specify configuration file User Notes: ---------------------------------------- - ### AMI: Add CoreShowChannelMap action. New AMI action CoreShowChannelMap has been...
2005 Feb 12
1
ast_data does not patch
...cs.org/res_data/ast_data/ into my cvs version of Asterisk and have found that the install patching fails. --------------------------------------------- patching file contrib/scripts/sip-friends.sql patching file contrib/scripts/iax-friends.sql patching file apps/app_voicemail.c patching file apps/app_directory.c patching file channels/chan_sip.c Hunk #2 succeeded at 621 (offset 9 lines). Hunk #3 FAILED at 1480. Hunk #4 succeeded at 1549 (offset 11 lines). Hunk #5 succeeded at 1617 (offset 18 lines). Hunk #6 succeeded at 1972 (offset 11 lines). 1 out of 6 hunks FAILED -- saving rejects to file channels/ch...
2023 Mar 09
0
Asterisk 18.17.0 Now Available
...when using mixmonitor (Reported by Julien Alie) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtmf to answer (Reported by Michael Bradeen) * ASTERISK-30325 - Upgrade Asterisk to bundled pjproject 2.13 (Reported by Stanislav Abra...
2023 Mar 09
0
Asterisk 18.17.0 Now Available
...when using mixmonitor (Reported by Julien Alie) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtmf to answer (Reported by Michael Bradeen) * ASTERISK-30325 - Upgrade Asterisk to bundled pjproject 2.13 (Reported by Stanislav Abra...
2023 Mar 09
0
Asterisk 20.2.0 Now Available
...rences to removed applications (Reported by N A) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtmf to answer (Reported by Michael Bradeen) * ASTERISK-30325 - Upgrade Asterisk to bundled pjproject 2.13 (Reported by Stanislav Abra...
2023 Mar 09
0
Asterisk 20.2.0 Now Available
...rences to removed applications (Reported by N A) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtmf to answer (Reported by Michael Bradeen) * ASTERISK-30325 - Upgrade Asterisk to bundled pjproject 2.13 (Reported by Stanislav Abra...
2008 Dec 22
3
IMAP Voicemail and Directory not working?
...OS 5.2, Ubuntu 8.10 and Fedora 9. In each case, I used the native package manager to install libc-client, and in each case, after asterisk is compiled and voicemail users are configured, I get an error in the log that says this: [Dec 22 15:19:15] WARNING[24536] loader.c: Error loading module 'app_directory.so': /usr/lib/libc-client.so.2007b: undefined symbol: mm_dlog I also tried compiling from UW's c-client source, and I can clearly see the mm-dlog function in the source, but when compiled and linked into the shared object library, asterisk can't seem to access it. Does anybody have th...
2017 Oct 30
0
Asterisk 14.7.0 Now Available
...(Reported by Ross Beer) * ASTERISK-27225 - Crash when freeing dtls_cfg->cafile (Reported by Richard Kenner) * ASTERISK-27177 - ooh323c: misleading indentation in addons/ooh323c/src/ooSocket.c (Reported by Tzafrir Cohen) * ASTERISK-27241 - libc segfault upon entry into app_directory (Reported by David Moore) * ASTERISK-27152 - Sending a "tel" uri in a From or To header in an unauthenticated message causes asterisk to crash (Reported by Ross Beer) * ASTERISK-27103 - core: ast_safe_system command injection possible. (Reported by C...