Displaying 20 results from an estimated 3000 matches similar to: "Execute some kind of script when something happens with Asterisk"
2009 Aug 18
5
OT - DECT handset with Line key
Hi,
I need to replace digital handsets in offices where there cabling is
appareantly not Ethernet-compliant.
Today's usage is to press a key to toggle between private ou public line
before issuing an outgoing call.
Are you aware of a DECT handset (to overcome cabling limitations) that mimic
this line-key behaviour ?
For instance, acceptable behaviours would be to dial number string and press
2009 Aug 05
2
sip.conf parameter and sip msg between server <-> client
Hello
I have few questions :
- what's the difference between a subscribe request et a register request ?
- in asterisk 1.6 allowguest=yes or no param does it work ? if yes, please
someone could explain how doest it work because I think i'm a little bit
confuse.
- if I configure a sip terminal in sip.conf like this
[john]
type=friend
username=JOHN
secret=mypassword
host=dynamic
2009 Nov 02
4
GSM and Wav format
Hello,
Let me explain a scenario
There are different Asterisk Servers at different Remote locations.
Recording in different formats for FIVE seconds reveals that
Format : Size
wav : 84 KB
gsm : 8.3 KB
sln : 84 KB
It can be recorded in any format. This is size for five seconds only. We
need to transfer these files from different remote servers to a centralized
server.
We need to play these
2009 Aug 10
6
"context" does not work
Hello,
i have a problem with the context parameter in the sip.conf. i'm using
a german sip provider (sipgate.de) and everything worked fine in
asterisk 1.4, but on 1.6.1 i got the following error message:
NOTICE[3071]: chan_sip.c:18160 handle_request_invite: Call from '' to
extension '8001187e0' rejected because extension not found.
sip.conf:
register =>
2009 Oct 13
11
Best Firewall Suggestions?
Hi,
My customer has a outdated firewall that is also presenting a NAT nightmare
for getting the Asterisk server reachable from the internet.
What firewalls work good with VOIP? I really want to steer away from any ALG
supported firewall. I just want a good firewall that works well with
Asterisk.
Thanks,
David Wathen
-------------- next part --------------
An HTML attachment was scrubbed...
2009 Aug 18
2
You do not appear to have the sources for the 2.6.20-prep kernel installed
I want to install Dahdi and Dahdi-tools on a CentOS 5.3 Xen host and I
receive the following error :
"You do not appear to have the sources for the 2.6.20-prep kernel
installed."
I have installed :
- kernel-headers-2.6.18-128.4.1.el5.x86_64
- kernel-devel-2.6.18-128.4.1.el5.x86_64
- kernel-xen-devel-2.6.18-128.4.1.el5.x86_64
bash-3.2# uname -r
2.6.20-prep
bash-3.2# ls -l
2003 Aug 16
2
xtabs to dataframe fails (PR#3754)
Full_Name: Daniel Frey
Version: 1.7.1
OS: Windows 2000
Submission from: (NULL) (80.254.164.242)
Generating a data frame out of a xtabs result acts unusual. Take the following
sample to reproduce it:
> a.a <- c("a","a","a","b","b")
> a.b <- c("c","c","d","e","f")
>
2009 Apr 29
2
Something wrong with DAHDI signalling according to the CLI
I have Asterisk 1.4.24 en a Digium TDM410 with EC and with 3 FXO
modules.
When I plug one PSTN-line into a FXO-port I am able to receive calls on
this line and I can also make calls from an internal SIP-phone to the
external PSTN-network.
Still I am bothered about something that appears on the CLI when I do a
reload chan_dahdi.so :
asterisk*CLI> reload chan_dahdi.so
-- Reloading module
2010 Sep 07
4
LMTP logging configuration
Hi,
I'm using Dovecot 2.0.1, and I log to a custom syslog facility (local0) in the
main configuration (I want a separate log file, but I want to make use of
rsyslogd's capabilities). I overwrite the syslog facility for LDA (mail) to
have all delivery related stuff in /var/log/mail.log, and that works fine.
I tried to do the same for LMTP with
protocol lmtp {
syslog_facility = mail
}
2012 May 04
2
[LLVMdev] how compile subproject
> Neither worked. =(
Hmm. Something seems to have gone horribly wrong then. I've just
reproduced Peter's suggestion on the autoconf build and it worked
fine. Perhaps try a clean build out of tree:
CMake:
mkdir my_special_build_dir
cd my_special_build_dir
cmake $PATH_TO_LLVM_SOURCE
make llc
Autotools:
mkdir my_special_build_dir
cd my_special_build_dir
$PATH_TO_LLVM_SOURCE/configure
2003 Nov 10
1
decoder with special features needed: pointers, ideas?
Hi everybody,
I want to use a ogg-equipped notebook for playing music for (folk and
ballroom) dancing,
and a player for this should have two features I' like to find or implement:
(1) I want the middle part of a song repeat "endlessly", with two track marks
that I want to hide somewhere in a vorbis comment.
(One day I want to control that with a gui or SIGUSR1 or something else,
2012 May 05
0
[LLVMdev] how compile subproject
Hi, thanks for your answers.
I did:
cd workspace
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm/
mkdir build
cd build/
../configure --enable-jit
make # OK, everything went fine.
cd ../lib/Transforms/InstCombine/ # Just to test
vim InstCombineCalls.cpp # added `if (0 == 1) return 0;` at
2012 May 05
1
[LLVMdev] how compile subproject
Beckert Frey <beckert.frey at yahoo.com> writes:
[snip]
> Is InstCombine required for lli?
Yes:
$ llvm-config --libs mcjit jit interpreter nativecodegen bitreader asmparser selectiondag
-lLLVMAsmParser -lLLVMBitReader -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMInterpreter -lLLVMJIT
2006 May 08
2
Encrypted IMAP only from Internet, unencrypted POP3 from internal network
Hi,
we have following situation: I migrated our company mailserver from POP3
only to dovecot with IMAP and POP. We need to have unencrypted POP3
from our internal network, and the subnet our mailserver is in.
Additionally, we now want to allow encrypted IMAP from the internet (for
some defined accounts), preferably with TLS (which means I open Port
143 in our firewall).
Now, how can I
2003 Apr 12
1
WIn XP + Samba trouble
I am trying to connect a windows xp client to a samba PDC. The user
exists on the PDC and has an entry in the /etc/samba/smbpasswd file. In
my smb.conf file, I have the following:
add user script = /usr/sbin/useradd -s /bin/false %u && /usr/bin/smbpasswd -a %u
add machine script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u && /usr/bin/smbpasswd -m -a %u
2010 May 31
6
Voicemail : mail attachment to multiple mail-addresses
Hello list,
google returns a discussion on the dev-list when I search for how to
mail a voicemail to multiple mail addresses.
Is there yet a seperator that actually works to define multiple mail
addresses ?
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Aug 17
4
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
On 16-08-16 17:45, George Joseph wrote:
>
>
> On Tue, Aug 16, 2016 at 3:21 AM, Jonas Kellens
> <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote:
>
> On 16-08-16 04:38, George Joseph wrote:
>>
>>
>> On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens
>> <jonas.kellens at telenet.be <mailto:jonas.kellens at
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2010 Sep 09
5
info about application not available asterisk 1.6.2.11
Hello list,
how come on my Asterisk 1.6.2.11, I have no help available ?!
asterisk*CLI> core show application Dial
-= Info about application 'Dial' =-
[Synopsis]
Not available
[Description]
Not available
[Syntax]
Not available
[Arguments]
Not available
[See Also]
Not available
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
2011 Mar 09
6
SIPAddHeader not working
Hello list,
I notice that the dialplan method SIPAddHeader is not working :
in dialplan :
/exten => s,n,SIPAddHeader(Privacy: id)/
in SIP invite no trace of this header :
/INVITE sip:0473 at sip.domain.be SIP/2.0
Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-5b2b1b97
From: "VC" <sip:voip2 at sip.domain.be>;tag=729476652f511c67o2
To: <sip:0473 at sip.domain.be>