[Home]

Summary:ASTERISK-05481: AgentCallbackLogin with options
Reporter:vortex_0_o (vortex_0_o)Labels:
Date Opened:2005-11-06 17:08:25.000-0600Date Closed:2008-01-15 15:54:21.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:exten => 8606,1,AgentCallbackLogin(|${CALLERIDNUM}@local)

asterisk hits 99% cpu, only way out is to kill the process.

AgentcallbackLogin() is ok

25 Oct cvs is ok soon after that -and current cvs- has this issue

Comments:By: Russell Bryant (russell) 2005-11-06 17:16:45.000-0600

The arguments to this application recently changed.  You should have two '|' symbols at the beginning of your argument list.

By: vortex_0_o (vortex_0_o) 2005-11-06 17:23:21.000-0600

cool that sorts it

By: vortex_0_o (vortex_0_o) 2005-11-06 17:26:17.000-0600

although would be good if it showed an error instead of crashing out - so can i change this bug to a request?

By: Russell Bryant (russell) 2005-11-06 17:26:46.000-0600

The reason it was looping forever should be fixed now in cvs head.  Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:54:21.000-0600

Repository: asterisk
Revision: 6989

U   trunk/ChangeLog
U   trunk/channels/chan_agent.c

------------------------------------------------------------------------
r6989 | russell | 2008-01-15 15:54:20 -0600 (Tue, 15 Jan 2008) | 2 lines

don't loop forever on an invalid options string (issue ASTERISK-5481)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6989