Displaying 20 results from an estimated 29 matches for "burd".
Did you mean:
bard
2005 Jul 02
1
Is it possible to setup group voicemail in Asterisk?
Hello there,
I'm a new Asterisk user and I wonder if it is possible to associate a
voicemail box with a group of users, i.e., a single recorded message is
sent to everyone in that group. If so, where can I find more
information about that?
Thanks in advance,
Leo Burd
2005 Jul 02
0
Is it possible to setup group voicemail inAsterisk?
...il-addresses in this
group.
this is not an asterisk issue, you should take a look at the manual of
your
email system on how to create groups.
regards,
roland
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Leo Burd
Sent: Saturday, July 02, 2005 7:04 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Is it possible to setup group voicemail
inAsterisk?
Hello there,
I'm a new Asterisk user and I wonder if it is possible to associate a
voicemail box with a group of users, i.e., a single recor...
2006 Mar 30
1
Using Voicemail with MP3 files...
...on a webpage.
Since Flash only handles MP3 files, I wonder if it is possible to configure
asterisk voicemail in such a way that it would record and play MP3 files...
Would anyone give me suggestions on how to do this? Is format_mp3 stable
enough for something like this?
Thanks in advance,
Leo Burd
2005 Aug 08
2
URGENT: Problems with PHP AGI...
Hello everyone,
I'm having all sorts of problems with my PHP AGI scripts... Basically,
my scripts run fine from the command line and don't do anything well
called from Asterisk. Here are my questions:
a) Does Asterisk require PHP CLI or CGI? From the command line, my
script seems to work fine with PHP 4.3.11 (cli) but not with PHP 4.3.9 (cgi)
b) How to debug my script? According
2010 Apr 13
2
Possible AGI bug?
Hello all,
I wonder if somebody could provide me with some advice on how to track
what looks like a bug to me:
I've got a PHP AGI script that is called whenever I dial into the system
and also whenever I issue a specific Originate() request via AMI.
The script works fine when I dial in. However, when I run it via
Originate(), it sometimes does not play anything, sometimes plays part
2005 Jul 05
4
How to prevent log files from eating my hard drive?
Hello there,
Somehow, Asterisk log files are consuming all the space that I have in
my hard disk... They've already eaten 14GB and are still hungry!! What
shall I do? I'm not even logging anything in verbose mode!!
Help really appreciated!!
Best,
Leo
2010 Feb 08
2
How to run a remote PHP script and still have access to audio stream?
Hello there,
I'm trying to figure out how to run a PHP script on a remote machine and
still have access to the audio stream associated with the call.
Ideally, I'd love to play/record audio files directly from/to the remote
server without having to copy them back and forth to the Asterisk
server. What is the best way to do this?
Is it possible to combine EAGI with FastAGI in PHP?
2006 Jun 28
1
Where is this documented?
If I create a controller, and put only one line in it
def do_it
render :text => "Hello"
end
in it, then rails doesn''t display the view do_it.rhtml.
I''m looking for the general rule behind this behavior (including any details that I may not be aware of). Where is such behavior documented?
2005 Jul 03
2
Questions about real-time voicemail, foreign languages and voicemail folders...
Hello there,
I'm trying to configure my voicemail system and I have a couple of
questions:
* Is real-time voicemail already working? If so, where is it that I
should specify the database name, user and password? Where can I get
more information about the different options that exist and the
different files that need to be changed?
* Is it possible to setup the voicemail interface to
2005 Jul 03
1
How to keep track of who is doing what?
Hello everyone,
I'm a new Asterisk user and I wonder what people usually do to keep
track of who is doing what in the system. For instance, I would like to
keep track of who is calling certain contexts/extensions and when that
happens. I'm also interested in logging customized status messages to a
text file. Suggestions would be extremely welcome!!
Best,
Leo
2005 Jul 19
1
NoOp does not seem to be printing messages on the console...
Hello everyone,
I'm trying to send debugging messages to the console. However, although
my system seems to be working fine, it does not seem to be printing the
NoOp messages on the console... Are there any flags that prevent that
to happen?
BTW, how to log specific debug messages to a log file? Any suggestions?
Thanks for your help,
Leo
2005 Aug 01
1
How to install PHPAGI?
Hello everyone,
Where can I find instructions on how to install PHPAGI?
BTW, what's the difference between PHPAGI and PHPAGI2? Are they
different products? It's hard to tell from voip-info.org...
Best,
Leo
2005 Aug 05
1
Is there a right place for a include_once statement in a PHP AGI script?
Hello there,
I'm new to PHP AGIs and I'm having problems with a particular script
that has a "include_once" statement on it. If I remove that stament,
the script runs until the section of the code that depends on the
include and then returns. If I include that statement, the script does
not seem to run at all. What shall I do?
Thanks in advance,
Leo
2005 Aug 08
1
Found solution to my PHP AGI Script problem...
Dear Moises Silva, Chris Thompson and others,
I've finally managed to find the problem with my PHP AGI script!
Apparently, my machine has 2 versions of PHP installed. One for CGI and
the other for CLI. Without knowing, to hand test my script I was
calling the CLI version (/usr/local/bin/php), whereas Asterisk was
calling the CGI version (/usr/bin/php). It turns out that my script
2005 Sep 04
1
Problem with Asterisk app command Read...
Hello everyone,
I'm writing a macro to use the telephone keyboard as a means for users
to type in text. For some weird reason, I'm having problems with
Asterisk command Read ... If I dial "0", the asterisk debugger prints
"User entered nothing." If I dial "OO", asterisk recognizes both
digits... Does anyone know what is going on?
Thanks in advance,
Leo
2006 Apr 19
2
What's the best way to combine multiple VOIP lines into a single number?
Hello there,
I'm new to Asterisk and I'm wonder what's the best way to combine multiple
VOIP lines into a single phone number...
I currently have 4 incoming VOIP lines, each one with a different number.
Ideally, I would love to provide my customers with a single number for all
those lines. Is that possible? If so, would anyone give me directions or
send me a dialplan example
2010 Mar 21
1
How to get Asterisk to make batch calls?
Hello there,
I'm currently building a PHP-based software to help users make batch
calls. Basically, users provide a script and list of phone numbers.
The system calls those numbers and plays the script to whoever picks up
the phone.
Currently, the system does one call at a time via direct access to the
Asterisk Manager Interface, but does not seem to be very efficient.
Ideally,
2010 Mar 21
1
Asterisk Manager Interface (AMI) proxy recommendation
Hello there,
I'm new to Asterisk and I'm trying to figure out a way to make the
Asterisk Manager Interface (AMI) accessible to multiple users at the
same time. Would anyone recommend an AMI proxy that could be accessed
from PHP code?
Thanks in advance,
Leo
2015 Feb 05
0
Another Fedora decision
...ctly?
Look, I am neither for nor against setting arbitrary standards for
user-passwords. In fact, his is what I do to generate system
passwords:
cat /proc/sys/kernel/random/entropy_avail
3459
openssl enc -base64 <<< $(head -c 32 /dev/random) | \
sed 's/\(....\)/\1:/g; s/.$//'
BuRd:f8qU:yY8M:pbtO:uDlw:D53k:whW+:eJtC:z8Tc:4zlo:hiIK
and discard the ':' which I provide simply to make it easier for me to
read and type the damn things (once).
My belief is that trust in such passwords is totally misplaced.
However, if such things makes you feel comfortable (like avoiding...
2005 Jun 29
1
Problems connecting to and from my Asterisk server :(
Hello there,
I'm a new Asterisk user and I'm having difficulties to connect to and
from my Asterisk server. Can anybody give me a hand?
Here's some background information:
* I'm running RedHat Linux Enterprise 4.0
* When iptables is stopped, my server can register with IAX service
providers and receive registrations from IAX softphones. However, it
does not succeed in