Displaying 7 results from an estimated 7 matches for "ast_us".
Did you mean:
last_us
2009 Oct 07
1
Mixing Ruby and Puppet
To manage Asterisk users, I''ve made a define that can be used like
this:
asterisk::user { "sip.login":
fullname => "Sip Extension 223",
secret => "allyourbase",
extension => "223",
}
I''m trying to put user definitions in a single string, and make
something like the following. Should I go down this way, or should I
use
2010 Dec 01
0
<solved!> Asteris 1.8 and mISDN - 'mISDN' (cause 66 - Channel not implemented)
...0] received 1k Unhandled Bchannel Messages: prim 20081 len 0 from
addr 52010101, dinfo 0 on this port.
*CLI>
O.K., but what's the difference between asterisk-1.6 and asterisk-1.8,
or why won't asterisk-1.8's startscript produce this error?
I have:
# cat /etc/sysconfig/asterisk
AST_USER=asterisk
AST_GROUP=asterisk
# grep 97 /etc/passwd
asterisk:x:97:97:Asterisk_System_User:/home/asterisk:/sbin/nologin
# grep 97 /etc/group
asterisk:x:97:
If I run asterisk with "service asterisk start" i have two processes
running, asterisk and asterisk_safe:
# ps aux | grep aster...
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
I think were getting closer:
I did:
- I edited /etc/default/asterisk to include :
AST_USER="root"
AST_GROUP="root"
# systemctl daemon-reload
# systemctl start asterisk
# ps aux | grep asterisk
root 3602 7.1 2.5 60332 26012 ? Ssl 16:00 0:03
/usr/sbin/asterisk -U root -G root -g
# rasterisk
# pkill -SEGV asterisk
Then console showed:
Segmentation e...
2009 Aug 24
1
problem on compiling asterisk-addons-1.6.2.0-rc1
...di soit
s?lectionn?
#make && make install && make samples
#cp /usr/src/asterisk/contrib/init.d/rc.debian.asterisk /etc/init.d/asterisk
#/usr/sbin/update-rc.d asterisk defaults 99 99
#groupadd asterisk
#useradd asterisk -g asterisk
#vim /etc/init.d/asterisk
D?commenter :
AST_USER="asterisk"
AST_GROUP="asterisk"
#vim /etc/asterisk/asterisk.conf
Effacer le (!)
Changer: astrundir => /var/run/asterisk
#mkdir /var/run/asterisk
#chown asterisk /var/run/asterisk/
#chown asterisk /etc/asterisk -R
#chown asterisk /var/lib/asterisk -R
#chmod...
2005 Jan 29
1
Asterisk @ Home 0.4 w/ Broadvoice + 5 SIP Phones How To
...:
Created asterisk user:
adduser -s /bin/false -d /bin/false -c "Asterisk
Daemon User" asterisk
added asterisk user to asterisk group in /etc/group
chown -R asterisk:asterisk /var/log/asterisk
chown -R asterisk:asterisk /var/lib/asterisk
Edit /etc/init.d/asterisk to include the two
AST_USER="asterisk"
AST_GROUP="asterisk"
MySQL, it's default passwd for Asterisk @ Home has a
LOT to be desired for. Change this. The password via
the MySQL DB itself and the following files:
/etc/asterisk/cdr_mysql.conf
/var/www/html/maint/phpMyAdmin/config.inc.php
Update Rep...
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
2016-09-06 17:48 GMT+02:00 Tzafrir Cohen <tzafrir.cohen at xorcom.com>:
> On Tue, Sep 06, 2016 at 06:37:52AM -0600, George Joseph wrote:
> > On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote:
>
> > > Where should core file be created when Asterisk is run as a daemon by
> > > asterisk user and group ?
> > > Is there a setting I
2010 Nov 30
2
Asteris 1.8 and mISDN - 'mISDN' (cause 66 - Channel not implemented)
HI,
I tried to configure Asterisk 1.8 on one of my test-hosts.
I've installed from centos-asterisk.repo
(http://packages.asterisk.org/centos/$releasever/tested/$basearch/):
Nov 26 15:34:56 Installed: asterisk-sounds-core-en-gsm-1.4.20-1_centos5.noarch
Nov 26 15:34:59 Installed: asterisk18-core-1.8.0-1_centos5.i386
Nov 26 15:35:02 Installed: asterisk18-voicemail-1.8.0-1_centos5.i386
Nov 26