similar to: Some problems after an Asterisk update

Displaying 20 results from an estimated 1300 matches similar to: "Some problems after an Asterisk update"

2003 Nov 05
1
Error in app_voicemail2.so after CVS update
Hi all, I have done some minutes ago a full CVS update, like that: cvs checkout zaptel zapata libpri asterisk cd zaptel make clean ; make install cd ../zapata make clean ; make install cd ../libpri make clean ; make install cd ../asterisk make clean ; make install When I try to start astersik with asterisk -vvvvvvc I get the following error and the program stops:
2004 Sep 23
1
running 1.0 on macosx
Hi, compiled 1.0 on macosx latest (10.3.5). compiled fine. when running, complains about voicemail2 module. Any hints? Marc. == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing '/etc/asterisk/extconfig.conf': Found Asterisk CVS-HEAD-09/23/04-09:20:48, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com>
2005 Sep 22
1
SayUnixTime in CVS?
Can anyone tell me what I missed? I'm trying to setup a simple extension (400) that reports the time when it is dialed. I searched the threads and it seems like this should work... Here's what's in my extensions.conf: exten => 400,1,Answer() exten => 400,n,Wait,1 exten => 400,n,SayUnixTime(,EST5EDT,) exten => 400,n,Playback(tt-weasels) [BTW, tt-weasels is hillarious!
2003 Aug 18
3
Voicemail2 vs. Voicemail
Does anybody have any reason why I should *not* permenantly replace app_voicemail with app_voicemail2? If so, speak now or forever cvs update -D "8/18/2003". Mark
2004 Apr 27
2
Getting started woes and an archive question
Hi All, I am a newbie and having some trouble getting Asterisk to work. I have checked out zapata zaptel libpri and asterisk (both v1-0_stable and regular--in separate directories). All built according to the documentation I have found and installed correctly. I have modified/created zaptel.conf zapata.conf as attached. I get the following messages/error during asterisk startup. ==
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
Hello, Information: gcc -v: gcc version 4.3.3 (Debian 4.3.3-3) os: Debian/Testing Pulled latest release from asterisk site, compiled, installed it. I have a barebones configuration: $ ls -l asterisk extensions.conf modules.conf sip.conf users.conf voicemail.conf You can see them here: http://home.comcast.net/~jpiszcz/20090418/extensions.conf
2003 Jun 08
1
anyone seen this error when running asterisk!
Hi all - I'm making gradual progress implementing asterisk on my box! Now, when I type asterisk it dies at this point. Does anyone have any idea why this is happening! It have checked everything but running out of options! [app_voicemail2.so] => (Comedian Mail (Voicemail System)) == Parsing '/etc/asterisk/voicemail.conf': Found == Registered application 'VoiceMail2'
2003 Jun 12
2
Segmentation fault on "reload"
Whenever I issue the reload command, asterisk crashes. Below is the output I get from (gdb) bt Any help is appreciated. *************************************************************** *CLI> reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or
2003 Jun 15
3
Voicemail and DISA fixes
I've commited changes to Voicemail2: * Handle properly when being left a message while checking VM -- this should fix the "saving to your inbox" issue too, at least in principle. And to DISA: * Properly handle extensions with multiple matches and "dots" Please let me know on or off list about any feedback you have regarding these changes. Mark
2013 Sep 14
1
Asterisk-1.8.23.1 mysql cdr
Hi list, I am using Asterisk1.6.2 form a long time and upgarding to Asterisk-1.8.23.1. I am using mysql backend for cdr. in asterisk-1.6.2 i have usegmtime=yes and it works as expected insert cdr date in GMT0. now i tested Asterisk-1.8.23.1 and asterisk-11.5 with same results no matter what i configure in cdr_mysql.conf "timezone=UTC usegmtime=yes" cdr always inserted in local time. I
2003 May 10
19
Voicemail2
Asterisk Users: I've been working hard on app_voicemail2 which is an enhanced scalability version of app_voicemail. Specifically, its features are: * Highly improved internal architecture (maybe someone else can actually code on it) * Foot print for getting mailboxes from DB (for Vonage) * Segmentable mailboxes, allowing you to truly multihost voicemail for multiple companies
2003 Sep 03
8
Asterisk Jitters
Hi, Every time I dial into my asterisk box i hear nothing but asterisk jittering. The following is an example of what I get on the asterisk CLI Thanks *CLI> DEBUG[81926]: File chan_sip.c, Line 3826 (check_user): Setting NAT on RTP to 0 DEBUG[81926]: File chan_sip.c, Line 4807 (handle_request): Check for res DEBUG[81926]: File chan_sip.c, Line 952 (find_user): Call from user
2003 Jun 13
1
Segmentation Fault ... Big problems
I am still getting a segmentation fault when I try to reload asterisk Here is the output: Asterisk Ready. *CLI> reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or directory) == RTP Allocating from port range 5000 -> 31000 -- Reloading module
2003 Jul 23
5
Asterisk as a stand alone voice mail server
I'm sure asterisk would make a great stand alone voice mail server. Basically I want to get rid of our voice mail system and replace it with *, but the problem is we use a cisco cluster with skinny clients. So I was thinking the way to contact a * server, would be through our 3640. But so far any attempt has failed. I am wondering if anyone has done something similar. Just want to verify the
2003 Jun 06
0
sendmail invocation in voicemail and voicemail2 applications
The voicemail and voicemail2 applications both invoke sendmail as /usr/sbin/sendmail -t. However sendmail is invoked using popen(3), the input being terminated when the pipe is closed and not when a . is entered on a new line. While it looks like the code at the moment can't generate a single line with a '.', it might be prudent to apply the following patch which tells sendmail to
2004 Jun 11
3
Simplified Voicemail app / keeping peace with cohabitants
Hello, I have modified the VoiceMailMain application to satisfy the request of the "local users", i.e., my wife. She lost patience with too many options (we have one mailbox, so we don't need to forward messages, or reply to messages, or file them in 6 different folders...) So the modified app says "Message 1", reads the message, "Message 2", reads...
2004 Dec 30
0
New Diax version 0.9.9f
Hi all, Diax version 0.9.9f is ready to be tested by the interested people. You can download it for the moment from the following location only: http://www.geocities.com/tdanro/diax/diax099f.zip Please do not use older config files with 0.9.9f !!! You have some command line options now for diax.exe: /d - start with debug mode enabled /u - start with ATCOM USB phone support enabled
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.
2003 Aug 29
0
voicemail.conf emailbody fromaddress
Greetings, We are trying to set the "emailbody" and "fromaddress" parameters in the voicemail.conf file. However, they don't seem to be working - the system default values are still appearing in the email message. I noticed that the support for these parameters is built into app_voicemail2.c. Is there any special steps necessary to get this to work? Thanks, Mark
2003 Oct 14
1
VoiceMail2 warning
Hi all: This is a warning that appears when * loads. WARNING[1074494336]: File app_voicemail2.c, Line 2889 (load_module): SQL init VoiceMail2 tries to bring up VM SQL service? Regards, Gus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031014/3bad51d0/attachment.htm