similar to: HAL daemon

Displaying 20 results from an estimated 7000 matches similar to: "HAL daemon"

2009 Jul 20
0
No subject
mailboxes). Are you certain that removing either 612 or 610 mailbox would keep Asterisk from complaining ? > > However, the MWI does not indicate voice mails for 610 and I keep seeing > this error message: > > ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox > 610 in context a10 > > However, mailbox 610 is clearly defined in voicemail.conf: >
2005 Nov 05
4
Module error in mkinitrd
We are happily running xen on a server which uses a SATA driver (thank you all you xenists for producing such a great product). However, we are creating a custom kernel for a domU. When we attempt to run mkinitrd we get: No module ata_piix found for kernel 2.6.11.12-xenUIPSec, aborting. This is the SATA driver. In the past (xen 2.0.5), we simply ran make ARCH=xen menuconfig and told it to
2009 Sep 14
1
The "o" dial option
Hello, all. I see there is an "o" option for the Dial() command which reverts to the previous behavior of using the original callerid throughout the call - I suppose more specifically, using the callerid from leg 1 for leg 2 in B2BUA if I understand it correctly. That seems to be highly desirable behavior; I know we are seeing some problems with call history and call forwarding because
2009 Aug 27
2
Selective canreinvite in multi-tenant environment
Hello, all. In our multi-tenant environment, we would like to be able to use the reinvite media redirection within Asterisk for calls within a tenant but not between tenants. We would like inter-tenant calls to be fully proxied by the Asterisk server. I think the answer is, "we can't," but I thought I'd ask anyway. I'd dearly like to remove the substantial traffic
2009 Jun 21
1
Meetme Talker Optimization
Hello, all. I've been playing with MeetMe and talker optimization seemed like a great idea. I activated it as follows: exten => 201,1,MeetMe(100201,cTo) However, although I can see who is the talker on the CLI pbx01*CLI> meetme list 100201 User #: 01 1001 Denise Dion-Sullivan Channel: SIP/1001-1e1db7c8 (not talking) 00:00:33 User #: 02 1000 John A. Sullivan III
2009 Aug 03
2
Upgrading from 1.6.1.1 to 1.6.1.2
Hello, all. After reading the README, UPGRADE.txt, and a quick tour through google, is it safe to assume to upgrade from 1.6.1.1 to 1.6.1.2, one simply compiles and installs over the old installation being careful to NOT install the sample files? Thanks - John -- John A. Sullivan III Open Source Development Corporation +1 207-985-7880 jsullivan at opensourcedevel.com
2009 Jul 24
2
TLS Manager
Hello, all. After many pages of googling and testing in the lab, I'm still a bit perplexed about how to implement tls protection for the asterisk manager. manager.conf allows one to specify the cert file but one normally must also specify the private key file. If I simply enter the cert file: sslenable=yes sslbindport=5038 sslbindaddr=172.x.x.8 sslcert=/etc/pki/tls/certs/pbxc.pem ; path
2009 Oct 15
2
MWI for multiple voice mail boxes
Hello, all. I have a user who needs to monitor their voice mail box and the general delivery voice mail box. I defined them in sip.conf as follows: [tkeeley](a10f) mailbox=612 at a10, 610 at a10 However, the MWI does not indicate voice mails for 610 and I keep seeing this error message: ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox 610 in context a10 However,
2009 Aug 26
1
netfilter conntrack mangling canreinvite?
Hello, all. Since implementing an iptables firewall between the Asterisk PBX and several SIP phones, the Asterisk PBX ability to "reinvite" has been broken even when the phones are on the same network (i.e., no firewall between the phones). We've been beating our heads against the wall thinking it was the complex rule set but it appears the issue is ip_conntrack_sip. Before I drop
2009 Jun 18
2
Incoming SIP and the 's' extension
Hello, all. My apologies up front but I must be brain cramping on something very simple. I've tried to pare down my configuration to the absolute minimum for SIP traffic just to understand how it works. My incoming calls are not finding the "s" extension in my dial-plan. I am assuming SIP calls can do this. I am using Asterisk 1.6.1.1 sip.conf has nothing but: [general]
2009 Jun 27
1
Call Parking timeout fails
Hello, all. I'm having a nasty problem with call parking in Asterisk 1.6.1.1 that smells like a bug. When the call returns, it seems to be returning to a "|" delimited extension and failing. Here is the output from the console: [Jun 26 22:20:42] NOTICE[7168]: chan_sip.c:18160 handle_request_invite: Call from 'tkeeley' to extension '56' rejected because extension
2009 Jun 30
1
MeetMe not prompting for PIN
Hello, all. I must be brain cramping badly on our Asterisk 1.6.1.1 installation. Our MeetMe macros are working fine except they do not prompt for a PIN. So I made a very simple conference room: exten => 7777,1,MeetMe(123456,cMaAsx,123456) Shouldn't this prompt the user who dials 7777 to enter a PIN before entering the conference room whether or not a PIN is defined in meetme.conf? I
2009 Jun 19
2
IMAP voice mail storage
Hello, all. I am attempting to use IMAP voice mail storage in Asterisk 1.6.1.1 on CentOS 5.3 using Zimbra 5.1.6. I will not be using it as it has proved terribly unstable - Asterisk segfaults on every voice mail message although the message is successfully deliver to my email inbox - but I thought I should report it. Here are the errors from the Asterisk console: -- Executing [210 at
2009 Jun 02
4
Realtime LDAP passwords
Hello, all. I'm afraid I've been dropped into the deep end even though I am an Asterisk novice. I've set up a few tiny, tiny systems in the past and have now been asked to pull together Asterisk, FreePBX, Kamailio, RTPProxy, and Fedora Directory Server into a VoIP service. After googling and reading for most of the last 24 hours, I finally have my head around the components and how
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
Hello, everyone. No need to read this message. I'm posting for documentation for other poor, ignorant slobs like me who are struggling to pull together the many technologies to make converged networks happen. Hopefully, this will help save someone else the time I spent. I started the below email until I realized I had solved multiple parts of a compound problem but not all at the same time.
2009 Jul 03
0
Converged mail box sizes
Just a thought as we explore the brave new world of converged voice and emails. Voice mail boxes typically hold a very small number of messages while email folders contain thousands. Do we need to rethink the traditionally small limits on voice mail boxes when storing in IMAP or are the messages counted separately? Thanks - John -- John A. Sullivan III Open Source Development Corporation +1
2009 Jun 17
1
Installing LUA
Hello, all. The little bit of reading I've done on lua makes me eager to give it a try. However, when I try to install it (Asterisk 1.6.1.1 on CentOS 5.3), it is not available in menuselect. I have installed lua and lua-devel. I've seen very little about it in my Internet searches. What else must I do so that it installs? Thanks - John Oh, by the way, I'm having a similar problem
2005 Sep 08
0
Re: Xen on production enviroment
Hi John, And an excellent stab that was. I have two network interfaces. eth0 is a 3Com with a Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet chip, and eth1 is a 3Com 3cSOHO100-TX Hurricane chip. On the gigabit card, I couldn''t test anything, because I could not find out how to disable/enable/check checksum offloading. Using ethtool gives: Operation not supported For the
2009 Jun 22
0
Documenting configuration with Real Time
Hello, all. As we work through our design issues, we are very interested in moving immediately to real time database since we anticipate expanding our system in to a clustered system within a year or two. One of the biggest disadvantages we anticipate is the lack of configuration documentation. In other words, the .conf files are self-documenting. If I want to understand my dialplan, I read
2009 Jun 30
0
Restricting domains with SIP Trunking
Hello, all. We have successfully connected our new Asterisk 1.6.1.1 PBX to Vitelity's network and have been very happy with them thus far. However, we'd like to use domains in our sip.conf to facilitate routing in our multi-tenant environment. We also like to set allowexternaldomains=no for security. However, this breaks our inbound PSTN calling from Vitelity. Is it possible to use