Displaying 20 results from an estimated 2916 matches for "noop".
Did you mean:
loop
2006 May 11
4
'extensions reload' clears Regextens
I hope I have this wrong, but when I have a bunch of priority 1 NoOp's created from regexten in sip.conf, and I do an 'extensions reload', I lose all the priority 1 NoOps! This can't be right... this means that in a production environment, if you make a change to your dialplan and do an 'extensions reload', you lose your ability to terminate...
2005 Oct 05
1
Help! Extensions
Hello How do I fix this....
[IPComms-in]
exten => ${IPCCIDN01},1,Noop(${DATETIME} ${CALLERID})
exten => ${IPCCIDN01},2,SetCallerID(${CALLERID})
exten => ${IPCCIDN02},1,Noop(${DATETIME} ${CALLERID})
exten => ${IPCCIDN02},2,SetCallerID(${CALLERID})
exten => ${IPCCIDN03},1,Noop(${DATETIME} ${CALLERID})
exten => ${IPCCIDN03},2,SetCallerID(${CALLERID})
exte...
2018 Jun 26
2
Asterisk not matching longest prefix with include
Hi,
My dialplan looks like this:
[from-external]
Exten => _X.,1,Noop(CALL IS COMING INTO FROM EXTERNAL CONTEXT)
Exten => _X.,n,Noop(IP: ${CHANNEL(recvip)})
Exten => _X.,n,Noop(CALLED NUMBER: ${EXTEN})
Exten => _X.,n,Ringing
Exten => _X.,n,WaitExten(15)
Exten => _X.,n,Congestion()
Exten => _X.,n,Hangup()
include => test
[test]
Exten => 828...
2007 Mar 02
2
PRI progress codes.
Anyone know how to let asterisk deal with the progress codes coming
from the carrier? The problem I am having is when a customer calls an
invalid number the carrier tells me the call is invalid via a progress
code but doesn't route me to a recording (this number is invalid).
Instead they hang up on me causing a fast busy or sometimes hold up
the call with dead air for 15 to 30 seconds then a
2010 Jan 04
1
Free FaxForAsterisk ReceiveFAX not working
...ersion of FaxForAsterisk and trying to
work with it by sending a fax
on T38.
My version information is as follows
i)Asterisk 1.6.0.20
ii)res_fax-1.6.0.14_1.1.6-x86_32
iii)res_fax_digium-1.6.0.14_1.1.6-i686_32
sip.conf
[general]
t38pt_udptl=yes
extensions.conf
[default]
exten => _XXXXXXXXXX,1,NoOp(Fax Incoming Call)
exten => _XXXXXXXXXX,n,GoTo(faxin,${EXTEN},1)
[faxin]
exten => _XXXXXXXXXX,1,NoOp(This is ReceiveFAX application Testing)
exten => _XXXXXXXXXX,n,Wait(6)
exten => _XXXXXXXXXX,n,NoOp(******* SETTING FAXOPTS *********)
exten => _XXXXXXXXXX,n,Set(FAXOPT(ecm)=yes)
exte...
2004 Nov 10
4
NoOp
Sometimes I see in a context "NoOp"
What is the purpose of "NoOp" (no operation) if it does nothing?
--
#Joseph
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
Hi all,
I have problem for receiving fax from multiple page fax that sent from fax
machine (analog).
The error is : WARNING T.30 Page did not end cleanly
This is my dialplan
[inboundfax]
exten => s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)}
${STRFTIME(${EPOCH},,%c)} ****)
exten => s,n,Set(FAXOPT(ecm)=yes)
exten =>
s,n,Set(FILENAME=fax-FR_${CALLERID(num)}-TO_${CALLERID(dnid)}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
exten => s,n,Set(FAXFILE=${FILENAME}.tif)
exten => s,n,Set(PDFFILE=${FIL...
2006 Jun 03
2
Busy Signals after hangup
I've not seen an answer to this in any forum.
I make a call through Asterisk, with a VOIP phone, doesn't matter which.
The call gets made, I leave a voicemail, or complete the call in some
manner, and the other side hangs up. I hear a busy signal on the phone
on my end.
If I have an extension that looks like this, after the hangup() is
executed, my phone gives busy signals until I
2018 Jun 26
2
Asterisk not matching longest prefix with include
On Tue, Jun 26, 2018 at 7:06 PM, Doug Lytle <support at drdos.info> wrote:
> On 06/26/2018 06:57 PM, Dovid Bender wrote:
>
>> Hi,
>>
>> My dialplan looks like this:
>> [from-external]
>>
>> Exten => _X.,1,Noop(CALL IS COMING INTO FROM EXTERNAL CONTEXT)
>> Exten => _X.,n,Noop(IP: ${CHANNEL(recvip)})
>> Exten => _X.,n,Noop(CALLED NUMBER: ${EXTEN})
>> Exten => _X.,n,Ringing
>> Exten => _X.,n,WaitExten(15)
>> Exten => _X.,n,Congestion()
>> Exten => _X.,n,...
2008 Feb 20
2
purging unmanaged cron
Should this work?
# --- remove any cronjobs that are not managed by puppet.
resources { "cron": purge => true }
I get the following error.
Resources[cron]: Failed to generate additional resources: You must
specify a title for objects of type Puppet::Type::Cron
Ben
2016 Mar 31
2
Asterisk 13 - Call Bridge issue.
.... Caller answers and the two are bridged
together.
My issue is that 4 out of 5 calls fail to bridge the audio.
Am I missing something or is there some kind of bug? Here is my test
dialplan
;Dialer Base Code Files.
;Variables are sent in from .call file
[calluser-intake]
exten => s,1,NoOp(Start Call Intake)
exten => s,2,NoOp(Setup any vars)
exten => s,n,Set(_g_pmtPath=/vapp/dialerprompts/)
exten => s,n,NoOp(What is Path = ${g_pmtPath})
exten => s,n,NoOp(Read Call File Vars)
exten => s,n,NoOp(Dial To - ${l_DialTo})
exten => s,n,NoOp(Proxy - Proxy.${l_Proxy})
exten =...
2013 Jul 22
8
How do I set global noop?
I''m trying to set a global noop but it doesn''t seem possible,
There are 2 bugs open about this which to me look pretty serious as the
expected behaviour isn''t the case.
http://projects.puppetlabs.com/issues/21286
http://projects.puppetlabs.com/issues/6549
If anyone has a work around (that doesn''t in...
2005 Mar 14
5
aha! (was apple mail vs. v0.99)
it seems that when you say "check for new mail" in apple mail, it sends
a NOOP to the imap server to get the response. in uw, the conversation
is something like:
25 NOOP
25 OK NOOP completed
26 NOOP
* 2796 EXISTS
* 7 RECENT
26 OK NOOP completed
however, with dovecot, if it has already notified the client that new
mail has arrived, it will look something like:
* 24 EXISTS...
2011 Apr 11
6
Variable stripping/removing part of string
...LLERID(name) but I cant realy figure out a way to do it.
For example: CALLERID(name) = "Martela (fax)" I am just looking for the part before ? (? in my case ?Martela?.
I can?t serch for ? ?, could be many ? ?, but only one ? (?, thought i could do something like:
exten => 0424449631,n,NoOp(${CUT(CALLERID(name),\(,1):0:-1})
But that gave me ?Martela ? so my way of doing it is wrong.
Any that can tell me what I am doing wrong or have any better suggestion howto do it?
/Magnus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/p...
2010 Sep 03
0
How to use MYSQL(Set timeout x)
I use Asterisk 1.6.2.11 and this is my dialplan:
[test]
exten => 9999,1,NoOp(${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)})
exten => 9999,n,Answer()
exten => 9999,n,NoOp(${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)})
exten => 9999,n,PlayBack(hello-world)
exten => 9999,n,NoOp(${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)})
exten => 9999,n,MYSQL(Set timeout 2)
e...
2004 Nov 28
1
SetVar ALERT_INFO
...ble ring when a customer
service call comes in, and a normal ring when an extension is dialed
directly. When a customer service call is transferred, I want to ring
to revert back to normal.
In the local extension macro, I have the following
; make sure ring is set to default
exten => s,n,NoOp(${ALERT_INFO})
exten => s,n,NoOp(${_ALERT_INFO})
exten => s,n,SetVar(ALERT_INFO=)
exten => s,n,SetVar(_ALERT_INFO=)
exten => s,n,NoOp(${ALERT_INFO})
exten => s,n,NoOp(${_ALERT_INFO})
When a call is transferred, here's what I see on the console
-- Executing NoOp("Zap/1-1...
2007 Aug 16
3
99 bottles of beer
; *99:
; 99 bottles of beer on the wall.
exten => *99,1,Noop(99 Bottles of beer on the wall)
exten => *99,n,Answer()
exten => *99,n,Set(bottles=99)
exten => *99,n(loop),Noop(There are ${bottles} bottles of beer on the wall)
exten => *99,n,SayNumber(${bottles})
exten => *99,n,Noop(Take one done and pass it round and there's)
exten => *99...
2006 Mar 02
2
TIMESTAMP, DATETIME not working
I am using the latest SVN version 1.2 of Asterisk
When I attempt to test the output of certain variables, for use in file
naming etc, certain key ones appear to fail.
exten => 5555,1,NoOp(${EPOCH})
Returns
-- Executing NoOp("SIP/200-638c", "1141352935") in new stack
exten => 5556,1,NoOp(${TIMESTAMP})
Returns
-- Executing NoOp("SIP/200-8cc9", "") in new stack
exten => 5557,1,NoOp(${DATETIME})
Returns
-- Executing NoOp("...
2006 Dec 15
2
Trying to forward calls by using the Callee's context as the forward dial context
...Stuff omitted for some amout of brevity....
; #####################Make Forward Calls######################
; We only want people to be able to forward to numbers they could
normally call
; We'll have to somehow get their dialing contexts from the channel conf
files.
exten => s,n(Forward),NoOp()
exten => s,n,GotoIf($["${Protocol}" = "SIP"]?SIPDev)
exten => s,n,GotoIf($["${Protocol}" = "IAX2"]?IAXDev)
exten => s,n,Goto(ZapDev)
;ok, they are an IAX device so use IAXPEER
exten =>
s,n(IAXDev),Set(CalledUsersContext=${IAXPEER(${Phone}:con...
2007 Sep 24
3
CallerID problem Asterisk 1.4.2
When receiving inbound calls from a Vonage Softphone extension, I'm unable
to view/maniupulate calledid data. but it shows up in the CDR records and on
called handsets.. any ideas?
exten => asda,n,NoOp(callerID is ${CALLERID})
exten => asda,n,NoOp(CallerID is ${CALLERIDNAME})
exten => asda,n,NoOp(CallerID is ${CALLERIDNUM})
-- Executing [asd at pstn-in:2] Wait("SIP/asd1-086775b8", "1") in new stack
-- Executing [asd at pstn-in:3] NoOp("SIP/asd-086775b8"...