similar to: Directory - First Name/Last Name - How to, use both? a@h?

Displaying 20 results from an estimated 300 matches similar to: "Directory - First Name/Last Name - How to, use both? a@h?"

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
2009 Mar 16
1
Bristuff bug or feature ? (Was: Are .call files working with extensions.ael ? bristuff problem)
Hi, Is the following behaviour a bug or a feature ? Using bristuff-0.4.0-RC3d.tar.gz, the call file thereafter produces : [Mar 16 15:39:36] WARNING[25547]: pbx_spool.c:267 apply_outgoing: At least one of app or extension (or keyword message/pdu) must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/astup.call [Mar 16 15:39:36] WARNING[25547]: pbx_spool.c:457
2006 Mar 14
1
Directory doesn't work well Asterisk@home2.7- try from PSTN with Digital recepcionist- Directory based on Last name
Hi all, Directory lookup, Asterisk@home 2.7, are this small bugs? case DIR_FIRST: $intro = ($operator ? "dir-intro-fn-oper" : "dir-intro-fn"); break; case DIR_BOTH: $intro = ($operator ? "dir-intro-fnln-oper" : "dir-intro-fnln"); break; case DIR_LAST: default: $intro = ($operator ? "dir-intro-oper" :
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
2010 Oct 12
0
rtpip patch
Hello *, is the rtpip patch still valid for asterisk 1.6 (with some code changes, obviously)? https://issues.asterisk.org/view.php?id=8161 Or, in asterisk 1.6 there is an alternative to using it? This is the difffile I produced for chan_sip.c in asterisk 1.6.2.11 --- chan_sip.c 2010-10-12 13:47:49.000000000 +0200 +++ chan_sip.c.orig 2010-10-12 13:47:27.000000000 +0200 @@ -987,9 +987,6 @@
2004 Dec 03
1
compiling asterisk-addons for Mysql-cdr
Hi ALL; I got the latest Asterisk-addons for Mysql-Cdr, but I have problem compiling that.It says: # make ..... ........ res_config_mysql.c: In function `realtime_mysql': res_config_mysql.c:143: warning: passing arg 1 of `ast_strlen_zero' makes pointer from integer without a cast res_config_mysql.c: In function `realtime_multi_mysql': res_config_mysql.c:242: warning: passing arg
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
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
2004 Jul 21
0
Voicemal error
Hi, i've a proble using voicemail. when i make a call and start voicemail asterisk tell me mail address is missing even if i used it as written mailbox => name,pwd,mail@mail I saw that modifying in app_voicemail.c line 836 in this manner: if (vmu && ast_strlen_zero(vmu->email)), so replacing !(ast_strlen_zero(vmu->email)), it works. did anyone have the same problem? or is
2014 Mar 12
0
module load Crash Asterisk 11.5.1 app_confbridge.c
===================================================================== Asterisk-11.5.1 Centos6 app_confbrige.c ===================================================================== APP: MyConfbridgeCount(Confbridgename,variablename) it will return no of user in conference if conference is created or else zero. Task: Using Dailplan user want to retrive no of user in conference '6050'
2005 Jun 21
1
ast_data help
hello, I need help with ast_data I downloaded asterisk from cvs cvs -d :pserver:anoncvs@cvs.digium.com:/usr/cvsroot co -r HEAD asterisk and the latest ast_data. When i run ./INSTALL.txt i get : serveur1:/opt/asterisk/ast_data# ./INSTALL patching file contrib/scripts/sip-friends.sql patching file contrib/scripts/iax-friends.sql patching file apps/app_voicemail.c Hunk #1 succeeded at 27 with
2007 Oct 12
2
Hiding extensions from app_directory
Hi Everyone, Sorry in advance if this not the correct place to ask 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
2023 Jul 07
0
Asterisk Release certified-18.9-cert5
The Asterisk Development Team would like to announce security release Certified Asterisk 18.9-cert5. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/certified-18.9-cert5 and https://downloads.asterisk.org/pub/telephony/certified-asterisk The following security advisories were resolved in this release:
2023 Jul 07
0
Asterisk Release certified-18.9-cert5
The Asterisk Development Team would like to announce security release Certified Asterisk 18.9-cert5. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/certified-18.9-cert5 and https://downloads.asterisk.org/pub/telephony/certified-asterisk The following security advisories were resolved in this release:
2014 Mar 13
0
Any Help ? user defined application .module load Crash Asterisk 11.5.1 app_confbridge.c
===================================================================== Asterisk-11.5.1 Centos6 app_confbrige.c ===================================================================== APP: MyConfbridgeCount(Confbridgename,variablename) it will return no of user in conference if conference is created or else zero. Task: Using Dailplan user want to retrive no of user in conference '6050'
2010 Feb 02
0
[PATCH] Btrfs: cache extent state in find_delalloc_range
This patch makes us cache the extent state we find in find_delalloc_range since we''ll have to lock the extent later on in the function. This will keep us from re-searching for the rang when we try to lock the extent. Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/extent_io.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git
2023 Mar 09
0
Asterisk 18.17.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 18.17.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 18.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2023 Mar 09
0
Asterisk 18.17.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 18.17.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 18.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2005 Feb 02
6
problem in compiling asterisk-addons
there is a problem in compiling asterisk-addons any one have fixed this problem. i want res_config_mysql.so any one help me ----------------------------------------------------- [root@localhost asterisk-addons]# make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o res_config_mysql.o res_config_mysql.c res_config_mysql.c: In function `realtime_mysql':
2023 Mar 09
0
Asterisk 20.2.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 20.2.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 20.2.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: