search for: saycid

Displaying 20 results from an estimated 38 matches for "saycid".

Did you mean: said
2015 Jul 06
0
Voicemail: saycid without prefix
The easiest solution may be to strip the leading zero's off your caller ID before your caller enters the Voicemail app to leave you a message. ExecIf(REGEX("^[0][0]." ${CALLERID(NUM)})?Set(CALLERID(num)=${CALLERID(NUM):2})) On Fri, Jul 3, 2015 at 10:53 PM, Luca Bertoncello <lucabert at lucabert.de> wrote: > Hi list! > > Yesterday I set up a voicemail on my
2015 Jul 06
2
Voicemail: saycid without prefix
John Kiniston <johnkiniston at gmail.com> schrieb: > The easiest solution may be to strip the leading zero's off your caller ID > before your caller enters the Voicemail app to leave you a message. > > > ExecIf(REGEX("^[0][0]." > ${CALLERID(NUM)})?Set(CALLERID(num)=${CALLERID(NUM):2})) Thanks! I already had this idea and implemented it. It works...
2015 Jul 07
0
Voicemail: saycid without prefix
On Monday 06 Jul 2015, Luca Bertoncello wrote: > John Kiniston <johnkiniston at gmail.com> schrieb: > > The easiest solution may be to strip the leading zero's off your caller > > ID before your caller enters the Voicemail app to leave you a message. > > > > > > ExecIf(REGEX("^[0][0]." > >
2015 Jul 04
2
Voicemail: saycid without prefix
Hi list! Yesterday I set up a voicemail on my Asterisk 1.8. It works as expected, but I'd like to have the CID without unnecessary prefix... Right now, if I call from my mobile phone I hear the complete prefix for my mobile number, indeed without "00". So I hear "message from 49177...". How can I set Asterisk to just read the prefix if it's necessary (so that calls
2006 Nov 13
0
MWI not working in 1.4
...ak if something in voicemail.conf has changed or sip.conf but current examples appear to concur with my setup. From my peer definition: mailbox=100@mainmenu,200@mainmenu,300@mainmenu subscribemwi=yes voicemail.conf [mainmenu] 100 => 1234,User 1,voicemail.user1@xx.com,,saycid=no|envelope=no|review=yes|tz=eastern 200 => 1234,User 2,voicemail.user2@xx.com,,saycid=yes|envelope=yes|review=yes|tz=eastern 300 => 1234,User 3,user3@xx.com,,saycid=yes|envelope=yes|review=yes|tz=eastern
2013 Nov 11
1
Asterisk Realtime Static Voicemail
...n exact match of what's in ast_config. /etc/asterisk/voicemail.conf ;! Automatically generated configuration file ;! Filename: voicemail.conf (/etc/asterisk/voicemail.conf) ;! Generator: AppVoicemail ;! Creation Date: Mon Nov 11 01:12:51 2013 ;! [default] 9105 = 1234,Genee Jacobs,,,tz=|attach=|saycid=|hidefromdir= 201 = 1111,Anne Long,,,tz=|attach=|saycid=|hidefromdir=|delete= [zonemessages] pacific = US/Pacific|'vm-received' Q 'digits/at' IMp eastern = America/New_York|'vm-received' Q 'digits/at' IMp central = America/Chicago|'vm-received' Q 'digits/...
2004 Jul 20
1
RC1 and advanced voice mail options
...@dotality.com ============================== Begin ============================ ; ; Voicemail Configuration ; [general] format=wav49|gsm|wav serveremail=asterisk attach=yes skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 mailcmd=/usr/local/postfix/sbin/sendmail -t tz=eastern attach=yes saycid=yes dialout=default callback=default review=yes operator=no envelope=yes delete=no nextaftercmd=yes [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp central=America/Chicago|'vm-received' Q 'digits/at' IMp central24=America/Chicago|'vm-rec...
2013 Jun 03
2
Difference MySQL between 1.6.x and 11.4.x
...-+--------+----------+----------+-------------+--------------+---------------+--------+--------------+-----------+----------------+-------------+---------------------+ | uniqueid | customer_id | context | mailbox | password | fullname | email | pager | tz | attach | saycid | dialout | callback | review | operator | envelope | sayduration | saydurationm | sendvoicemail | delete | nextaftercmd | forcename | forcegreetings | hidefromdir | stamp | +----------+-------------+--------------+------------+----------+--------------+-----------------------+-------...
2006 Mar 21
2
Voice mail not working with Asteriks 1.2.5
...for solution a lot can Any one of you let me know how can I solve this issue do I need to apply any patch for asterisk Here is voicemail.conf config file [general] format=wav49|gsm|wav serveremail=asterisk attach=yes skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 saycid=yes [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp central=America/Chicago|'vm-received' Q 'digits/at' IMp central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours' [headoffice...
2005 Feb 11
1
Asterisk-MySQL: Not loading voicemail config from MySQL
...expressed globally in the general section, and overriden in the per-mailbox ; settings, unless listed otherwise. ; ; tz=central ; Timezone from zonemessages above. Irrelevant if envelope=no. ; attach=yes ; Attach the voicemail to the notification email *NOT* the pager email ; saycid=yes ; Say the caller id information before the message. If not described, ; or set to no, it will be in the envelope ; dialout=fromvm ; Context to dial out from [option 4 from the advanced menu] ; if not listed, dialing out w...
2007 Sep 02
1
How can i send my sip channel 3 to mailbox 2? Please Help!
...2,Hangup() exten => s-BUSY,1,Voicemail(b${ARG1}) exten => s-BUSY,2,Hangup exten => _s-.,1,Hangup ------------------------- VOICEMAIL.CONF ---------------------------------- [zonemessages] europe=Europe/Madrid|'vm-received' Q 'digits/at' R [default] 1 => 1,Main Phone,,,saycid=yes|delete=no|tz=europe 2 => 2,The Studio,,,saycid=yes|delete=no|tz=europe All configuration (sip, extensions, voicemail, etc...) is available @ http://www.surestorm.com/asterisk/ for those that want to help. Thanks in advance. Best regards, Jonathan GF
2015 Jun 16
0
more vm woes
on 11.17.1 Trying to debug vm. as suggested by voip-info: mailcmd=cat >> /tmp/astvm-mail and the mailbox is: 1143 => xxxx,sean,sean at company.com,,|tz=eastern|attach=yes|saycid=yes But there [s nothing in /tmp. The messages are in /var/spool/asterisk/voicemail/43-vm/1143/ . Any help appreciated. sean
2004 May 10
2
Explain cidinternalcontexts?
Hi there, could anyone drop a short line on what "cidinternalcontexts" exactly does in voicemail.conf? The Wiki explanation isn't sufficient - at least not for me... :-> Also: How/where do I define an Operator extension? Cheers, Philipp
2004 May 25
1
dialout=fromvm
If you set "dialout=fromvm" in your voicemail.conf, how do you then go about being able to dial back out? Is there a service feature code?
2004 Jul 17
1
voicemail broadcast feature
Using CVS from 7/12/04 and trying to get the voicemail broadcast feature to work. Voicemail.conf has [mycontext] 3722 => 1234,BroadCast Test,,,cc=*@mycontext . then many other voicemail boxes. ----- whenever I leave voicemail at box 3722, only box 3722 gets the voicemail. It is not expanding it to other voicemail boxes in the [mycontext] context. Even if I replace the cc= line with
2005 Jan 11
0
Blank Voice Mail messages
...s if it skips it. 2. Asterisk never seems to send the voice mail as an attachment!! Please see below my config files: Thanks Walid -------------------- voicemail.conf -------------------- [general] format=gsm ;already tried WAV servermail=10.150.200.5 attach=yes saycid=yes [local] ; ; format: password, name, email address for attached voicemail msgs ; 2000 => 1234,waz,egnick@citystars.com,egnick@vodafonemail.net 2001 => 1234,StarCom,jbs@citystars.com,egnick2@vodafonemail.net ------------------- SIP.conf ------------------ [general] port = 5060...
2005 Aug 10
0
Problem with voicemail, invalid extension, no error handler
...39;IAX2/4444@4444/2' # this is the error message specifically Channel 'IAX2/4444@4444/2' sent into invalid extension '1000@default' in context 'exten-vm', but no invalid handler Here is my voicemail.conf entry: [default] 1000 => 1234,Tim P,user@email.com,,attach=yes|saycid=no|envelope=no|delete=no|nextaftercmd=no Not sure what else needs to be done to fix this, any ideas? Thanks, Tim
2006 Feb 23
0
maxmessages and maxgreet per mailbox
...NOT NULL default '0', `fullname` varchar(150) NOT NULL default '', `email` varchar(50) NOT NULL default '', `pager` varchar(50) NOT NULL default '', `tz` varchar(10) NOT NULL default 'central', `attach` varchar(4) NOT NULL default 'yes', `saycid` varchar(4) NOT NULL default 'yes', `dialout` varchar(10) NOT NULL default '', `callback` varchar(10) NOT NULL default '', `review` varchar(4) NOT NULL default 'no', `operator` varchar(4) NOT NULL default 'no', `envelope` varchar(4) NOT NULL default...
2006 Jun 27
0
Realtime Voicemail Broken?
What's up with realtime voicemail? I have been going thtough and testing each feature that can be set as a column in the db, one by one. Some do work, and some don't. Here's some I have found that do work: delete envelope maxmsg review saycid and here's some that simply don't work: attach (emails sent if there is something in the email field) maxsilence (docs say the default is 0/off, but the default is 10s) maxmessage minmessage maxlogins (how hard can this be?) pbxskip Has anyone got any idea on this? Doug. -----Origi...
2010 Mar 26
1
no voicemail on pstn line
...card I'm using for analog ( cheap X100p modem ) calls but, can't hear any message coming in from that line. Any suggestions? Thanks in advanced. Here's voicmail.conf: [general] ; Choose a format to save voicemails as format=gsm volgain=1.1 skipms=3000 maxsilence=10 sayduration=no saycid=no sendvoicemail=no review=yes nextaftercmd=yes listen-control-forward-key=# [default] 100 => 1234,testing 101 => 1234,testing2 102 => 1234,testing3