search for: directoryintro

Displaying 8 results from an estimated 8 matches for "directoryintro".

Did you mean: directoryentry
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 Mar 24
1
voicemail problems with CVS-HEAD
...streamfile: Unable to open vm-theperson (format ulaw): No such file or directory Mar 25 04:46:23 WARNING[28472]: app_voicemail.c:1730 invent_message: ast_streamfile [vm-theperson] == Spawn extension (local-sip, 4560, 2) exited non-zero on 'SIP/4560-4e18' cat /etc/asterisk/voicemail.conf directoryintro=/usr/share/asterisk/sounds ; removing this makes no ; difference dbuser=asterisk ; not sure this is needed dbhost=localhost dbname=asterisk serveremail=asterisk attach=yes skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 [zonemessages] eastern=America/New_York|'vm-received' Q &...
2011 Mar 22
2
Play different voice-mail messages based on certain conditions
...d play: "we are closed, our opening hours xx:xx-yy:yy, please leave a message or send a fax or send an email" and during holidays I would play: "we are closed due to holiday, please leave a message, fax, blab la" etc. I've tried to configure context for each case and set the directoryintro in each such context however the Asterisk was always looking for vm-intro and it was always looking for it in /var/lib/asterisk/sounds/en/. Is it possible to select different vm message based on certain conditions? I know I can play file with Playback() and then play empty vm-intro and I can also m...
2005 Feb 11
1
Asterisk-MySQL: Not loading voicemail config from MySQL
...r your voicemailbox ; is checked, uncomment this: ;externnotify=/usr/bin/myapp ; If you need to have an external program, i.e. /usr/bin/myapp ; called when a voicemail password is changed, ; uncomment this: ;externpass=/usr/bin/myapp ; For the directory, you can override the intro file if you want ;directoryintro=dir-intro ; The character set for voicemail messages can be specified here ;charset=ISO-8859-1 ; The ADSI feature descriptor number to download to ;adsifdn=0000000F ; The ADSI security lock code ;adsisec=9BDBF7AC ; The ADSI voicemail application version number. ;adsiver=1 ; Skip the "[PBX]:&qu...
2005 Sep 21
4
How to retrieve voicemail from an IP phone?
Hi, How can I retrieve those voicemails using my ip phone? and how will i confiugre it on asterisk? Please help I'm very new in asterisk. Thanks, -- Ryan Pagquil Infodyne Inc. - PhilOnline.com 3603 Antel Global Corporate Center Do?a Julia Vargas Ave. Ortigas Center Pasig City Tel: 687-0715 Web: www.philonline.com
2004 Sep 01
1
Broken sound in VoiceMail
...er of failed login attempts maxlogins=3 ; If you need to have an external program, i.e. /usr/bin/myapp ; called when a voicemail is left, delivered, or your voicemailbox ; changes, uncomment this: ;externnotify=/usr/bin/myapp ; For the directory, you can override the intro file if you want ;directoryintro=dir-intro -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040901/34ae2cd3/attachment.htm
2006 Jun 14
0
Directory - First Name/Last Name - How to, use both? a@h?
..., '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"; + else if (last==2) + dirintro = "dir-intro-fnln"; else dirintro = "dir-intro-fn"; } -- ________...
2004 Oct 01
1
Configuring X Ten to make call using FX0
...pts\par maxlogins=3\par ; If you need to have an external program, i.e. /usr/bin/myapp\par ; called when a voicemail is left, delivered, or your voicemailbox \par ; is checked, uncomment this:\par ;externnotify=/usr/bin/myapp\par ; For the directory, you can override the intro file if you want\par ;directoryintro=dir-intro\par ; The character set for voicemail messages can be specified here\par ;charset=ISO-8859-1\par ; Skip the "[PBX]:" string from the message title\par ;pbxskip=yes\par ; Change the From: string\par ;fromstring=The Asterisk PBX\par ;\par ;Change the From: string for pager message...