similar to: Outside SIP Caller accessing voivemail

Displaying 20 results from an estimated 10000 matches similar to: "Outside SIP Caller accessing voivemail"

2011 Apr 21
3
missed call notification
Hi, I am looking at http://www.theschmandts.org/blog/?p=28 to setup missed call notification but i am having issue. following is my dialplan [macro-stdexten] exten => s,1,Dial(${ARG2}) exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten => s-NOANSWER,1,Voicemail(${ARG1},u) ; If
2010 May 04
6
Interesting email project.
Hey all. My boss asked me to implement the following When DID 713xxxxxxx is dialed send an email to mmosier at xxx.com. with the time date and CID included in the email. I know how to code some but am looking for the best way to do this. Sorry I might have asked this a couple months back. I forgot. Mmosier Houston Respectfully Michael D Mosier Ftoc Certified -------------- next part
2008 Oct 25
9
Cheapest 4 port FXO
I need to increase reliability at an office as SIP/Internet provider outages are causing some issues. What would be the least expensive analogue card that people are using reliably? Thanks! jlc
2008 Apr 07
7
MS Exchange Replacement
What is the closest open source mail server I can replace exchange with that provides the nearest equivalent in user experience? Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080406/5a469804/attachment-0001.html>
2010 Jul 12
6
Project Management Solutions
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything! Thanks! jlc
2010 Feb 27
5
Python Script Issue
Hey Guys, I am trying to get a python script running but I get the following error: atexit.register(atexit_handler) NameError: global name 'atexit' is not defined A Google search doesn't really help me, except confirm that I don't know anything about python:) Anyone got any ideas? Thanks, jlc
2006 Nov 06
0
help for recording
Hello , I want to enable recording for a few extensions. In sip.conf it is defined as record_out=Always record_in=Always under the section of extension.but it doesn't work. Extensions are defined in the extension_additional.conf file like exten => 10,1,Macro(exten-vm,10,10) exten => 10,hint,SIP/10 exten => ${VM_PREFIX}10,1,Macro(vm,10,DIRECTDIAL) I can't be sure
2009 Dec 22
8
NMS Opinions
A recent post that mentioned Zabbix inspired me to have a look at them again while I was waiting on something as it?s been a while since I looked at them. Currently, I was using Nagios but had to start using Munin to add some functionality I needed and don?t want to continue down this road of supporting umpteen different packages. Between Zabbix, Pandora and HyperIQ, what would anyone familiar
2009 Apr 03
5
OT: Smar Phone/PDA Reco
I need a new pda/smart phone that allows me to do some remote admin. Anyone know of anything that I can run a vpn and cli/ssh with? Thanks! jlc
2008 Jan 25
3
Auth/Security tool at first boot
What is the name of this tool that appears when you reboot from install and allows you to setup your selinux, iptables and auth configuration? Thanks! jlc
2008 Feb 13
6
pvmove speed
Are there any ways to improve/manage the speed of pvmove? Man doesn't show any documented switches for priority scheduling. Iostat shows the system way underutilized even though the lv whose pe's are being migrated is continuously being written (slowly) to. Thanks! jlc
2008 May 21
4
Show IP Traffic on a port
I am trying to determine the root of an issue I am having. How can I watch traffic destined to a specific port on my CentOS 5.1 box to see if its even hitting it? It would be udp traffic. Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080520/d5066957/attachment-0005.html>
2008 Nov 18
2
HPEC performance
Does this make a significant improvement? The box in question I was going to try this with has a 4 port TDM card w/ plenty of horsepower, but I do intend to later migrate to a Soekris unit running Astlinux and therefore might not have the power to run it after. If the difference is significant, I may move to an ITX board so I could use a bigger CPU, but only if the hassle is worthwhile. Any
2008 Dec 05
4
Web Filter
I have a location using a CentOS 5 server that's multihomed running Asterisk and iptables for internal web access. Recently some sales people got busted surfing some explicit content so the owner wants something in there to block this. I had heard of Dans Guardian and am reading about what's involved here but just wanted an opinion on what's the best solution for this. NTLM silent
2008 Jul 05
4
CentOS 5.2 Missing Dependancy
I am trying to install perl-Digest-Perl-MD5 from rf and it is failing suggesting it needs /usr/bin/false. #yum whatprovides "/usr/bin/false" yields nothing. My CentOS 5.1 machines don't have this, and this is the same list of yum install items I always use when setting up assp. Any idea what to do? jlc
2009 Mar 02
3
Dialing with cli
Any way to initiate a call and execute a playback of an audio file from the cli? My only chance to debug or make changes is usually when no one's at the office including me! Thanks! jlc
2009 May 29
5
DR Server for Windows Machines
I need to setup a CentOS box offsite to have a series of files replicated to it. My problem is this machine won't have Samba on it but I need to replicate the hierarchy in question in such a manner that I can restore from it and retain file system permissions. That's where I am stumped, anyone got any ideas? Thanks, jlc
2006 Dec 28
2
Checking voicemail from outside
Hi all, I'm sure this is a stupid question, but is there a way to check your voicemail by calling your extension from the outside? When I call my own extension from outside and hit pound or star, it just stops my greeting and gives me the "beep". I'd like to call my extension and press a key and be prompted for my password. Otherwise the only way I can think to get around
2008 Oct 17
2
Snom M3 firmware Update
I started this at 4pm yesterday, its 10am and the handsets still say they are in progress? Is that normal? Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081017/b2d3489f/attachment.htm
2010 Jan 02
6
mutt execution by daemon
I have a user w/o a shell that runs an app as a daemon that needs to use mutt to email an attachment from a script. During testing when the app was ran as root everything worked:) Now that we obviously are running as a user w/o a shell this little bit broke. I used mutt as I needed to send the attachment as mime, and the ability to specify a muttrc from the cli when executed was useful so we