search for: vmbox

Displaying 20 results from an estimated 40 matches for "vmbox".

Did you mean: mbox
2006 Oct 13
1
Segfault in in rc7 when index does not exists
...ain (argc=Cannot access memory at address 0x0 ) at main.c:280 (gdb) p index->map $1 = (struct mail_index_map *) 0x0 (gdb) the envisonment is: DBOX_ROTATE_DAYS="1" DBOX_ROTATE_MIN_SIZE="16" DBOX_ROTATE_SIZE="2048" DOVECOT_VERSION="1.0.rc7" HOME="/srv/vmbox/spool/test/" IMAP_CLIENT_WORKAROUNDS="outlook-idle" IMAP_MAX_LINE_LENGTH="65536" IP="::ffff:127.0.0.1" LOCK_METHOD="fcntl" LOGGED_IN="1" LOG_TO_MASTER="1" MAIL="maildir:/" MAILBOX_IDLE_CHECK_INTERVAL="30" MAIL_CACH...
2007 Jan 17
4
FW: Realtime Voicemail Password Change Not Working
> I'm using asterisk 1.2.9.1 and mysql 3.23, asterisk add-ons 1.2.3. > All seems to work normally with realtime voicemail, reads vmbox > parameters from the db fine. When I try to change the password, > asterisk operates normally, "enter new password" ok, "re-enter new > password" ok, "password has been changed" > > There are no entries in the mysql.log setting the new password in the...
2006 Nov 06
0
help for recording
...n I use speech instead of caller. Or Should I use Macro(systemrecording,dorecord) and how can I use it ? Thanks , macros are define in the extensions.conf file as following [macro-exten-vm] exten => s,1,Macro(user-callerid) exten => s,n,Set(FROMCONTEXT=exten-vm) exten => s,n,Set(VMBOX=${ARG1}) exten => s,n,Set(EXTTOCALL=${ARG2}) exten => s,n,Set(CFUEXT=${DB(CFU/${EXTTOCALL})}) exten => s,n,Set(RT=${IF($[$["${VMBOX}"!="novm"] | $["foo${CFUEXT}"!="foo"]]?${RINGTIMER}:"")}) exten => s,n,Macro(record-enable,${EXTTOCALL},I...
2016 Jul 31
3
Removing mailbox and password prompt for voicemail
I tried your extension definition as suggested: exten => *98,1,Verbose(0,${CHANNEL(peername)} calling voicemail) same => n,VoicemailMain(${CHANNEL(peername)}@VoiceMail,s) same => n,Hangup But there was no change in the prompts asked, ie. the voice first asked for 'mailbox', and then 'password' as before. The prompts are not removed. Please clarify what you mean by the
2008 Apr 09
1
Queues +Exiting
...gall ;timeout=10 retry=20 wrapuptime=0 maxlen=0 context = queue-out periodic-announce=cont_holding periodic-announce-frequency=15 ;announce-frequency=15 ;announce-holdtime=yes member => SIP/2001 member => SIP/2002 member => SIP/1004 extensions.conf [queue-out] exten => s,1,Voicemail(u${vmbox}) exten => s,2,Hangup [macro-coqueue-vm] ; Call One Queue - Goto to voicemail after 30 secs ; ${ARG1} - Queue Name ; ${ARG2} - Voicemail exten => s,1,Set(CALLERID(name)=${ARG1}-${CALLERID(name)}) ;Set Caller ID exten => s,n,Set(vmbox=${ARG2}) exten => s,n,Queue(custserv|tT|||120) exten...
2009 Dec 07
1
Automon -> Voicemail
Hi all, What's the best method to send automon call recordings (*1) to the voicemail box of the Asterisk user? Do you have to trap hangups, etc, or is there some global variable that can be set? Thanks! S.
2005 Jan 26
4
No ringback on IAX channel after selecting menu option
...g] exten => s,1,LookupCIDName exten => s,2,DigitTimeout(2) exten => s,3,ResponseTimeout(10) exten => s,4,Wait(1) exten => s,5,Background(custom/ivr-incoming) exten => 1,1,Background(pls-wait-connect-call) exten => 1,2,Dial(${RINGPHONENUMBERS},20,r) exten => 1,3,Voicemail,u${VMBOX} exten => 1,4,Hangup Running * 1.0.5. The calling party hears the please wait while I connect your call, but does not hear any ringing. I tried inserting exten => 1,1,Ringing but that does not work either. The same call flow from the pstn DOES generate ringback: [fromPSTN] exten => s,1,...
2009 Jul 24
6
dialplan tips
...101,n,Hangup() exten => 101,104,Playback(busy) exten => 101,n,Wait(3) exten => 101,n,VoiceMail(101 at default,b) exten => 101,n,Playback(vm-goodbye) exten => 101,n,Hangup() 2) about asterisk voicemail maximum message limit, is it possible to send a notification mail to an user if his vmbox is full ? How can i do that if it's possible. In advance, Thank. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090724/e34e133e/attachment.htm
2003 Nov 20
1
Can I soft-link a voicemailbox?
Hi there, see subject. I'd like to be able to use the vmbox prompt of VoiceMailMain2 and use 1234 and 4321 to point to the same mailbox. Will it be sufficient to create a soft link for 4321 --> 1234 in /var/spool/asterisk/default or will I get myself into horrible trouble? Background: I like to be able to map certain functions ("boss", &q...
2004 Sep 26
1
voicemail /w asterisk - voicemail() problems
...ks ok, except voicemail() calls fail with Sep 26 18:09:34 WARNING[157070336]: app_voicemail.c:1517 leave_voicemail: No entry in voicemail config file for '' all my users are in 'sip' voicemail context, but adding context to it: voicemail(@sip) doesn't help.. while if I put a vmbox # to it, it works that way: voicemail(1010@sip). here is my voicemail.conf: -------------------------- [general] format=wav|gsm serveremail=asterisk attach=yes maxmessage=180 maxgreet=60 skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 dbname = asteriskcdrdb ; Name of database...
2007 Jan 16
3
Realtime Voicemail Password Change Not Working
Hi All, I'm using asterisk 1.2.9.1 and mysql 3.23, asterisk add-ons 1.2.3. All seems to work normally with realtime voicemail, reads vmbox parameters from the db fine. When I try to change the password, asterisk operates normally, "enter new password" ok, "re-enter new password" ok, "password has been changed" There are no entries in the mysql.log setting the new password in the database. How can I iso...
2004 Oct 08
2
Bypass VoiceMail Mailbox prompt
...; I would like to be able to pass the mailbox number allowing each phone to go in directly but I'd rather tno have a bunch of different extensions with the mailbox number hard coded: exten => 8500,1,Wait(1) ; voicemail exten => 8500,2,VoicemailMain(${VMBOX}) ; exten => 8500,3,Hangup ; The hitch is, I'm not sure how to identify the voicemail box associated with the channel. Is there an way to get the current channel's "mailbox=" value from the iax|sip|zapata.conf files as a variable for use in the...
2006 Nov 14
6
unable to get channel lock BAD BAD BAD
...($["${CALLERID(name):0:${LEN(${RGPREFIX})}}" != "${RGPREFIX}"]?4:3) [pbx_config] 2. Set(VMGAIN=${IF($["foo${VM_GAIN}"!="foo"]?"g(${VM_GAIN})":"")}) [pbx_config] 'docfu' => 1. Set(RTCFU=${IF($["${VMBOX}"!="novm"]?${RINGTIMER}:"")}) [pbx_config] 6. Set(RT=${IF($[$["${VMBOX}"!="novm"] | $["foo${CFUEXT}"!="foo"]]?${RINGTIMER}:"")}) [pbx_config] 10. GosubIf($[$["${DIALSTATUS}"=...
2005 Feb 27
0
Interface * with ATA from ATA FXS port? (Here I go again)
.../pls-wait' (language 'en') -- Hungup 'Zap/1-1' Here is my incoming extensions.conf dialplan: [globals] FWDNUMBER=223611 ; your calling number FWDCIDNAME="Robert Webb"; your caller id FWDPASSWORD=password ; your password FWDRINGS=IAX2/rwebb ; the phone to ring FWDVMBOX=2002 ; the VM box for this user ANALOGPHONE=zap/2 OFFICEPHONE=SIP/2002 LAPTOPPHONE=IAX2/rwebb VMBOX=2000 PSTNOUT=zap/5 [fromPSTN] exten => s,1,LookupBlacklist exten => s,2,DigitTimeout(3) exten => s,3,ResponseTimeout(5) exten => s,4,Wait(1) exten => s,5,Background(custom/pls-wai...
2009 Oct 08
4
Dialplan problem
...,2", "Using CallerID "" <>") in new stack -- Executing [s at macro-exten-vm:2] Set("Local/3005 at default-6cc4,2", "RingGroupMethod=none") in new stack -- Executing [s at macro-exten-vm:3] Set("Local/3005 at default-6cc4,2", "VMBOX=novm") in new stack -- Executing [s at macro-exten-vm:4] Set("Local/3005 at default-6cc4,2", "EXTTOCALL=3005") in new stack -- Executing [s at macro-exten-vm:5] Set("Local/3005 at default-6cc4,2", "CFUEXT=") in new stack -- Executing [s at ma...
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and can only find call waiting pstn phones butnot for sip. Is their a way of setting this up within the dailplan?
2006 Jun 09
2
No CID on ZAP
...uot;) in new stack -- Goto (macro-user-callerid,s,9) -- Executing NoOp("Zap/1-1", "Using CallerID "" <>") in new stack -- Executing Set("Zap/1-1", "FROMCONTEXT=exten-vm") in new stack -- Executing Set("Zap/1-1", "VMBOX=200") in new stack -- Executing Set("Zap/1-1", "EXTTOCALL=200") in new stack -- Executing Set("Zap/1-1", "CFUEXT=") in new stack -- Executing Set("Zap/1-1", "RT=25") in new stack -- Executing Macro("Zap/1-1&qu...
2005 Jul 26
2
Stumped on vMail problem, any ideas?
...${VM_PREFIX}200,1,Macro(vm,200) exten => 201,1,Macro(exten-vm,201@default,201) exten => ${VM_PREFIX}201,1,Macro(vm,201) Looking under my AAH extensions.conf I see the following marcro's: ; Ring an extension, if the extension is busy or there is no answer send it ; to voicemail ; ARGS: $VMBOX, $EXT [macro-exten-vm] exten => s,1,Setvar(FROMCONTEXT=exten-vm) exten => s,2,Macro(record-enable,${ARG2},IN) exten => s,3,Macro(dial,${RINGTIMER},${DIAL_OPTIONS},${ARG2}) exten => s,4,GotoIf($[${CHANNEL:0:5} = Local]?s-${DIALSTATUS},1) ; if the channel is Local, then do not go to voice...
2008 Apr 28
4
Dell 1950
I am thinking of going with a Dell PowerEdge 1950 ||| for a new CentOS/Asterisk set up. It will have dual 2.33GHz processors, 16GB memory, two 500GB hard drives (presumably mirrored). I also plan to get a Digium TE220B to go with it. (a non-dell server is not an option, but I am wondering if there is a better one to consider) The system will be a voice mail repository for 4-6,000 students.
2007 Jun 08
1
call problem...
...o (macro-user-callerid,s,21) -- Executing NoOp("SIP/4000-163c", "Using CallerID "outro2" <4000>") in new stack -- Executing Set("SIP/4000-163c", "FROMCONTEXT=exten-vm") in new stack -- Executing Set("SIP/4000-163c", "VMBOX=novm") in new stack -- Executing Set("SIP/4000-163c", "EXTTOCALL=2000") in new stack -- Executing Set("SIP/4000-163c", "CFUEXT=") in new stack -- Executing Set("SIP/4000-163c", "CFBEXT=") in new stack -- Executing Set(...