Displaying 20 results from an estimated 100 matches similar to: "Fwd: Gotoif Time"
2007 Dec 26
2
Gotoiftime help
hello list, I am trying to arm an ivr for schedule of office and
outside of office
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
[in]
include =>scheduleofservice|08:00-18:00|mon-fri|*|*
include =>outsideofschedule|18:00-23:59|*|*|*
include =>outsideofschedule|00:00-07:59|*|*|*
include =>outsideofschedule|*|sat-sun|*|*
[scheduleofservice]
exten
2008 Dec 16
1
problems of DNS
Hi list, I have for a year I have an account to call with broadvoice from
about 3 days beginning a not registered problem of, asterisk shows to a
message of error with the DNS, and my dns this working fine
WARNING[5770]: chan_sip.c:7595 transmit_register: Probably a DNS error for
registration to 908XXXXXXX at sip.broadvoice.com@sip.broadvoice.com, trying
REGISTER again (after 20 seconds)
[Dec 16
2003 Jun 30
0
PDC disconnected until restart (NT_STATUS_NO_LOGON_SERVER - or so)
Hi,
We experience an every-now-and-then problem with our samba PDC. For a couple of days or so, the PDC runs just fine. Then, one after another, the workstations (Win9x, NT4/SP6a, Win2000/SP3) complain about the PDC not being there and refuse to logon users (naturally). The only workstation that's still able to see and connect to the PDC is the one that's on the same broadcast domain. An
2023 Jan 16
0
[PATCH 5/5] vdpa: mlx5: support per virtqueue dma device
On Sun, Jan 15, 2023 at 7:08 PM Eli Cohen <elic at nvidia.com> wrote:
>
> > From: Jason Wang <jasowang at redhat.com>
> > Sent: Wednesday, 11 January 2023 8:28
> > To: mst at redhat.com; jasowang at redhat.com
> > Cc: Eli Cohen <elic at nvidia.com>; gdawar at amd.com;
> > virtualization at lists.linux-foundation.org; linux-kernel at
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
2004 Aug 12
1
AgentLogin issue
Hi
i have an issue getting agentLogin working
/etc/asterisk/queues.conf
member => Agent/1001
member => Agent/1002
extension.conf
exten => 110,1,Wait,1
exten => 110,2,AgentLogin()
now, i call 110 by a firefly client, trying to login in as 1001 agent:
Aug 12 16:31:36 DEBUG[1103408048]: chan_sip.c:4423 build_route: build_route: Contact hop: <sip:sip3@192.168.1.151:5060>
--
2007 Feb 22
1
GotoIf DURATION
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
I am
2010 Dec 29
2
GotoIf CALLERID(num)
I'm testing GotoIf($["${CALLERID(num) but I'm missing something as it is not working:
[office-open]
exten => s,1,Wait(1)
exten => s,2,Answer()
; for Caller ID is 471-5665, always signal congestion:
exten => s,3,GotoIf($["${CALLERID(num)}" = "4715665"]?4:6)
exten => s,4,Playtones(congestion)
exten => s,5,Congestion(5)
exten =>
2003 Oct 23
0
GotoIf Problems
I have the following in my extensions.conf:
exten => 21,1,NoOp(${CALLERIDNUM})
exten => 21,2,GotoIf($[${CALLERIDNUM} = ""]?21|4:21|9)
exten => 21,4,Playback(/etc/asterisk/interactive-services/no-callerid)
exten => 21,5,Wait(1)
exten => 21,6,Playback(/etc/asterisk/interactive-services/no-callerid)
exten => 21,7,Wait(1)
exten => 21,8,Goto(10,4)
exten =>
2004 Aug 27
0
regex and gotoif question
Hi all,
Did anyone manage to make the GotoIf command work with regular expression ?
I would like to make the following thing:
${DTMSeq} contains a menu choice. Only 1, 2 and 3 are allowed menu choices.
If
DTMFSeq contains 1 or 2 or 3 => OK, Goto 4
else
Goto 2
I've tried the follwoing syntax but it is alway going to 2 whatever
the value of DTMFSeq:
exten =>
2005 Jan 06
1
Gotoif question
Is there a way to combine these lines into one?
exten => s,2,GotoIf($["${CALLERIDNUM:0:3}" = "800"]?s|108)
exten => s,3,GotoIf($["${CALLERIDNUM:0:3}" = "866"]?s|108)
exten => s,4,GotoIf($["${CALLERIDNUM:0:3}" = "877"]?s|108)
exten => s,5,GotoIf($["${CALLERIDNUM:0:3}" = "888"]?s|108)
Thanks
--John
2005 Sep 05
3
GotoIf sample...
hi everyone. can anyone provide me concrete examples on how to use the GotoIf application? can't figure out how to use it in my dialplan coz im having errors....thanks! : )
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was
2005 Oct 14
1
match a set of numbers in GoToIf against a variable
Hello all,
Okay when you are done laughing at the simplicity of this question could
someone show me please what I have wrong in the following statement?
GoToIf($[${numdial} != [1-9] ]?15:3);
What this is supposed to do is if numdial is not a single digit from 1 to 9
inclusive goto 15, if it is a singledigit from 1 to 9 inclusive goto 3.
Should be pretty simple but not working for me, always
2006 Apr 07
2
gotoif
Here is a section of my dialplan (macro)
exten => s,200,Wait(1)
exten => s,201,read(holdopt|screen-onhold|1)
exten => s,202,GotoIf($[${holdopt} = 1 ]?4)
exten => s,203,GoTo(200)
it's simple really it loops telling you the caller is on hold until you
press 1 and then it sends you off to another area. The problem right now is
that if the read() times out i get these warnings...
2006 Apr 07
1
regexp in gotoif
Hello!
this is a short one: in a gotoif-statement i would like to match a
variable to a number, where the number could have digits from 2-6.
asterisk only seems to be capable to match such a digit-range when used
in the extension, but not in a regexp, at least the following query
doesn't work:
exten => _X.,1,GotoIf($[${EXTEN} : 234[2-6]]?jump:)
obviously asterisk has a problem with
2006 Jun 27
1
Error in config sample for GoToIf?
My teeth are on edge after this one. A couple of perfectly good hours
of my life, and I still don't know what's going on. . . .
The extensions.conf.sample that comes with the current SVN trunk has
this line, in an example that shows how to use ChanIsAvail:
exten => s,n,GoToIf([${AVAILSTATUS} = "1"]?autoanswer:fail)
I couldn't get this to work unless I surrounded the
2007 Feb 01
0
extensions.conf gotoif and label
Hello,
I got a little interogation about these 3 points.
I want to write something like this sample in my extension.conf. I have
tested and it works but I don't know if it is a good way to make a menu.
I don't want to put number as it is boring to maintain.
Does anyone know if there is some problem to write like this?
exten => 7890,1,Wait(1)
exten =>
2007 Feb 01
1
Please help parse this GotoIf line
I wish to have my Grandstream GXP-2000 phones make a different
distinctive ring for internal calls ( Internal ) or if the incoming call
has no caller id 'NOCID'.
The Grandstream phones calls allow 3 distinctive rings depending on the
caller id. I have one set up and working for 'Internal' calls but
unfortunately the same tone will ring if caller id is absent on a call.
My
2013 May 05
1
GotoIf DIALSTATUS - not working
What am I doing wrong?
Goif dialstatus: busy CONGESTION not working.
exten => _7NXXXXXX,1,Dial(SIP/7780${EXTEN:1}@pstn-5665,60,tr)
exten => _7NXXXXXX,n,GotoIf($[$["${DIALSTATUS}" = "BUSY"] | $["${DIALSTATUS}" = "CONGESTION"]]?line2)
exten => _7NXXXXXX,n(line2),Dial(SIP/9780${EXTEN:1}@pstn-1270,60,tr)
exten => _7NXXXXXX,n,Hangup()
When I try to
2013 Jun 14
1
GotoIf($["${CALLERID(number)}
I'm trying to to to "dial1" if caller id match:
but dial plan execute 220,n(dial1) regardless
exten => 220,n,GotoIf($["${CALLERID(number)}" = "7804792668"]?dial1)
exten => 220,n(dial1),Dial(${sales_support}&${accounting}&${family},25,m(penguin)w)
exten => 220,n,
I was under impression that if condition is met it will jump to