Displaying 20 results from an estimated 32 matches for "setinterfacevar".
2009 Feb 17
1
What is the purpose of membermacro in queues.conf
Hi,
There are 3 new settings (setinterfacevar, setqueueentryvar,
setqueuevar) and membermacro settings in 1.6 queues.conf. What is
the potential use of these settings? The variables set are useful, but
there is no indication of the purpose they could be used? Any one with
some light on potential use case of these new features?
raj
2010 Jan 22
5
Set CDR userfield for Queues
Hello,
I am using Queue application with multiple agents in each queue. I
want to set the CDR(userfield) for each cdr based on the agent
answering the call. Is it possible to do this?
Thanks
2010 May 04
1
problem with ringinuse=no, queue members receive randomly two calls
...*************************
*************************
sip users:
[PL1039]
context=mycontext
callerid=PhoneLine1039 <1039>
secret=pwd1039
type=peer
host=dynamic
call-limit=3
disallow=all
allow=ulaw
queues:
[queue_1]
weight=10
wrapuptime=0
strategy=leastrecent
joinempty=no
retry=0
autopause=yes
setinterfacevar=yes
eventwhencalled=yes
eventmemberstatus=yes
ringinuse=no
member => SIP/PL1039
[queue_2]
weight=10
wrapuptime=0
strategy=leastrecent
joinempty=no
retry=0
autopause=yes
setinterfacevar=yes
eventwhencalled=yes
eventmemberstatus=yes
ringinuse=no
member => SIP/PL1039
[queue_3]
weight=10
wra...
2013 Aug 03
2
Queues: Knowing when a caller is position 1 (agent phone ringing)
...sn't using queues, it would be easy because I would run the netcat
command and then dial the user's extension.
My Question is: Is there a way I can know when the caller is just
about to be connected to an agent (when the agent's SIP extension
starts ringing)?
There are these settings setinterfacevar, setqueueentryvar,
setqueuevar in queues.conf but when can I use them?
Have you guys been in this situation before? Any alternative solutions
(sending caller info to an agent)?
I am using Asterisk 11 and Windows 7 PCs for agents.
Thank you!
Kind Regards,
Wilson
2015 Mar 12
1
Realtime followme and channel variables
Followme is perfect to handle FMFM and it is now also realtime, but it
seems impossible to assign some value to a variable, from within the
followme to store info for example about the tenant the followme is running
under, like instead happen for example in the queue with the
setinterfacevar field.
I just need to pass a variable from the channel placing the call to the
followme to the channel where the extension is dialed by followme. Any idea?
Leandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/...
2008 May 27
1
asterisk 1.4 QUEUES Variables
I have running an Asterisk 1.4.20 box and I want to get the value of the
MEMBERINTERFACE variable to know about which queue member received the call.
I set 'setinterfacevar=' to 'yes' in queues.conf but I can?t get this value.
2009 Jul 06
1
Monitor
Hi All
am using trixbox with call queues..I've set setinterfacevars=yes in queues.conf and following is dial plan :
[test]
exten => s,1,Answer()
exten => s,2,Set(FILE_NAME=${CALLERID(num)}-${MEMBERINTERFACE}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
exten => s,3,Monitor(wav,${FILE_NAME},m)
exten => s,4,queue(55365)
exten => s,5,Hangup()
but MEMBERINTER...
2011 Feb 20
1
MEMBERINTERFACE and MEMBERNAME questions
...alls (max unlimited) in 'rrmemory' strategy (4s holdtime, 2s talktime), W:0, C:1, A:13, SL:0.0% within 0s
Members:
Tomas Ekman (SIP/0317998972) with penalty 1 (dynamic) (Not in use) has taken no calls yet
No Callers
queues.conf
-----------
[general]
;
autofill=yes
keepstats=yes
setinterfacevar=yes
;
[Kinna]
retry=5
ringinuse=no
strategy=rrmemory
timeout=20
wrapuptime=120
extensions.conf
---------------
exten => 0320209030,1,Answer()
exten => 0320209030,n,ExecIf($[${QUEUE_MEMBER(Kinna,logged)}=0]?Queue(Goteborg,rtT))
exten => 0320209030,n,Queue(Kinna,nrtT)
exten => 0320209030...
2014 Aug 22
1
Asterisk 12 - queue variables not passed to local channel
...when the sales queue agent
answers the phone.
When the local channel is used, the queue related variables,
specifically MEMBERINTERFACE, are missing. When a normal call
(typically SIP or DAHDI channel) enters the queue, the MEMBERINTERFACE
and other variables are present.
my queues.conf has
setinterfacevar = yes
setqueueentryvar = yes
setqueuevar = yes ;
I didn't see anything in the V12 doc that related to this.
Is this a bug or a feature?
--
Mitch
2010 Dec 28
1
How to reload queue on the fly?
...et
SIP/123 (Not in use) has taken no calls yet
Callers:
1. SIP/Softswitch-000161ae (wait: 0:01, prio: 0)
While modified configuration is:
[office]
strategy = linear
timeout = 10
member => SIP/100
member => SIP/101
member => SIP/121
member => SIP/123
member => SIP/120
setinterfacevar=yes
monitor-format = wav
monitor-type = MixMonitor
joinempty = yes
What's may be wrong?
--
? ?????????,
????? ???????
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101228/6d0831bc/attachment.h...
2009 Sep 24
1
Asterisk 1.6 Transfer issue[Edited]
...exten => _X.,1,Answer
exten => _X.,2,Dial(SIP/{EXTEN},20,tT)
queues.conf
[general]
persistentmembers = yes
autofill = yes
Canreinvite=yes ; (tried with NO also)
monitor-type = MixMonitor
[55365]
fullname = Frontdesk
strategy = roundrobin
context=from-internal
ringinuse=no
setinterfacevar=yes
setqueueentryvar=yes
timeout = 10
wrapuptime =
autofill = yes
autopause = no
maxlen =
joinempty = no
leavewhenempty = no
reportholdtime = no
musicclass =
call-limit = 20
member = SIP/100
member = SIP/101
member = SIP/102
Please help , I m in a total mess .Thanks Sriram
----------...
2010 Jan 04
1
Some minor configuration issues with queues
...guration issues with queues, but I'm sure they are
minor and for someone who has already configured queues it could be
trivial.
This is my queue configuration :
[VC_support_queue]
musicclass = default
strategy = ringall
timeout = 20
retry = 5
wrapuptime=15
autofill=yes
autopause=no
maxlen = 0
setinterfacevar=yes
announce-frequency = 0
periodic-announce-frequency=0
announce-holdtime = no
; announce-round-seconds = 10
; queue-thankyou=
;queue-youarenext = queue-youarenext
;queue-thereare = queue-thereare
;queue-callswaiting = queue-callswaiting
;queue-holdtime = queue-holdtime
;queue-minutes = queue-minu...
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
...eue_thankyou | queue_reporthold | announce_frequency |
announce_round_seconds | announce_holdtime | retry | wrapuptime | maxlen |
servicelevel | strategy | joinempty | leavewhenempty | eventmemberstatus |
eventwhencalled | reportholdtime | memberdelay | weight | timeoutrestart |
ringinuse | setinterfacevar |
+------------+-------------+----------+-----------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------...
2011 Sep 23
3
Set (MONITOR_FILENAME=.................) for queuing recording calls
Hi All;
I noticed in the queues.conf the configuration for recording the calls in the queuing, and regarding to the filename (or any other parameter), it is written that I can determine the filename using the command:
Set(MONITOR_FILENAME=foo)
But it should be called from the dialing plan, but really i did not understand how to call it from the dialing plan.
Well, for example this is my
2013 May 01
1
Call "stuck" in queue
...e the queue when no members available
ringinuse=no ; don't ring members when already InUse (prevents multiple
calls to an agent)
announce-frequency = 30
min-announce-frequency = 15
announce-holdtime = yes|no|once
announce-position = limit
announce-position-limit = 5
announce-round-seconds = 10
setinterfacevar = yes ; set some variables
setqueueentryvar = yes ; some more variables
setqueuevar = yes ; some more variables
wrapuptime=2 ; wait 2 seconds before next call
timeout = 16 ; try each operator for 12 seconds before moving to the
next one
autopause=no ; don't pause a member when they fail to ans...
2009 Feb 13
0
Re : Asterisk Queue and URL Calling
>Mohsen,
>Here is one way you can do this:
>1. In queues.conf add setinterfacevar=yes
>2. Pass an AGI script to the queue application which reads in the
>MEMBERINTERFACE channel variable and makes the web request for you.
>Hope this helps,
>-Dave
Thanks Dave , I will check it.
Best Regards,
Mohsen
-------------- next part --------------
An HTML attachment was...
2009 Jun 29
0
asterisk 1.4.21.2 a caller waited in queue, after connect to agent hears silence
...queue.conf:
persistentmembers=yes
autofill=yes
ringinuse=no
eventwhencalled=yes
eventmemberstatus=yes
[servicenr1_w1]
musiconhold=default
strategy=leastrecent
ringinuse=no ; verhindert dass Telefone angerufen werden die sowieso
telefonieren
wrapuptime=5
timeout=20
retry=5
weight=1
autopause=yes
setinterfacevar=yes ;variable MEMBERINTERFACE wird gesetzt (zB. AGENT/21)
monitor-format = wav49
monitor-type = MixMonitor
joinempty=strict
leavewhenempty=strict
maxlen=20
member => Agent/21
member => Agent/22
member => Agent/23
The agents login with AgentCallbacklogin wiht
AgentCallBackLogin(21||*21...
2009 Oct 23
1
how to announce the agent answering in a queue to the caller
Hi to all
i'm using Asterisk 1.4 and need to announce something like
'The operator answering to you call is XXX'
to the caller, is it possible to do that using an AGI script ?
The syntax in Asterisk 1.4 is
Queue(queuename[|options][|URL][|announceoverride][|timeout][|AGI])
So, setting up an appropriate AGI script can i play an audio file (or
create it with some tts) to the
2007 Apr 17
2
queues
Is there anyway to setup a queue with only one agent (device) which is
always logged in. So when a call hits that queue the device will ring (if
not already on a call) or will be put in the queue if the call is already in
place?
Thanks
Miles
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Apr 23
2
call files
Hi.
Im having trouble setting variables in channel dialplan and re-using them in
Extension dialplan...
Im using the following call file:
Channel: Local/210332450 at ZonNew-Outbound
CallerID: ZonNew-Outbound:49:210332450:
MaxRetries: 5
RetryTime: 10
WaitTime: 60
Account: Outbound210332450
Context: agents
Extension: 888210332450
Set: __PARTNER=ZonNew-Outbound
Set: NUMBER=210332450
-
In