[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
Thu Jul 5 18:08:47 CDT 2007
The following issue requires your FEEDBACK.
======================================================================
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: feedback
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:
======================================================================
Date Submitted: 06-19-2007 22:42 CDT
Last Modified: 07-05-2007 18:08 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
======================================================================
----------------------------------------------------------------------
murf - 07-05-07 18:08
----------------------------------------------------------------------
see patch on 9573; apply it, give it a spin, see if it helps, please!
Issue History
Date Modified Username Field Change
======================================================================
07-05-07 18:08 murf Note Added: 0066568
07-05-07 18:08 murf Status confirmed => feedback
======================================================================
More information about the Asterisk-bugs
mailing list