Displaying 20 results from an estimated 1000 matches similar to: "After wiki.asterisk.org was upgraded my user no loger exists."
2010 Oct 27
1
Extension notation in default ViciDial installation
Hello List,
A few days ago I installed ViciDial on a server, and while looking to 
the default 'extensions.conf' file, I saw this line:
exten => _010*010*010*015*.,1,Dial(${TRUNKTESTast}/${EXTEN:16},55,oT)
Can someone point me out to the Asterisk documentation part where 
explains how to use server IP's as extension number?
I could not see it in the ATFOT2 book, and I would
2009 Oct 13
4
AMI input streams limit?
Hello List,
I was writing something in PHP that connects to AMI and sends a data 
stream ( example of it: http://slackware-es.com/ami-input.txt ), but the 
file (voicemail.conf , in this case) does not get fully written.
I tried pasting the stream directly through telnet to AMI, and 
everything *appears* to be OK, but the file is not being completely written.
No errors on CLI
No errors on AMI
2011 Feb 23
4
secret vs remotesecret on outgoing calls in Asterisk 1.6.2.16.1
Hello List,
I have a little issue with calls placed to a provider declared on 
sip.conf, because of a not clear (*for me*) behavior of 'remotesecret' 
parameter.
Before continuing, this is my environment:
Asterisk:  1.6.2.16.1
OS:        CentOS release 5.5 (Final)
            2.6.18-194.32.1.el5
Details:
I have this block on sip.conf
----- start ----
...
register => john:j0nhp4ss
2010 Nov 10
1
Selecting 'ODBC_STORAGE' from outside of 'menuselect'
Hello List,
Is it possible to select ODBC_STORAGE without entering to 'menuselect'?
I'm currently building a package for my distro with a little script, and 
would like to set this option without entering manually to 'menuselect'
I know that I could make the script to change the 'menuselect.makeopts' 
var from:
MENUSELECT_OPTS_app_voicemail=
to:
2011 May 13
1
undefined symbol: cap_set_proc on several modules after installation from source
Hello Folks,
What could be producing the following warnings on console, after an 
installation from source (Asterisk 1.4.41):
[May 12 21:36:54] WARNING[15344]: loader.c:434 load_dynamic_module: 
Error loading module 'res_musiconhold.so': 
/usr/lib/asterisk/modules/res_musiconhold.so: undefined symbol: 
cap_set_proc 
 
[May 12 21:36:54] WARNING[15344]: loader.c:434 load_dynamic_module: 
2011 May 13
1
1.8.4 Core Dump after installing from source
Hello,
After installing Asterisk from source in Slackware 13.1, I get the 
following error:
Error loading module 'res_config_odbc.so': 
/usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol: 
ast_odbc_clear_cache
Then a core dump.
If I change the /etc/asterisk/modules.conf in order to preload the 
'res_odbc.so' module, then the error dissapears, *but* still crashes 
2011 Apr 20
2
issue with installtion asterisk
hello all,
I have installed centos 5.5 ( linux text) and I have updated it with
# yum install bison bison-devel================?ok
# yum install ncurses ncurses-devel==========?ok
# yum install zlib zlib-devel===============?ok
# yum install openssl openssl-deve=======?ok
# yum install gnutls-devel============ ==?ok
# yum install gcc gcc-c++============?ok
# yum install newt
2009 Feb 03
2
Broken Pipe error while using UpdateConfig command
Hello List,
I have been working on a little PHP software that uses AMI's  
UpdateConfig command in order to modify some of it's config files.
I was working with 'Asterisk 1.4.22.1' and everything was working.
After upgrading to 'Asterisk 1.4.23.1' I receive a lot of errors of the type:
ERROR[11505]: utils.c:966 ast_carefulwrite: write() returned error:  
Broken pipe
2010 Jul 19
2
Problems with Dahdi 2.3.0.1 trying to load OSLEC
Hello list,
I'm facing a little issue with dahdi attempting to load the OSLEC echo 
canceller into my current kernel.
After compiling dahdi 2.3.0.1 with OSLEC support, I get the following 
error when set 'oslec' as the echocanceller:
DAHDI_ATTACH_ECHOCAN failed on channel 1: Invalid argument (22)
- Similar errors are *NOT* present using other echo canncelers.
- I tried adding the
2010 Sep 20
1
Setting 'fname_base' variable doesn't affect 'automon' result file.
Hello List,
Maybe I'm mistaken, but, shouldn't the 'fname_base' variable of 
'Monitor' application affect the file name generated through 'automon' 
feature?
I initialized this variable with a value as follows:
Set(fname_base=auto-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
a. Should I use 'fname_base' in uppercase (FNAME_BASE)?
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
Hello List,
I've been trying to compile Asterisk with H.323 support and, after 
correctly installing PTLib and H323plus (OpenH323), the Asterisk 
configure script still doesn't detect the dependencies as installed.
I know they are correctly installed because after going into 
"[asterisk-source-directory]/channels/h323" and issuing a 'make opt', it 
correctly builds
2011 May 15
0
Asterisk 1.8 and 1.4 SlackBuilds for Slackware Linux
Hello List,
I've been working with a set of SlackBuilds that might be helpful for 
people that want to install Asterisk 1.4/1.8 from source, but, 
maintaining the possibility to easily (painlessly) 
update/upgrade/uninstall/patch/recompile Asterisk.
The Scripts are located here:
https://bitbucket.org/jespinal/slackbuilds/overview
You just need to do:
$ hg clone
2011 Jan 18
0
Asterisk SlackBuilds for Slackware Linux
Hello List,
To whom it might concern:
I have been working in some SlackBuilds (script for making Slackware 
Packages) for my personal use, but thought they might be useful for 
someone else here.
Beside of the exceptional distributions used so far (CentOS, Debian, 
Ubuntu, etc.), you might want to test Asterisk on a Slackware Linux box, 
as it offers outstanding stability and flexibility as
2010 Mar 24
6
Restarting Asterisk using a script - Thanks to all -
Hi All,
I do have asterisk installed for a call center and I would like to know if
it is possible to create a scipt and execute it from a PC connected to the
Network without accessing the server. This script should restart asterisk
and another service related to aheeva.
The problem now is that each time I have to access using PUTY to the server
to start and run services manually.
Service
2010 Dec 20
3
cdr_mysql stopped working
I did an upgrade to the SVN trunk on the 12/9 and when I looked in my mysql 
table for CDR's today there are no entries since the update. 
I have rebuilt and re-installed and re-started asterisk still no CDR's 
flowing to mysql. I did not change any configs. I checked to make sure that 
the cdr_mysql option was selected under the make menu options. The module 
shows it is there when I do a
2011 May 24
3
How to enable the addon in the Asterisk 1.8 compilation
Hi All;
To enable the compilation for the addon that is coming with Asterisk 1.8 when doing compilation for the Asterisk, what should I do?
Regards
Bilal
2009 Sep 04
0
[Fwd: AST-2009-006: IAX2 Call Number Resource Exhaustion]
Hello,
Just in case someone hasn't upgraded yet, and is using IAX2.
-------- Original Message --------
Subject: 	AST-2009-006: IAX2 Call Number Resource Exhaustion
Date: 	Thu, 03 Sep 2009 17:47:35 -0500
From: 	Asterisk Security Team <security at asterisk.org>
To: 	bugtraq at securityfocus.com
               Asterisk Project Security Advisory - AST-2009-006
  
2011 May 19
3
Manager logged on/off messages
Hi
Is there a way I can stop Manager logged on/off messages from going to
the console/logs without losing all the other information I need?
Regards
Ish
-- 
Ishfaq Malik
Software Developer
PackNet Ltd
Office:   0161 660 3062
2011 Mar 10
2
Is H323 supported when installing Asterisk from Digium Yum repository?
Hi everyone,
Installed asterisk from yum repository but I think H.323 is not supported as
I tried commands like this and they don't work:
   - *h.323 debug*: Enable chan_h323 debug
   - *h.323 gk cycle*: Manually re-register with the Gatekeper
   - *h.323 hangup*: Manually try to hang up a call
   - *h.323 no debug*: Disable chan_h323 debug
   - *h.323 no trace*: Disable H.323 Stack Tracing
2009 Jun 10
1
Dialer program
Hello,
I am looking for a dialer program, free or not, that allows me to perform
scheduled calls, generate reports and let me upload sound files. Is there
something that fits these features?.
If there is not any product like I mentioned before I am interested to build
this kind of software but I need ideas to make it useful for technical and
non-technical people.
I don't want to spend my