similar to: calling an extension after a voicemail is left

Displaying 20 results from an estimated 9000 matches similar to: "calling an extension after a voicemail is left"

2005 Jan 08
4
Best gateway to use for *?
Hi All I am working on setting up a * system to replace our current voicemail box. I may also end up using it for a few Voip calls. Anyway, I have heard some people complaining about the new Digium Fxo cards and having problems with them. I do not yet have the computer so if certain issues are caused by other hardware I could work around them. Does anyone trust these cards enough to use them?
2004 Apr 30
1
Is g.711 supported for transcoding in *?
Okay this may be a very noobie question, but I've looked around the WIKI and haven't found anything about this. I was looking at some VO-IP phones, an they list one of the codecs as g.711, this isn't listed on the * page I was looking at, is this also known as another name, or is it not supported by *? Thanks Joel Duffield Near North Business Machines www.NearNorthBusiness.com
2005 Mar 24
1
Error cannot record voicemail
I tried to share my spool directory so I could get monitored calls, and now this error comes up when I try to leave a message in any of my voicemail boxes. Mar 24 12:48:35 WARNING[344081]: app_voicemail.c:1488 leave_voicemail: Error opening text file for o utput -- Recording the message Mar 24 12:48:35 WARNING[344081]: file.c:906 ast_writefile: Unable to open file /var/spool/asterisk/v
2004 May 03
1
dialing a remote phone system and then entering an extension
I am trying to get a way to have * forward calls that are dialed to an extension, to end up at an extension on my old analog phone system. I will have 7 lines coming into * using the new Digium cards via PSTN, and then lines coming from * into the PSTN lines on the analog system. So that if for example someone dials extension 110: The system will call the analog system, the system will assume
2005 Jun 02
5
2 incoming lines and Asterisk@home...
Hi all, Is it possible to use 2 incoming fxo lines (one is for my company the other for the family) with Asterisk@home? Best regards, Francois Random Thought: --------------- Errors like straws upon the surface flow: Who would search for pearls must dive below. - John Dryden, 1631 - 1700
2004 Apr 22
2
Interfacing with an existing phone system
We want to use asterisk to extend our current phone system. It is a regular plain old system. Has anyone done this before? We would be adding about 4 SIP (probably Cisco) phones to use with asterisk. What kind of card will I need to use for this, FXS or FXO. Also does anyone have any ideas what the best way to go about this is, should I just forward existing lines to specific phones (just to save
2006 Nov 14
1
Debugging Onyx install
Hi all, I have a helpdesk ticketing system app called Onyx that the company requires me to use. It doesn't install, and isn't listed in AppDB. If I run the installer with "WINEDEBUG=+loaddll,warn+all" I get this error: fixme:odbc:SQLConfigDriver ((nil) 1 "SQL Server" (null) 0x7e4ad4fc 300 0x7e4ad4fa) trace:loaddll:free_modref Unloaded module L"c:
1998 Aug 12
0
Re: IP Filters and Masq: precisions
-----BEGIN PGP SIGNED MESSAGE----- On Fri, 07 Aug 1998 11:17:31 -0400, Mailing Lists wrote: >for a hacker to directly connect to one of my protected computers from the >outside. Can a java or activeX applet do the thrick? Or if a computer >from the inside initiate a connexion to some.evil.org, can this host piggy >backs the link and access the computer from which the connection was
2013 Mar 11
2
[Bug 62190] New: Invalid ROM contents on PowerMAC G5 11, 2 with GeForce 6600 LE
https://bugs.freedesktop.org/show_bug.cgi?id=62190 Priority: medium Bug ID: 62190 Assignee: nouveau at lists.freedesktop.org Summary: Invalid ROM contents on PowerMAC G5 11,2 with GeForce 6600 LE QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All)
1998 Mar 12
0
Re: Re: Re: Towards a solution of tmp-file problems
> >For example (and this is only an example), a private namespace may be >assigned for each user at login time (at the level of the login shell). >Thus, the user''s "ls" commands see files in whatever directory the >private namespace is rooted, and for all intents and purposes it appears >to be an ordinary filesystem. Yet no other users can see this. User runs
2005 Oct 11
0
SV: sriptaculous - Size of files.
Unfortunately (some versions of?) IE has a bug that truncates the cached .js file when you use compression. ________________________________ Fra: rails-spinoffs-bounces@lists.rubyonrails.org p? vegne af Troy Hakala Sendt: ti 11-10-2005 00:52 Til: rails-spinoffs@lists.rubyonrails.org Em <javascript:closePostit()> ne: Re: [Rails-spinoffs] sriptaculous - Size of files. you should be
2006 Jan 16
2
Behaviour.js and prototype Event.pointerX
is there a way to take advantage of prototypes Event.pointerX when using Behaviour to manage my events? somthing like.. var myrules = { ''body'' : function(el){ el.onclick = function(){ alert(Event.pointerX(e)); } } }; thanks ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http://
2006 Jan 20
2
Effect.moveTo??
I cant seem to find an effect to move an element to a given XY position new Effect.Move(''elid'',{x:10, y:10}); Will move the element 10px down and 10px to the right, but I want to move my element to 10px from the top left corner of the page. I know I could find the current position, and do the math to find out how far to move it, but is there already a built in function in
2005 Oct 10
2
Scriptaculous - chaining effects.
I have an element where I do a BlindDown on mouse over and a BlindUp on mouse out... The problem I am seeing is if I take my mouse off befor the first blind down is all the way down, the blind flickers and it is competing at lowering and raising the blind simultaneously. I assume (hoping) there is some way to ether : 1) Have blind up wait till blind down is finished befor going back up
2005 Sep 20
5
scriptaculous setting options - Speed
How do you set the options for an effect, I have multiple effects on a page, some are small boxes but others are larger, I want to be able to set the speed of each effect individually. so the question is how do I have 2 effect.BlindUp objects on one page with different speeds? Thanks. ______________________________________________________________________ Alex Duffield . Principal .
2005 Oct 11
2
Effect.BlindDown height clipping bug
There seems to be a bug with the queueing of the BlindDown effect. I have built a test page that highlights the problem here. http://dev.lunny.com/test/blindclipping.php When using queueing with a BlindUP/BlindDown combination, the BlindDown gets its height of the final state from the current height of the element when the effect is called. This causes the finish height of the blind down
2006 Jan 18
1
Dragable without the fade
How do I disable the fade or ghosting effect on my dragable?? I want it 100% opacity on drag. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list
2006 Jan 20
2
FireFox JavaScript Console
The new version of Firefox displays a bunch of CSS errors for things that I am forced to use to make IE Windows work... Does any one know a way to get the Javascript Console to only show actual Javascript errors, disabling the CSS errors??? Oh ya, im on OSX. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions .
2005 Oct 04
1
using events...
Hey there, I am not all that familiar with using events so I was hoping someone on this list would be willing to enlighten me, a bit.. I have set up an observer on a div called "scalebar", that seems to work well. Event.observe(''scalebar'', ''click'', function(){ alert (''clicked me at'') }); What I want to do is get the
2005 Oct 10
2
sriptaculous - Size of files.
Is there any way to compress the js files?? Using Scriptaculous adds 124k to my page, plus another 40k for prototype.. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: