Displaying 7 results from an estimated 7 matches for "callbacknum".
Did you mean:
callbackname
2011 May 05
1
Why is PQMSTATUS empty?
...use/unpause in a queue (e.g. *0 will (un)pause depending on the
users's state). My logic looks fine to me but every time ${PQMSTATUS} shows
up empty.
Here's the extensions.conf part....
exten => *0,1,NoOp(${PQMSTATUS})
exten => *0,n,Macro(user-callerid,SKIPTTL,)
exten =>
*0,n,Set(CALLBACKNUM=${IF($[${LEN(${AMPUSER})}=0]?${CALLERID(number)}:${AMPUSER})})
exten => *0,n,GotoIf($["${PQMSTATUS}" = "PAUSED"]?unpause,1:pause,1)
; Pause ourselves in one or more queues
exten => pause,1,NoOp()
exten => pause,n,PauseQueueMember(,Local/${CALLBACKNUM}@from-queue/n)
ext...
2013 May 05
0
BLF and asterisk Queue
...eue to Join
;
exten => s,1,Answer()
exten => s,n,MYSQL(Connect connid localhost asterisk xxxxxx yyyyy)
exten => s,n,MYSQL(Query resultid ${connid} SELECT channel, extension, name
FROM pbx WHERE cid_num='${MACRO_EXTEN:4}')
exten => s,n,MYSQL(Fetch fetchid ${resultid} channelpath CALLBACKNUM
callername)
exten => s,n,MYSQL(Clear ${resultid})
exten => s,n,MYSQL(Disconnect ${connid})
exten => s,n,AddQueueMember(${ARG1},SIP/${MACRO_EXTEN:4})
;If they're already logged in, log off
exten => s,n,GotoIf($["${AQMSTATUS}" = "MEMBERALREADY"]?out)
exten =>
s...
2008 Apr 16
2
extenspy and chanspy
I want to add to my dialplan the ability to spy on an arbitrary
extension whether a call originates at it or is terminated at it.
Scenario 1: Given an extension, say 2001, a call comes in on a zap
channel and is Dial()ed to the phone that's at extension 2001, I want to
be able to pick up a phone and dial (say) *142001 and spy on that call.
Scenario 2: Extension 2001 makes a call to, say a
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...n => s-BUSY,3,Wait(60)
exten => s-BUSY,4,NoOp()
exten => _s-.,1,NoOp(Dial failed due to ${DIALSTATUS})
; Adds a dynamic agent/member to a Queue
; Prompts for call-back number - in not entered, uses CIDNum
[macro-agent-add]
exten => s,1,Wait(1)
exten => s,2,NoOp
exten => s,3,Read(CALLBACKNUM,agent-user) ; get callback number from user
exten => s,4,GotoIf($[foo${CALLBACKNUM} = foo]?5:7)) ; if user just pressed # or
timed out, use cidnum
exten => s,5,SetVar(CALLBACKNUM=${CALLERIDNUM})
exten => s,6,GotoIf($[foo${CALLBACKNUM} = foo]?2)) ; if still no number, start over
exten =>...
2007 Aug 20
3
Queues with Dynanic Users (BUG?)
...on Hold. Not only that, but after
about 5 seconds, the operators call gets dropped.
Is there anything that I am doing wrong?
Thanks,
Tim
here are snipits of my config files:
== extensions.conf ==
[default]
exten => 510,1,Answer
exten => 510,2,Queue(techsupport,t)
exten => 511,2,Set(CALLBACKNUM=${CALLERID(number)})
exten => 511,3,AddQueueMember(techsupport)
exten => 511,4,Playback(queue-techsupport-in)
exten => 511,5,Hangup
== queues.conf ==
[techsupport]
music=default
strategy = ringall
timeout = 10
retry = 2
maxlen = 0
announce-frequency = 10
announce-holdtime = yes
== agents...
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2007 Aug 26
0
Nokia cell connectel to asterisk
...ll gets dropped.
>
> Is there anything that I am doing wrong?
>
> Thanks,
>
> Tim
>
>
> here are snipits of my config files:
> == extensions.conf ==
> [default]
> exten => 510,1,Answer
> exten => 510,2,Queue(techsupport,t)
>
> exten => 511,2,Set(CALLBACKNUM=${CALLERID(number)})
> exten => 511,3,AddQueueMember(techsupport)
> exten => 511,4,Playback(queue-techsupport-in)
> exten => 511,5,Hangup
>
> == queues.conf ==
> [techsupport]
> music=default
> strategy = ringall
> timeout = 10
> retry = 2
> maxlen = 0
>...