[Asterisk-bugs] [Asterisk 0010011]: CDR channel column doesn't change to Agent/agent_id when using AgentMonitorOutgoing(c) with Originate script
noreply at bugs.digium.com
noreply at bugs.digium.com
Sun Jul 8 21:58:25 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10011
======================================================================
Reported By: krtorio
Assigned To: murf
======================================================================
Project: Asterisk
Issue ID: 10011
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.4.4
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: No
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 06-19-2007 22:42 CDT
Last Modified: 07-08-2007 21:58 CDT
======================================================================
Summary: CDR channel column doesn't change to Agent/agent_id
when using AgentMonitorOutgoing(c) with Originate script
Description:
We have a click-to-dial script which uses asterisk manager outgoing command
to start calls.
Our calls pass through AgentMonitorOutgoing(c) application. This changes
the channel column to the cdr row to Agent/agent_id.
updatecdr=yes in agents.conf
Works in version 1.2.x also 1.4.2 . Produced the problem in 1.4.4 and
1.4.5
Here's the dialplan and manager script to reproduce the problem:
========
Dialplan
========
; Note: requires agent to login via AgentCallbackLogin
exten => _NXXNXXXXXX,1,AgentMonitorOutgoing(c)
exten => _NXXNXXXXXX,2,Dial(SIP/provider/${EXTEN})
=======================
Asterisk manager script
=======================
Action: Originate
Channel: Agent/<insert agent id here>
Exten: <insert number to dial here>
Context: <insert outgoing context here>
Priority: 1
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0009573 updatecdr in agents.conf is not working
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-08-07 21:58 file Status feedback => resolved
07-08-07 21:58 file Resolution open => fixed
======================================================================
More information about the Asterisk-bugs
mailing list