Displaying 2 results from an estimated 2 matches for "conosl".
Did you mean:
conosle
2007 Mar 01
2
How can I use the "GET VARIABLE variablename" in AGI
...ang to use AGI in asterisk1.4.
AGI file / myperl.agi
#!/usr/bin/perl
use strict;
......
print STDERR "7. Testing GET VARIABLE...";
print "GET VARIABLE EXTEN \"\"\n";
my $result = <STDIN>;
&checkresult($result);
......
when the agi execute; asterisk conosle show that :
AGI Rx << GET VARIABLE EXTEN ""
AGI Tx >> 520-Invalid command syntax. Proper usage follows:
AGI Tx >> Usage: GET VARIABLE <variablename>
Returns 0 if <variablename> is not set. Returns 1 if <variablename>
is set and returns...
2013 Sep 06
0
ALSA Module Sample Rate
All,
I'm trying to setup asterisk to run off of a raspberry pi and use the
alsa module to access the sound card (a usb logitech 270 camera/mic).
Everything appears to be working except the audio quality is very (very)
poor and there is an error from the asterisk conosle:
Loading chan_alsa.so.
== Parsing '/etc/asterisk/alsa.conf': Found
[Sep 6 17:57:29] WARNING[4562]: chan_alsa.c:209 alsa_card_init: *Rate not
correct, requested 8000, got 16000*
== Registered channel type 'Console' (ALSA Console Channel Driver)
chan_alsa.so => (ALSA Conso...