Displaying 20 results from an estimated 600 matches similar to: "A few problems with Sys.setLanguage()"
2003 Jul 25
1
SetLanguage application doesn;t seem to work in latest Asterisk
Hello everybody,
I have installed Asterisk from CVS (18/07/2003) and although everything
works fine, SetLanguage application doesn't seem to work. As it used to
work with previous version I wonder if I am missing something here.
The relevant line in extensions.conf is:
exten => 3,1,SetLanguage(gr)
In the directory where Asterisk sounf files reside, I have installed
files of the type
2006 Feb 24
0
What's with Indications/SetLanguage/Zaptel/RingBack ?
Good morning everybody,
Can someone explain to me the interconnection between
these four things: indications.conf, SetLanguage(), zaptel.conf
and ring-back ? If there is any !! :- )
I am having this case where some users cannot hear ring back
from a DeadAGI script and it seems to be interconnected to these items.
These users are from the iaxfriends table, they _can_ hear ring-back from
a
2007 May 02
1
IAX and SETLANGUAGE delays
Hi all,
I'm having some trouble. I've got an IVR with 4 different languages
using the SETLANGUAGE command and I'm getting a 6 second delay when I
make the first selection, after that all is fine. There's nothing in my
dial plan that I can find that would be causing it. And the delay is
driving me nuts!
I have an IAX connection from a provider coming in. Could this be the
cause?
2024 Oct 11
1
Time zones in POSIClt objects
? Thu, 10 Oct 2024 17:16:52 +0200
Jan van der Laan <rhelp at eoos.dds.nl> ?????:
> This is where it is unclear to me what the purpose is of the `zone`
> element of the POSIXlt object. It does allow for registering a time
> zone per element. It just seems to be ignored.
I think that since POSIXlt is an interface to what the C standard calls
the "broken-down" time (into
2003 Jul 22
0
new voicemail messages
Hi,
I'm localizing the voicemail messages to Portuguese. To make it possible
for another person to translate it, I've set up a couple of extensions
that call the following macro for each message on the system. After
recording, I can perfectly hear each message using Playback.
When I try to play the new recorded message using VoiceMailMain, I can't
hear the new message (line goes
2004 Jul 05
2
fax detection and X100P
Hi everybody
I am having problem detecting fax with my X100P.
I have RedHat 8 as OS and an X100P and a TDM400P. The X100P being
plugged into PSTN.
I have successfully installed tiff-v3.5.7 and spandsp-0.0.1 and also
patched Asterisk wthout problem.
Here is my zapata.conf file
context=cda
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
2006 Dec 27
0
problem with extentions
i have problem with dial-plan in php. I have 3 extention in dial plan, 555,551 and 551. the problem is that READ PIN||3 works in 555 and hangs in other extentions. (after timeout asterisk writes thar "user entered nothing"). i can't get what's wrong...
here is my dial-plan
[incoming]
exten => 555,1,Answer();
exten => 555,2,DigitTimeout(2);
exten => 555,3,Wait(1)
exten
2004 Sep 04
1
Oh323, Please Help Newbie ;(
Hi,
I just installed OH323 Plugin and im now tryin to make
simple Configuration to connect Openphone and Xlite to
my Asterisk-Server.
All works fine, i just wanna know if there's a
better way to do it? Is there anything wrong with my
Config?
OH323.conf
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=8000
udpEnd=8005
fastStart=no
2024 Feb 26
1
igraph_vertex
? Mon, 26 Feb 2024 09:02:56 +0100
SIBYLLE ST?CKLI via R-help <r-help at r-project.org> ?????:
> In the following code, which loads the tiff file, I get the following
> error
This warning is definitely worth investigating, but it shouldn't
interrupt your code. Does the figure come out wrong after you see this
warning?
> In doTryCatch(return(expr), name, parentenv, handler) :
2005 Jul 06
2
how to set language in capi
I am trying to use language=it in asterisk
I downloaded the sound package and installed it
I added
country=it in indications.conf
language=it in sip.conf
language=it in iax2.conf
everything ok in call from sip and from iax
The problem arises in outside call, coming trom CAPI Trunk
I try language=it in capi.conf: no result: always language=en
I found a german forum, and it seems to be a
2016 Oct 31
0
[Bug 1037] Not all valid usernames are accepted by skuid
https://bugzilla.netfilter.org/show_bug.cgi?id=1037
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Pablo Neira Ayuso
2006 Jan 19
0
Question about d_ino used in scp.c
Hi,
There's exactly one usage of the dirent.d_ino member in the whole
project, which is in the readdir loop in scp.c, like this:
while (readdir) {
if (d_ino == 0)
continue;
[...]
}
This loop is basically taken from rcp.c as far as I can see. However,
I have two problems here.
- First, I have no idea why and when readdir should return an entry with
a 0 inode number. Is
2017 Dec 18
0
Dialect for shell scripts
For what it's worth, Autoconf does not assume that arithmetic
expansion will be available. Instead, it emits the following shell
code:
if ( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then
eval 'func_arith ()
{
func_arith_result=$(( $* ))
}'
else
func_arith ()
{
func_arith_result=`expr "$@"`
}
fi
2017-12-17 23:55 GMT+01:00 Rodrigo Tobar
2003 Dec 14
1
Error loading modem driver
When I attempt to start asterisk with my modem setup listed it will not start
attached are the error messages i get and also the modem.conf that i am currently using. Any assistance would be greatly appreciated.
running CVS ver 12/7/03, modified only to allow the RxFax and TxFax to compile and run with it (from http://www.opencall.org)
just e-mail me privately if you need more info
Thanks in
2004 Jul 19
1
Unable to launch asterisk and connect to console. ?????
Any ideas?
Thanks.
[root@localhost root]# asterisk -r
Unable to connect to remote asterisk
[root@localhost root]# asterisk -vvvvvgcd
Parsing /etc/asterisk/asterisk.conf
Asterisk 0.7.0, Copyright (C) 1999-2001 Linux Support Services, Inc.
Written by Mark Spencer <markster@linux-support.net>
=========================================================================
Parsing
2024 Feb 26
1
igraph_vertex
Dear Ivan
Thanks a lot.
I used:
windowsFonts(Helvetica = windowsFont("Helvetica"))
No warning now with Helvetica
Additionally I used "sans", similarly no warning in the first part.
But still not able to open tiff with both versions:
Using "stress" as default layout
> dev.off()
TIFFOpen: figures/AES_network_bymembership.tiff: Cannot open.
RStudioGD
2
2017 Dec 18
0
Dialect for shell scripts
I do not have a dog in this fight, but I have to ask:
How much person time is worthwhile to invest in supporting Solaris 10?
It has been closed-source (Post-Oracle)
<https://en.wikipedia.org/wiki/Solaris_(operating_system)#Post-Oracle_closed_source_(Solaris_10_after_March_2010,_and_Solaris_11_(2011_and_later))>
since
March 2010.
On Mon, Dec 18, 2017 at 1:23 PM, Kurt Hornik
2019 Jan 25
0
[klibc:update-dash] [PARSER] Handle backslash newlines properly after dollar sign
Commit-ID: e168c38081489046ec1dc612597b718a5adee74c
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e168c38081489046ec1dc612597b718a5adee74c
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Mon, 29 Sep 2014 22:52:41 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] [PARSER] Handle
2020 Mar 28
0
[klibc:update-dash] dash: [PARSER] Handle backslash newlines properly after dollar sign
Commit-ID: 0b425be3b607419cc27bdab4de3f9178b637c7c7
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=0b425be3b607419cc27bdab4de3f9178b637c7c7
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Mon, 29 Sep 2014 22:52:41 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: [PARSER] Handle
2004 Jan 21
2
Starting with MGCP and Asterisk
Hi.
I'm trying to start a MGCP configuration in Asterisk but i have some
basic problems. I hope that someone can help me.
First ..how do set two call agents in the configuration files?
How is the extensions.conf for MGCP?!
I'm trying to start the Asterisk, and obtain this:
[root@server3 asterisk]# ./asterisk -vvvc
== Parsing '/etc/asterisk/asterisk.conf': Not found (No such