similar to: running 1.0 on macosx

Displaying 20 results from an estimated 1100 matches similar to: "running 1.0 on macosx"

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 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 Oct 25
1
Voicemail.conf in MySQL is not functioning
Voicemail.conf in MySQL is not functioning where I get the following error from Asterisk messages log file: CLI debug output is as follows: Executing VoiceMailMain2("SIP/2205-3df0", "") in new stack -- Playing 'vm-login' -- Playing 'vm-password' -- Incorrect password '1234' for user '0' (context = <any>) -- Playing
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
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 Oct 31
1
Some problems after an Asterisk update
Hi, Yesterday evening I have done a full update of Asterisk on a test system. The version is CVS-08/25/03-15:55:51 After this operation I get some big problems: - the Voicemail2 application does not work anymore. I must disable it in modules.conf file in order to be able to start * without crashing. The following settings: noload => app_voicemail2.so noload => app_sayunixtime.so If
2003 Aug 07
1
MWI bug ?
Hi Lee, You need to specify the VM context that you are using.. so using your examples.. extensions.conf entry.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000) exten => 1000,102,Voicemail2(b1000) exten => 1000,103,Hangup should be.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000@sip) exten => 1000,102,Voicemail2(b1000@sip) exten
2003 Sep 18
4
New message 0 in mailbox 7606
Hello, I recently started playing with voicemail2. I'm having two minor problems that I can't seem to find discussed in the archives. 1) New message 0 in mailbox 7606. New voice mail message count seems to start with 0 for the first new message instead of 1. Any tricks to fix this? 2) When listening to messages with VoicemailMain2, the time stamp is in GMT and not corrected for the
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:
2003 Jul 16
4
voicemail instructions
Hi, I've been playing with Voicemail and Voicemail2 a bit for my users, and there are a few things I'm wondering about: - We can specify parameters to the mailbox (s, b or u) to select which prompts to play. However, if we specify 'b' or 'u' it plays that (customisable) message, but it also plays the voicemail instructions. For the dutch, it is customary that a user
2003 Oct 27
3
passing digits for voicemail from sip gateway
I am seeing strange behavior that I don't understand. Voicemail2 and voicemailmain2 work fine if I call from a sip phone directly connected to *, but if I call either of them from an analog line on the other side of a sip gateway, voicemail seems to ignore digits. If I am recording a message and press #, nothing happens except that it records the tone onto the message and I can't specify
2003 Sep 22
1
Voicemailmain2 user docs?
Has anyone browsed through the source code and made a list of menu option for VoiceMailMain2? Or know of some user documentation hiding in Internet land some place? If not there well be soon. Ho hum.
2003 Sep 25
2
VoiceMailMain skipping extension and password prompting
I would like to access VoiceMailMain2 skipping extension and password prompting if calling from a resource that has a mailbox defined. What variables can I use to retrieve the calling channel & calling extension (if it exists)? Here is what I'm trying to accomplish (of course ${CallingResourse.MailBox} is not a real way to retrieve this info)... exten =>
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
2003 Nov 06
2
Voicemail2 vs Voicemail
>> Wouldn't that break everybody's dialplans where they would have to >> replace all occurrences of Voicemail2 with Voicemail and all >> occurrences of Voicemailmain2 with Voicemailmain? > > No, we would register with both names. Is it necessary (with reasonably current cvs) to make any changes in the *.conf files to use Voicemail2, or is that happening
2003 Sep 16
8
Hangups after voicemail
Hi, Try as I might, I can't get hangups detected on a Zap channel with loop start lines. So, after someone leaves a voicemail and then hangs up, Asterisk doesn't know it, exits VoicemailMain2, and loops back to the corporate greeting, tying up the line even though the outside caller has hung up. Therefore, I've added the following hideous hack - er, code - to voicemail2.c. It
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off? Thanks Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk
2003 Nov 11
3
dialing 8 in VM2 causes channel lockup?
Hi guys, I'm running Asterisk-0.5.0 and accidentally stumbled on this problem while in the VoicemailMain2 application: If you login to it, or even if you call it w/ 's<extension>' to skip the login and press an '8' near the beginning (and possibly at any point, I'm not sure), the channel seems to lockup, even if the handset is hungup, the channel remains frozen
2003 Jul 03
3
Using switch =>
hello, I have a test setup with 2 asterisk servers, each having a one snom 100 via sip using it. I`m experimenting on how trunking between them would work. I have them setup for RSA authentication which I plan to use in the future. So I`ve setup the keys and servers seem authenticate to each other. One is named phila and other hurricane. Here is what I see on phila: -- Registered
2003 Jul 26
0
app_voicemail2 became a bit silent, lately...
Hi, after cvs upgrading my * installation yesterday, the prompts in both VoiceMail2 and VoiceMailMain2 have become silent. All I get is the initial "blip" followed by the Voice taking breath and being cut off before she has a chance to say "Comedian Mail". All other prompts (ie the Playback application) seem to work fine. I can still login to VoiceMailMain2, however, each