QueueMetrics > QueueMetrics installation

QM 1.4 and Trixbox 2.6.1

<< < (4/10) > >>

alien:
I had the same problem!!
I cant make a calls outbound the quemetrics
trixbox does not have the .conf files
agentes.conf
extensions_queuemetrics.conf

QueueMetrics:
You need to install them manually - see the tutorial at http://queuemetrics.com/download/QM_TrixBox_210.pdf

alien:
the problem are serious

trixbox1*CLI> show agents
No such command 'show agents'

I think the agents module are not starting
how I do this?

QueueMetrics:
Try this:


--- Code: ---aleph*CLI> module show like agent
Module                         Description                              Use Count
chan_agent.so                  Agent Proxy Channel                      0
1 modules loaded
--- End code ---


If missing


--- Code: ---module load chan_agent.so
--- End code ---

and edit /etc/asterisk/modules.conf in order to have the moule loaded at startup.



alien:
the module is up

Module                         Description                              Use Count
chan_agent.so                  Agent Proxy Channel                      0
1 modules loaded

  ::)

But I cant dial to callback login

here is the config

extensions_custom.conf
; This file contains example extensions_custom.conf entries.
; extensions_custom.conf should be used to include customizations
; to AMP's Asterisk dialplan.

; All custom context should contain the string 'custom' in it's name

; Extensions in AMP have access to the 'from-internal' context.
; The context 'from-internal-custom' is included in 'from-internal' by default

#include extensions_hud.conf
#include extensions_queuemetrics.conf

[from-internal-custom]

exten => 400,1,AgentCallBackLogin(||@from-internal)

########################################
When I dial 400

 == Spawn extension (from-internal, 400, 1) exited non-zero on 'SIP/27-b7c01c88                    '
    -- Executing [h@from-internal:1] Macro("SIP/27-b7c01c88", "hangupcall") in n                    ew stack
    -- Executing [s@macro-hangupcall:1] ResetCDR("SIP/27-b7c01c88", "w") in new                     stack
    -- Executing [s@macro-hangupcall:2] NoCDR("SIP/27-b7c01c88", "") in new stac                    k
    -- Executing [s@macro-hangupcall:3] GotoIf("SIP/27-b7c01c88", "1?skiprg") in                     new stack
    -- Goto (macro-hangupcall,s,6)
    -- Executing [s@macro-hangupcall:6] GotoIf("SIP/27-b7c01c88", "1?skipblkvm")                     in new stack
    -- Goto (macro-hangupcall,s,9)
    -- Executing [s@macro-hangupcall:9] GotoIf("SIP/27-b7c01c88", "1?theend") in                     new stack
    -- Goto (macro-hangupcall,s,11)
    -- Executing [s@macro-hangupcall:11] Hangup("SIP/27-b7c01c88", "") in new st                    ack
  == Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'SIP/27-b7c01c                    88' in macro 'hangupcall'
  == Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'SIP/27-b7c01c                    88'

...and I got busy sinal

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version