similar to: Sipura SPA-841 auto-answer support [patch]

Displaying 20 results from an estimated 80 matches similar to: "Sipura SPA-841 auto-answer support [patch]"

2010 Jan 09
1
Using HASH() and REALTIME_HASH()
Hi, I'm playing around with asterisk 1.6.2.0 and the first try was to replace my now non-functionning 'app-realtime' macro which emulated RealTime with REALTIME_HASH() There is very few documentation on the subject except for this bug report: https://issues.asterisk.org/view.php?id=13651#c94998 However when i try this syntax:
2011 Jun 06
4
AGI STREAM FILE not working?
Hello, using 1.8.4. using a very simple local AGI script in bash which has only one line in it: echo -e 'STREAM FILE welcome 123 \n' dialplan: exten => 5150,1,Answer() same => n,Set(CHANNEL(language)=en_AU) same => n,AGI(testagi.sh) same => n,Hangup console output: -- Executing [5150 at AllPhones:1] Answer("SIP/PBX-00000024", "") in new stack
2006 Apr 04
2
Distinctive Ring on SPA941
Does anyone know how to set the distinctive ring on the Linksys SPA941? I want to be able to dial one extension and have the phone ring with a certain tone and then dial another and have the phone ring with a different tone. I have tried the following ------------------------------------------------------------------- exten => 802,1,SIPAddHeader(call_info=Classic-4) exten =>
2007 Apr 17
2
Can I add distinctive ring with asterisk and TDM400?
Hello - I have a TDM400P with 2 FXO and 2 FXS modules. Feeding the FXS modules are two VOIP lines which are terminated by VOIP adapters and have regular RJ11 wires connecting to the FXS ports. Since the two different VOIP lines have different phone numbers, and I know and can tell asterisk which VOIP line is connected to which FXS port, can I cause a distinctive ring on the extensions if a call
2023 Jan 25
1
Global variables in global variables
Le 25/01/2023 à 17:56, Antony Stone a écrit : > On Wednesday 25 January 2023 at 16:46:14, Daniel wrote: > > On Sunday 01 January 2023 at 17:30:03, Antony Stone wrote: > >>> The [globals] section of that dialplan includes: >>> >>> Kphones=SIP/KC470IP&SIP/KSnom870 >>> Sphones=SIP/SYealinkT38G&SIP/SGC610IP >>>
2023 Jan 08
1
Global variables in global variables
Hi. I have a very old dialplan (ie: a dialplan for a very old version of Asterisk) which I've just transferred to Asterisk 16.28.0 The [globals] section of that dialplan includes: Kphones=SIP/KC470IP&SIP/KSnom870 Sphones=SIP/SYealinkT38G&SIP/SGC610IP Allphones=${Kphones}&${Sphones} In the old system, this results in ${Allphones} containing:
2023 Jan 18
1
Global variables in global variables
Hi. I have a very old dialplan (ie: a dialplan for a very old version of Asterisk) which I've just transferred to Asterisk 16.28.0 The [globals] section of that dialplan includes: Kphones=SIP/KC470IP&SIP/KSnom870 Sphones=SIP/SYealinkT38G&SIP/SGC610IP Allphones=${Kphones}&${Sphones} In the old system, this results in ${Allphones} containing:
2023 Jan 26
1
Global variables in global variables
On Wednesday 25 January 2023 at 19:17:04, Daniel wrote: > Asterisk 20.1.0 > > [globals] > Sphones=SIP/SYealinkT38G&SIP/SGC610IP > Kphones=SIP/KC470IP&SIP/KSnom870 > Allphones=${Sphones}&${Kphones} > > -s*CLI> dialplan show globals > Allphones=SIP/KC470IP&SIP/KSnom870&SIP/SYealinkT38G&SIP/SGC610IP >
2008 Dec 05
1
Gosubs broken since r160626 (1.6.0 SVN) ?
Hi all, I've just upgraded to latest 1.6.0 SVN from a few days ago and my Gosubs have stopped working. This is from the verbose logs: -- Executing [03333407271 at incoming-aaisp:4] GotoIf("IAX2/aaisp-3802", "1?5:7") in new stack -- Goto (incoming-aaisp,03333407271,5) -- Executing [03333407271 at incoming-aaisp:5] Gosub("IAX2/aaisp-3802",
2009 Sep 15
1
Detecting Transfer
Is there a way to detect if a call is a transfer in the dialplan? Here is my issue: I have an office with 2 extensions. Under normal circumstances any call that comes in should ring both extensions. I accomplish this through a queue. The problem is that if the call is answered on say extension 11 and the answerer wants to transfer the call to the other phone, extension 10, transferring
2005 Mar 28
1
spandsp rxfax under Linux 2.6 w/TDM400?
Hi, I have got my Asterisk server running with TDM400 card (2xFXO & 2xFXS). I originally had the system configured with a Panasonic fax machine on one of the extensions. Due to the high volume of fax spam, I figured it would be a much better idea to capture the faxes as TIF or PDF files to minimize wasted paper, etc. I have downloaded, compiled and installed spandsp and can see the rxfax
2009 Oct 05
1
NSS vs OpenSSL
Since Fedora is pushing NSS SSL instead of OpenSSL, has someone tested tinc-vpn against NSS? As i recall, a single machine can not have OpenSSL and mod_nss installed at the same time anymore. So if you have apache running, you _may_ have problems running tinc? The nss api is supposed to mostly similar to openssl api, but there are some things openssl supports and somethings nss supports. Is
2013 Apr 23
2
Problemas con NA y el calculo de un promedio ponderado
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Estimada comunidad, tengo el siguiente problema: 1. tengo un data.frame con varias columnas, algunas numericas, otras son variables categoricas 2. necesito hacer un calculo simple sobre este data.frame (un promedio ponderado de los valores de la columna 7), pero solo para las filas que cumplan ciertos criterios 3. en ocasiones ninguna de las filas
2013 Jan 21
1
Overloading IMAP Server
Hi All, I am having an issue with dovecot IMAP reading and writing to one specific mailbox. I have a check email delivery script that sends out a email and then logs into dovecot to check if the mailbox that the message has been delivered to. However, the servers that send these messages send them in bunches depending on how many postfix spools it is checking. So I could get 60
2011 Sep 18
1
LDAP: Mixing local and LDAP-Users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, is it possible to mix local and LDAP-Users? Especially I need to know if it's possible to use an LDAP-Group (like the group that is mapped to Domain Administrators) together with an local user. (If I use "adduser $username $ldap-group" the group isn't found, even if the group is shown using "getent group".) If this
2003 Aug 21
1
comparing segments of a time series
Hi, I have a time series of 38 wintertime average snow depths measured at a particular meteorological station. The data appear to undergo a "climate shift" in the early 1980s: before the shift the mean and sd are 152 +/- 58, after the shift 92 +/- 36. The distribution is not normal; there's a hard limit at zero of course and there are outlier years with very high snowfall. I
2018 May 13
2
Guidelines/Policy for removal of EOL content from wiki
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, With now release 5 and below all EOL for over 12 months[1]. What guidelines/policy is in place for removal of old and out of date content from the wiki? [1] 5 is in extended support upstream and documentation etc. remain available until November 30, 2020. Should 5 related content remain until that date? Regards Phil - -- *** If this is a
2012 Nov 28
2
backtrace from postgres dict
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, since I enabled ACLs I get following backtrace. It looks like that it happens if the ACLs had been changed only. Also, it looks like that it always happens 1 minute after last "dict: Info: pgsql(localhost): Connected to database dovecot", no matter if the user is logged in (and idle) or logged off. Postgres logs: "could not
2012 Jul 26
4
Weird "cannot reassign variable name on node" error when I try to use standalone
Hi -- I''m trying call apply in standalone mode on a configuration I''ve written. The way I call the command is like this: $ puppet apply manifests/site.pp -v --modulepath modules The directory structure is simple: . manifests/site.pp manifests/nodes.pp modules/ ... site.pp just includes nodes.pp, and nodes.pp looks like this: https://gist.github.com/3181007 When I
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking