Displaying 20 results from an estimated 200 matches similar to: "asterisk-users Digest, Vol 67, Issue 20 Re: Asterisk going down"
2005 May 09
0
New script: /usr/bin/asteriskdial + Kontact
Hey all -
Attached is quick perl script i whipped together this morning to dial from
Kontact (well, KAddressBook). You'll need Net::Telnet (perl -MCPAN -e
'install Net::Telnet') for it to work. You'll also need to make sure you've
got a valid user/secret in /etc/asterisk/manager.conf on your * server for
this to work.
Usage:
/usr/bin/asteriskdial --from
2009 Feb 05
11
Crash Hard, Crash Often
I've been using asterisk for 3+ years now, I love it, but it doesnt love
me back. :-)
It was crashing frequently and seemingly randomly prior to this latest
upgrade. Not sure what version it was running prior to upgrade (it was
probably an old CVS HEAD from 2+ years go.) Anyway, currently running
1.4.21.2.
== Problem ==
Problem is that its crashing for seemingly no reason at all, no
2005 Apr 27
6
Redirect two channels to each other?
I've been scratching my head trying to think of a way to do this, but
without success yet.
I'm using the Manager API. If I have two channels linked to each other
(i.e. direct connection), or even if they are independent channels,
I can transfer them both to the same extension by using Action: Redirect
and using Channel: for one and ExtraChannel: for the other. This is most
useful for
2008 Sep 29
3
Knowing incoming call technology and channel [SOLVED]
2008/9/29 Alex Balashov <abalashov at evaristesys.com>
> Try this:
>
> exten => _XXXX,1,Set(THISTECH=${CUT(CHANNEL,/,1)})
> exten => _XXXX,n,NoOp(Technology is ${THISTECH})
> exten => _XXXX,n,Set(THISCHANNEL=${CUT(CHANNEL,/,2)})
> exten => _XXXX,n,NoOp(Channel is ${THISCHANNEL})
Hi,
I don't have any spare zaptel enabled system I could try this on, but I
2008 Oct 21
1
For Dial(), when calling party hangs up, redirect called party to another location in the dialplan?
Hi all,
I know when doing a Dial, when the called party hangs up, we have a few
different ways to redirect the calling party to other parts of the
dialplan.
In this case, I have someone who would like to do the opposite... When
the calling party hangs up after a Dial(), redirect the called party to
another location.
I'm not sure how else to describe what the user wants to do, but I'm
2005 May 10
2
Sipura 841 and headset
Hi folks !
I bought two sipura 841 phones. I used to have GN Netcom headset which
I connect instead of the handset. The problem is that I don't have any
sound coming out the headset and I can't speak neither !
I'am located in France and I was wondering if the cabling in the sipura
and in the headset is the same (I mean the order of the cables) or maybe
is there something else to
2005 May 10
3
Interconnecting two lans using Asterisk over a PSTN
Hello,
I am a newbie in Asterisk IP PBX but I am very impressed by its
functionalities.
I have read that It can work over IP network and across the PSTN.
I am not very sure how it works over the PSTN..
In case if people have not yet the Internet or SDL access, I would like just to
know if it is possible to interconnect two IP LANs using the traditionnal
analog Network and Asterisk PBX? In such I
2005 May 18
3
connecting a sipura sip device to asterisk before dialing any digits
I would like the ability for a sipura sip device to
instantly connect to an asterisk server as soon as
the sipura sip device goes offhook and before
any digits are pressed. This way asterisk can
provide the dialtone and the dialplan.
This also allows me to play a greeting to the phone
before giving them a dialtone.
Is there any way to do this, like possibly having the sipura
device dial a
2005 May 10
0
Re: Sipura 841 and headset (Josiah Bryan)
On Tuesday 10 May 2005 9:45 am, David Masure wrote:
> Hi folks !
>
> I bought two sipura 841 phones. I used to have GN Netcom headset
which
> I connect instead of the handset. The problem is that I don't have
any
> sound coming out the headset and I can't speak neither !
>
...
>
> Or....can anyone advise me on headset working with the sipura 841 ?
I just use a
2024 May 16
1
[Non-DoD Source] Re: R for the US Air Force
You described it well; I?m afraid that?s what it is. They want documents of an organization that doesn?t fit the description, and only then will they test it.
That sounds great. I?ll reach out to Jeremy and see if he can help me get the IDs the USAF wants. It sounds like Joshua predates my time here. That?s a really good idea.
Thanks very much!
Doug
From: Josiah Parry
2007 Sep 20
10
IAX Java Softphone?
Does anyone know of an IAX softphone in Java, whether applet or
application? Even the most minimum featureset, just voice and dialing,
or even embedded in some other app/let. Preferably GPL. Thanks.
--
(C) Matthew Rubenstein
2005 May 12
3
Giving user progress in an voice menu system
Hi all,
I have a voice menu system ( Outlined below ), and I'd like to give the
user some feedback when they dial an extension ( ringing, music,
SOMETHING ). As it stands, when a user enters an extension from the
menu system, they hear silence while the line rings. I even tried
including the Ringing application before calling my macro to dial the
phones, with no luck.
Any help is
2009 Jul 20
0
No subject
faced this exact same problem a few times on more than one servers and it
was 1) dialplan issue which was not hanging up the zap channels correctly 2)
using more than 8 spans on a server. Asterisk can't handle more than 96 zap
channels on T1s. FXO/FXS combinations can vary the number of spans but if
you know what I mean by spans, in production don't use more than 6 spans.
On 2010-03-17
2005 Aug 13
0
Re: Asterisk-Users Digest, Vol 13, Issue 86
Hello All
i need to transfer CDR data from linux to MS SQL Serever (on Windows). writing by Perl. I have download and install UnixODBC, DBI, DBD from CPAN,
when i tested isql -DSN -UID - PWD, that's successful, but when run by perl, message alert
could not loaded driver database, ....
anybody used ODBC for linux, connect to MS SQL Sevre, please help me?
easysoft and openlink have
2008 Jul 21
1
RODBC - problems using odbcDriverConnect without DSN
Hi,
I'm trying to use RODBC without having to set up a DSN, using hte
direct connection string in odbcDriverConnect. My connection attempt
looks something like:
> odbcDriverConnect(connection = "SERVER=localhost;DRIVER={/usr/lib/odbc/libmyodbc.so};DATABASE=myDB;UID=reader;PASSWORD=insecure;")
And this returns the message:
Warning messages:
1: In odbcDriverConnect(connection =
2024 Oct 13
1
R CMD check and CRAN's rust policy
On 10/13/24 19:30, Josiah Parry wrote:
> Hi all,
>
> I'm new to contributing to r-devel. The trunk of r-devel right now includes
> a `check_rust()` function for adherence to CRAN's evolving rust policy (see
> commit
> https://github.com/r-devel/r-svn/commit/6114d4126434c056b476cbc5db2657536c153d9a
> ).
>
> As it stands R 4.4.2 will codify CRAN policy on Rust as
2001 Dec 11
1
EXT3-fs error..bad entry in directory
Hello ext3-users,
We have a RH71 machine running 2.4.16 kernel with e2fsprogs 1.25.
I noticed many of these errors in our logs.
EXT3-fs error (device sd(8,1)): ext3_readdir: bad entry in directory
#884828: directory entry across blocks - offset=0, inode=404600689,
rec_len=23080, name_len=59
EXT3-fs error (device sd(8,1)): ext3_readdir: bad entry in directory
#966714: rec_len % 4 != 0 -
2006 Aug 03
0
Can''t set up rails: dispatch.cgi failed
Hi,
I''m trying to setup RoR on OpenBSD 3.9 with Ruby 1.8.4 and Apache 1.3.
I''ve setup Rails to run as a Virtual Host, and I can view the "Welcome
Aboard" page. When I try to access http://<server>/category/ though, I
get an "Application error...Rails application failed to start properly"
message. Apache.log has this error:
[error] (2)No such file or
2005 May 13
0
Chanspy crash
> Hackish, but it works. I've used it myself several times. This, of course,
> assumes you are using Zap channels for incomming calls. If not, then you'd
> need to find another way to listen to incomming calls - perhaps ChanSpy, tho
> i've not been able to get that to work - crashes my * box with CVS HEAD.
>
> -josiah
It does this to me too. We should send in a
2011 Jan 17
2
list mac or IP of all guests NICs?
I'm trying to figure out how to use virsh (or something else) to list all
the IP addresses (or MAC addresses if needed) for each virtual NIC,
preferably with it domain affiliation also listed.
Is this possible?
Thanks,
JSR/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: