Displaying 20 results from an estimated 1000 matches similar to: "Crash Hard, Crash Often"
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 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
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 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
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
2010 Feb 09
0
asterisk-users Digest, Vol 67, Issue 20 Re: Asterisk going down
>
> Thanks Josiah Bryan,
>
> I do not have any dns server running on my asterisk server, we do have an
> external DNS server working in the data center; the IP of this dns server is
> 10.4.1.5...
>
> Following you will see my main configuration:
>
> /etc/resolv.conf:
>
> domain localdomain
> search localdomain
> nameserver 10.4.1.5
> nameserver 10.4.1.2
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
2025 Jun 02
2
Specifying a long string literal across several lines
One could also argue that paste0("a", "b", "c") is a function call
that needs to be evaluated at runtime, whereas "abc" is a string
constant understood by the parser, and often also language agnostic.
I'd assume compilers and code- and text-search tools do a better job
with the latter.
/Henrik
On Mon, Jun 2, 2025 at 2:18?PM Josiah Parry
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
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:
2024 May 16
1
R for the US Air Force
Hey Doug,
R is not a product that is provided by a company or any vendor that can be
procured through a vendor e.g. something on a GSA schedule.
Seems like you're caught in the bureaucracy hell hole. I used to help the
USAF, and other DoD members use R when I was at RStudio (now Posit).
I recommend you find someone in your organization who is doing Data
Science. They'll likely have
2015 Sep 26
2
Tinc clients behind a NAT, tunnels get unstable
Am Freitag, den 25.09.2015, 22:45 +0200 schrieb Marcus Schopen:
> Hi Guus,
>
> Am Freitag, den 25.09.2015, 17:46 +0200 schrieb Marcus Schopen:
> > Hmmm ... I've tried "LocalDiscovery = yes"
> > in /etc/tinc/mytunnel/tinc.conf already, but that didn't help. Config on
> > client A is:
> >
> > ---------------
> > Name = clienta
>
2025 Jun 02
2
Specifying a long string literal across several lines
> On 3 Jun 2025, at 09:34, Henrik Bengtsson <henrik.bengtsson at gmail.com> wrote:
>
> One could also argue that paste0("a", "b", "c") is a function call that needs to be evaluated at runtime, whereas "abc" is a string constant understood by the parser, and often also language agnostic. I'd assume compilers and code- and text-search tools
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 =
2015 Oct 23
3
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
Dear Developers,
I compile a OpenCL kernel, FFT, in AMDAPP SDK v2.5 using clang 3.8 + libclc
and assembling the code with lld (The LLVM linker). The assembly code
contains the following assembly codes (and lots of other similar format
assembly) that fails to be parsed by AMDGPUAsmParser. It seems to me that
both are valid instructions after looking at the SI instruction spec.
s_mov_b32 s0,
2013 Mar 21
6
Problems with compiling btrfs
I''m trying to compile the btrfs source code but I''m getting an error.
Any suggestions?
Thanks
Joe
[root@ol6 btrfs-progs]# uname -a
Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13
12:31:05 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@ol6 src]# git clone
git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git
Initialized empty Git repository in
2025 Jun 02
2
Specifying a long string literal across several lines
I suppose taste is learned as well. It does feel quite odd that the best
way to define a long string without a note or text wrapping is by being
creative with functions.
This is valid in Python, Julia, and Rust (if you add `let` and a
terminating semi-colon):
my_str = "part1\
part2\
part2"
I don't think it is abnormal to expect or desire this type of functionality
in our favorite