Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tiago

Pages: 1 [2]
16
Outbound and QueueMetrics / Re: Outbound Calls DUplicate
« on: August 06, 2010, 14:55:19 »
Hello


you are trying to tell me that this is wrong ?

exten => _XXX.,n,Set(QDIALER_CHANNEL=SIP/GlobalPhone/${QDIALER_NUMBER})


17
Outbound and QueueMetrics / Re: Outbound Calls DUplicate
« on: August 05, 2010, 11:36:54 »
Here is the example of the configuration




; extension 28: agent custom dial
exten => 28,1,Answer
exten => 28,2,NoOp( "QM: Agent Custom Dial. Dialing ${EXTTODIAL} on queue ${OUTQUEUE}  made by '${QM_LOGIN}'" )
exten => 28,3,Set(QDIALER_QUEUE=${OUTQUEUE})
exten => 28,4,Set(QDIALER_NUMBER=${EXTTODIAL})
exten => 28,5,Set(QDIALER_AGENT=Agent/${AGENTCODE})
exten => 28,6,Set(QDIALER_CHANNEL=SIP/${QDIALER_NUMBER}@GlobalPhone)
exten => 28,7,Set(QueueName=${QDIALER_QUEUE})
exten => 28,8,MixMonitor(Q-${QDIALER_QUEUE}-${UNIQUEID}.WAV,b,)
exten => 28,9,Set(CALLERID(num)=210438870)
exten => 28,10,Goto(qm-queuedial,s,1)
exten => 28,11,Hangup

;
; ================================================================
; The following dialplan is used in order to make oubound calls
; that are tracked through QueueMetrics.
; See http://forum.queuemetrics.com/index.php?board=12.0
; ================================================================


[queuedial]
; this piece of dialplan is just a calling hook into the [qm-queuedial] context that actually does the
; outbound dialing - replace as needed - just fill in the same variables.
exten => _XXX.,1,Set(QDIALER_QUEUE=q-${EXTEN:0:3})
exten => _XXX.,n,Set(QDIALER_NUMBER=${EXTEN:3})
exten => _XXX.,n,Set(CALLERID(num)=219667100)
exten => _XXX.,n,Set(QDIALER_CHANNEL=SIP/GlobalPhone/${QDIALER_NUMBER})
exten => _XXX.,n,Set(QueueName=${QDIALER_QUEUE})
exten => _XXX.,n,MixMonitor(Q-${QDIALER_QUEUE}-${UNIQUEID}.WAV,b,)
exten => _XXX.,n,Set(CALLERID(all)=GLS <210438870>)
exten => _XXX.,n,Goto(qm-queuedial,s,1)

18
Outbound and QueueMetrics / Re: Outbound Calls DUplicate
« on: June 28, 2010, 16:55:28 »
Hi


AGI Script

19
Outbound and QueueMetrics / Re: Outbound Calls DUplicate
« on: June 16, 2010, 17:51:23 »
Hi,


just once in a while, it is not permanent

tks

20
Outbound and QueueMetrics / Re: Outbound Calls DUplicate
« on: June 14, 2010, 18:19:28 »
Exacly,


The user disconnect the call, but the call stays  in the wallboard.


tks

21
Outbound and QueueMetrics / Outbound Calls DUplicate
« on: June 01, 2010, 12:43:59 »
I


When a agent makes the call, and disconnect, and then try again both calls appears in wallboard, as you can see in the attach file

http://yfrog.com/5joutboundnj

22
Outbound and QueueMetrics / Re: Caller ID outbounb
« on: May 03, 2010, 15:10:40 »
Hi,


Can you tell me the exact command to set the caller ID


tks

23
Outbound and QueueMetrics / Caller ID outbounb
« on: April 30, 2010, 14:50:17 »
hi,

Where can i set my outbound number to a campaign for example 35121989XXX

[queuedial]
exten => _XXX.,1,Set(QDIALER_QUEUE=q-${EXTEN:0:3})
exten => _XXX.,n,Set(QDIALER_NUMBER=${EXTEN:3})
exten => _XXX.,n,Set(QDIALER_AGENT=Agent/${CALLERID(num)})
exten => _XXX.,n,Set(QDIALER_CHANNEL=SIP/${QDIALER_NUMBER})
exten => _XXX.,n,Set(QueueName=${QDIALER_QUEUE})
exten => _XXX.,n,MixMonitor(Q-${QDIALER_QUEUE}-${UNIQUEID}.WAV|b|)
exten => _XXX.,n,Goto(qm-queuedial,s,1)

Is this the piece of dialplan, that i have to change, because my sip provider don“t accept anonymous calls.

tks

24
QueueMetrics installation / Agent Login GUI
« on: September 11, 2009, 15:00:29 »
Hi

Can i logon agents by the gui interface, but the agent has password configured in asterisk?


tks

25
Outbound and QueueMetrics / Ooutbound calls with hardphone
« on: September 10, 2009, 11:34:05 »
Hi guys,

Can anyone explain to me, how do i make outbound calls, using a fixed sip phone.

Thanks

26
Realtime Live / Re: RealTime Agent Status
« on: September 10, 2009, 11:30:00 »
hi


My asterisk is 1.4.24 with QM 1.5.4, i will send  you a screenshot from a call that is waiting line, when the agent answerd the call, the same one dissapear from live monitoring.

http://img41.imageshack.us/img41/5484/livecall.jpg


27
Realtime Live / RealTime Agent Status
« on: September 09, 2009, 18:04:39 »
Hi everbody


In RealTime view, when the agent answer a call, simple dissapear from the screen.


Help

Pages: 1 [2]