Displaying 20 results from an estimated 200 matches similar to: "IRC Instructions for Beginners"
2004 Jun 19
0
Fw: #asterisk is +r now, meaning register your nick with nickserv
Here is the info again.
bkw
----- Original Message -----
From: Brian K. West
To: asterisk-users@lists.digium.com
Cc: asterisk-dev@lists.digium.com
Sent: Friday, June 18, 2004 7:23 PM
Subject: [Asterisk-Users] #asterisk is +r now, meaning register your nick with nickserv
How do you register?
do this /msg NickServ help
or /msg NickServ register [yourpassword]
You will be required to /msg
2004 Jun 18
0
#asterisk is +r now, meaning register your nick with nickserv
How do you register?
do this /msg NickServ help
or /msg NickServ register [yourpassword]
You will be required to /msg NickServ IDENTIFY [yourpassword] before
you can join #asterisk.
I'm sorry we had to do this but the spambots that join and part 100+ times
per hour were getting way out of hand.
Thanks,
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 15
6
Rails plugins that use other plugins - why is does this seem impossible?
OK, probably the most frustrated I''ve ever been with Rails. If I don''t
figure this out, I''m going to, um... try again tomorrow.
I''m simply trying to create a plugin. I did the ./script/generate
plugin MY_NEW_PLUGIN and wha-hoo great! Well, not really...
This plugin uses other plugins. For example, acts_as_list,
acts_as_money etc.. How the heck to I get these
2004 Jul 15
4
freenode #asterisk IRC channel identd problem
Sorry to ask this question here since it's related to IRC and not
Asterisk, but I am having trouble logging into the #asterisk IRC channel
on freenode and was wondering if anyone else has had this problem and
solved it.
So here's the situation: Whenever I try to login to the #asterisk
channel I get a message like "you must be identified to login to this
channel." So after doing
2004 Jul 09
7
IRC channel #asterisk on irc.freenode.net
Hi all!
It's great to start with "for dummies" question, but hey, we all have
been human infants also =)
Problem is, that I can not log on to this channel and I haven't found
anything helpful during the past few days either.
1. The irc.freenode.net server gives me "Couldn't look up your hostname"
and "No identd (auth) response" followed with
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
> On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote:
>
> how do I generate hashed string from my password ?
use this sql command:
GRANT SELECT ON vmail TO ?vmail?@?127.0.0.1? IDENTIFIED BY PASSWORD(?yourpassword?);
or if you just want to see the hash:
SELECT PASSWORD(?yourpassword?);
Sami
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
On 15/08/2017 21:25, voytek at sbt.net.au wrote:
> On Tue, August 15, 2017 8:03 pm, Sami Ketola wrote:
> On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote:
>
> how do I generate hashed string from my password ?
> use this sql command:
>
> GRANT SELECT ON vmail TO 'vmail'@'127.0.0.1' IDENTIFIED BY
> PASSWORD('yourpassword');
>
> or if you
2017 Aug 15
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:03 pm, Sami Ketola wrote:
>
>> On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote:
>>
>>
>> how do I generate hashed string from my password ?
>
> use this sql command:
>
> GRANT SELECT ON vmail TO ?vmail?@?127.0.0.1? IDENTIFIED BY
> PASSWORD(?yourpassword?);
>
>
> or if you just want to see the hash:
>
> SELECT
2004 Jul 15
2
SoxMix - Fails to Execute
I have Asterisk configured to record calls. Both in and out record ok
but SoxMix fails to join the two files.
The error from the CLI is as follows:
Execute of ( nice -n 19 soxmix
/var/spool/asterisk/monitor/Support-in.wav
/var/spool/asterisk/monitor/Support-out.wav
/var/spool/asterisk/monitor/Support.wav && rm -f
/var/spool/asterisk/monitor/Support-* ) & failed.
If I run exactly the
2017 Aug 15
2
migrating 2.1 to 3.x, sql pass scheme, pass value?
On 15/08/2017 22:23, Noel Butler wrote:
> On 15/08/2017 21:25, voytek at sbt.net.au wrote:
>
>> On Tue, August 15, 2017 8:03 pm, Sami Ketola wrote:
>> On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote:
>>
>> how do I generate hashed string from my password ?
>> use this sql command:
>>
>> GRANT SELECT ON vmail TO
2003 Aug 14
1
/usr: create/symlink failed, no inodes free
hi sirs,
i try to install galeon2 for my machine but get an error messages that i really do not understand while making mozilla.
that errors appear at the very beginning of a make command.
i attache my uname, df both before and after make, and errors message with this mail.
in wchich case that inodes are not sufficient ? and also how to get rid of this kind of error.
thank you in advance for
2004 Jul 19
0
*** Asterisk Sun/Monday News: Time to download, Scotty!
This week starts with the exciting news: We're getting close to
Asterisk 1.0 again. After the failed attempt earlier this year,
we've been able to remove a lot of the MAJOR/CRASH bugs from the
bug tracker and Mark feel's it's time to target 1.0 again.
At this point, the community needs to work as a community,
spending extra time on finding bugs, solving issues, improving
2004 Jul 12
0
LLVM July Status Update
July Status Update
------------------
Hi everyone!
This month has been a busy month of cleanups and refinements, and marks
over a year of LLVM status updates :). LLVM is getting substantially
smaller (in memory footprint) and faster, received a few cool new
features, and has a few more fixed bugs. We are currently thinking about
unleashing the LLVM 1.3 release in about 3-4 weeks from now.
If
2006 Jan 27
0
How to put peers into Realtime
I have something like below in my sip.conf. How can I put this into
Real-time?
[voipbuster]
type=friend ; (or "peer" if we don't need incoming calls, or if there is
a separate section with "type=user")
host=sip1.voipbuster.com
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=g726
username=abcd1 ;={{YOURUSERNAME}}
fromuser=abcd1
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 9:31 pm, Ivan Warren wrote:
> MariaDB [test]> GRANT SELECT on test to 'test'@'127.0.0.1' identified by
>
>> pasword('test1234'); ERROR 1064 (42000): You have an error in your SQL
>> syntax; check the manual that corresponds to your MariaDB server version
>> for the right syntax to use near
2018 Feb 23
0
Remove "Duplicate" emails (and documentation update)
On Fri, 23 Feb 2018, @lbutlr wrote:
> $ doveadm -f table fetch -u kremels 'hdr.message-id guid uid
> hdr.x-listname' mailbox "Archive" | sort| awk 'cnt[$1]++{if
> (cnt[$1]==2) print prev[$1]; print} {prev[$1]=$0}' |grep -E "[0-9] +$"
> |awk '{print "doveadm expunge -u kremels MAILBOX-GUID "$2" UID "$3}?
I was unaware of the
2008 Apr 16
2
about getting webservice from other website
I have a webservice offered by a website to be integrated for my
website.They ask me to follow three steps to finish integrating.These
steps are:
1. Create an HTTP connection.
2. Send request parameters via POST method.
3. Parse XML-formatted response string.
The request parameters are something like following:
"Version=2.0.0.0" +
"&ShipmentID=1234" +
2016 Jul 07
0
FSMO Transfer fail
what do you get when you do samba-tool fsmo show,
also try samba-tool fsmo transfer --role=all -UAdministrator
--password=yourpassword
On Thu, Jul 7, 2016 at 3:49 PM, Anderson Hoffmann do Carmo <
anderson.hoffmann at gsurfnet.com> wrote:
> Fail! :-(
>
> root at gteste2:~# samba-tool fsmo transfer --role=all -UAdministrador
> FSMO transfer of 'rid' role successful
2005 Jan 13
7
long delays in list posts?
Hey guys, I sent an email to the list at 2:57PM central. I just now see it
on the list, and its 3:23PM.
Anyone else experience this? I am sending this email at 3:24PM central. Lets
see when it gets posted to the list.
-Matthew
2002 May 13
0
FreeBSD Security Notice FreeBSD-SN-02:02
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SN-02:02 Security Notice
The FreeBSD Project
Topic: security issues in ports
Announced: 2002-05-13
I. Introduction
Several ports in the FreeBSD Ports