search for: allphones

Displaying 10 results from an estimated 10 matches for "allphones".

2011 Jun 06
4
AGI STREAM FILE not working?
...sing 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 -- Executing [5150 at AllPhones:2] Set("SIP/PBX-00000024", "CHANNEL(language)=en_AU") in new stack -- Executing [5150 at AllPhones:3] AGI("SIP/PBX-00000024", "testagi.sh") in new stack...
2007 Apr 17
2
Can I add distinctive ring with asterisk and TDM400?
...like to ring all extensions when a call comes in either VOIP line, but I'd like to give a distinctive ring in the case the call came in the 2nd VOIP line. Here is what I have in extensions.conf right now, which works well, except doesn't include any support for distinctive ring: [globals] ALLPHONES=Zap/1&Zap/2 ; ;other stuff [default] ; ; other stuff exten => s,1,NoOp exten => s,n,Dial(${ALLPHONES}) exten => s,n,Hangup I'm not sure if this is something that could/should be implemented in extensions.conf or zapata.conf
2023 Jan 25
1
Global variables in global variables
...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 >>> Allphones=${Kphones}&${Sphones} >>> >>> On the new system, the variable Allphones ends up containing: >>> >>> ${Kphones}&${Sphones} >> >> I do the same concatenation with Asterisk 18 & 20 and there is no problem. > > Really? > > You h...
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: SIP/KC470IP&SIP/KSnom870&SIP/SYealinkT38G&SIP/SGC610IP I can use this in a dial() command. On the new system, the variable Allphones ends up containing: ${Kphones}&${Sphones} (ie: the unexp...
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: SIP/KC470IP&SIP/KSnom870&SIP/SYealinkT38G&SIP/SGC610IP I can use this in a dial() command. On the new system, the variable ${Allphones} ends up containing: ${Kphones}&${Sphones} (ie: the un...
2005 Jan 29
7
Sipura SPA-841 auto-answer support [patch]
...ns as a system-wide page. Note that the SPA-841 requires the leading semicolon for auto-answer to work. [macro-intercom] ; ; ${ARG1} - Extension ; exten => s,1,SetVar(CALL_INFO=\;answer-after=0) exten => s,2,Dial(${ARG1}) exten => s,3,Congestion exten => s,103,Congestion ; ; Assuming ALLPHONES variable is set to all extensions, ; the following will do a system-wide page when from the ; default context when the user presses zero ; [default] exten => 0,1,Macro(intercom,${ALLPHONES}) The patch is relative to the base Asterisk source directory. Geoff begin 644 callinfo.tgz M'XL(`...
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 > Sphones=SIP/SYealinkT38G&SIP/SGC610IP > Kphones=SIP/KC470IP&SIP/KSnom870 Thank you very much. I have now established that this wo...
2008 Dec 05
1
Gosubs broken since r160626 (1.6.0 SVN) ?
...gt; { Verbose("We got here"); AGI(caller_id_rewriter/caller_id_rewriter.py); Set(CALLERID(name)="1 ${CALLERID(name)}"); if ("${WITHHELD}" = "yes") { &macro-announcement(anonymous_call_rejection,22); Hangup(22); } Dial(${ALLPHONES},20); if ("${DIALSTATUS}" = "BUSY") { VoiceMail(201,b); } else { VoiceMail(201,u); } Hangup(${HANGUPCAUSE}); } This was working on 1.6.0 SVN before r160626 and I have not changed any of the code. The Gosubs were generated by the AEL parse...
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