similar to: Asterisk freezes, no manager traffic, console functions

Displaying 20 results from an estimated 3000 matches similar to: "Asterisk freezes, no manager traffic, console functions"

2003 Oct 08
2
pbx_spool and contexts
When I drop my file into the outgoing folder, the call is completed but the 'Context' entry is not respected. Instead, it drops into the default context. It does drop "properly" into the default context and function as would be expected. I looked through the source but didn't see any reason it would be completely ignoring the context. Call file: (where
2003 Jul 03
4
Migration to Asterisk - Running off of Merlin Legend system
We currently have a Merlin Legend system. The voicemail is falling apart (with the transition to a 10 digit timestamp on Sept. 8, 2001, the system locked up and refused to take calls; the official solution is to change the system time back to a year with a matching calendar). We are in the process of preparing the network infrastructure to support a VoIP system with Asterisk, but won't be
2003 Jul 16
1
Vendors for phones
I'm in the process of setting up a test/demonstration system to show that VoIP is realistic and applicable for our needs. We put a 7905 and 7960 on a request for quote that went out the other day (to people like CDW & Microwarehouse). All of the vendors returned thier quotes without including the Cisco phones. So my question: where do you buy your phones? We can't buy direct from
2003 Jul 21
0
7960 / MGCP
I've seen mention of it here and there... does anyone have mgcp working with a 7960? I've gotten the phone to work in "basic phone mode", is that all I'll get, or am I missing something? ___________________________________________________________ Steve Creel screel@turbs.com
2003 Aug 26
0
Forward but wait for acknowledgement
I've been trying to find a way to connect incoming calls to my cell phone when I'm not in the office. I would like to have asterisk call the cell phone (or any other phone for that matter), and provide me the option to connect to the call. I figure I could park the call, use /var/spool/asterisk/outgoing/ to generate a call to the cell phone and put it into a context somewhere. Now
2003 Sep 05
0
Manager / Windows Apps / Line Appearances
It just dawned on me as I was playing with the manager interface - it can't be very difficult at all to write an Win32 app that serves as a "lamp field". Between 'Newchannel', 'Newstate', and 'Hangup' events, all of the information is there. I've heard several requests for line appearances, but mgcp and sccp channels don't currently include support.
2003 Oct 16
0
Directory App - excluding users...
Does anyone have any suggestions for excluding certain users from the directory? Can I just leave the 'Name' field empty in voicemail.conf Certain voicemail boxes shouldn't show up in the directory (company president, etc). I assume this can be handled safely by just leaving out the 'name' in voicemail.conf To go a step further, it would be good to allow them to put the
2004 May 24
1
Re: Asterisk-Users digest, Vol 1 #3883 - 13 msgs
swar sir, can u please unsubscribe me for your list b.regards jihad chalhoub --- asterisk-users-request@lists.digium.com wrote: > Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, > visit > > http://lists.digium.com/mailman/listinfo/asterisk-users > or, via email, send a message
2003 Sep 13
5
Voicemail to a commercial PBX/key phone system
Hello. I've seen some mentions of asterisk possibly being used as an inexpensive voicemail attachment to a commercial PBX etc. Does anyone here, have experience of using it in this fashion ? What commercial systems have been successfully attached too ? How is the attachment made ? Analog, digital ? If anyone has successfully accomplished this, I would like to hear the make and model of
2003 Aug 08
4
Voicemail2 - auto fill the dialing extension?
Hi, First off, a big thanks to Digium (Mark, John, and Martin) for helping sort out a BellSouth config issue on our PRI. T100P working like a champ! Now it's back to tweaking the configuration on our SIP phones (7960s). The message_uri parameter in the phone's configuration file is working great. Dials comedian mail directly. Is there a way to let voicemail2 know what the incoming
2007 Dec 28
0
New voicemail vs. minivm
This system targets a different market... I like Olle's system. He did a good job. Olle's minivm is a great choice for those wishing to build customized voicemail systems, but as the name suggests, the systems are very basic. Large systems are difficult to maintain in the dial plan and some of the functionality we need would be difficult to implement with that approach. Justin -----
2005 Aug 04
1
Merlin Legend
I have a legacy pbx that I know nothing about. The PBX is a merlin legend system (now owned by avaya). I have found information on the list that I can use a 100D T1 card to bridge the PBX to an asterisk system. We are looking to head this route as well as replacing are AUDIX VM system with Asterisk. Has anyone done this that wouldn't mind sharing some of the merlin specific setup?
2007 Dec 27
8
New voicemail app (supports many interfaces, including Audix)
We just completed a new implementation of voicemail for Asterisk. It's much cleaner than Comedian mail and can emulate several voicemail user interfaces, including Audix. It's a great replacement for Audix. All of the sounds/prompts are presently being re-recorded by a professional female voice. If you are interest in the app, let us know at nt_jnewman at yahoo.com. Justin
2005 Aug 05
1
Asterisk (Comedian Mail) and AUDIX
Has anyone been able to successfully integrate the Avaya AUDIX voicemail system with Asterisk? I have been diligently investigating converting our small (Ontario, Canada) office to Asterisk, and ditching our Avaya PBX. However, our head office (New Jersey, USA) maintains our AUDIX system, and a) have no intentions of leaving it and b) some users rely upon AUDIX's ability to transfer
2011 Jan 20
3
Polycom 500 / MWI
All, I'm using Asterisk 1.6 and using Polycom 500's with SIP firmware 2.1.3. I can not seem to get the Message Waiting Indicator to work reliably (and in my opinion correctly) with voicemail. I've got the following in my phone.cfg: <reginfo> <msg msg.bypassInstantMessage="1"> <mwi msg.mwi.1.callBack="*97"
2004 Mar 29
2
Zap channels stuck in 'Rsrvd' state
I have two Adtran 750's connecting our analog phones to asterisk. On occasion, I get a channel that gets "stuck" off hook. 'show channels' shows: Zap/27-1 (longdistance s 1 ) Rsrvd (None) (None) And will just stay like that until the phone is manually picked up and hung up again (or asterisk is stopped/started). I guess this is a function of an unclean hangup (being
2003 Jul 16
1
FXS and PBX Integration
Hi All, I got a doubt about something I want to do with asterisk. I have this office (site a) with only a Panasonic analog PBX and another office (site b) with an Asterisk Box with an ADIT 600 . I want to interconnect both via IAX. Is it possible to put a new asterisk box in site a without the channel bank and put a card (FXS or FXO???) and connect it to the pbx as a CO line ? What
2003 Oct 08
2
Loop counter variable in dialplan?
How can I loop through something x number of times in the dialplan? i.e. if I get an invalid extension I want to re-play the menu, but not forever. Maybe 3 tries or something. I'm pretty sure that I've seen it before, where you can increment a variable and do "Gotos" based on it. But I've searched the Asterisk handbook, searched the user archives, and Googled for it,
2003 Oct 16
2
Cisco 7905G phones
I bought a couple of 7905G phones with a Callmanager license but i found on the site these phones can have a SIP image (which i downloaded) but before i upload the image i want to know if anybody tested them ? Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031016/4c2821af/attachment.htm
2003 Oct 27
2
Anyone got VM2 working with MySQL?
I guess the subject says it all.. :) I am running the CVS from right now.. +- 12:25 GMT MySQL CDR logging is installed and working.. Anyone got any ideas?