Displaying 2 results from an estimated 2 matches for "ccuk".
Did you mean:
cck
2005 May 10
1
SIP transfers failing
...In extensions.conf's [internal] context (used by AgentCallbackLogin) I have
exten => _13XX,1,Dial(SIP/${EXTEN},20,t)
so that the agent has the ability to transfer calls (I also tried 'Tt' for
completeness)
-- Executing SetCIDName("SIP/217.10.79.218-40b8edd8", "CCUK") in new stack
-- Executing Queue("SIP/217.10.79.218-40b8edd8", "ccuk|r") in new stack
-- outgoing agentcall, to agent '1600', on 'Local/1301@internal-17aa,1'
-- Called Agent/1600
-- Executing Dial("Local/1301@internal-17aa,2", &quo...
2006 Dec 02
0
RINGNOANSWER on 1.2
...ld cause a segfault under certain conditions.
My chan_queue.c addition is this one line:
ast_queue_log(queue, qe->chan->uniqueid,
outgoing->chan->name, "RINGNOANSWER", "%d", orig);
The output in queue_log is of the format
1165076773|asterisk-21332-1165076763.17|ccuk|Local/1010@agents-358f,1|
RINGNOANSWER|10000
Is there a way I can just have 'Local/1010@agents' without the other stuff
after it?
[1] http://lists.digium.com/pipermail/asterisk-commits/2006-May/004096.html
Cheers,
Gavin.