[Home]

Summary:ASTERISK-06070: [patch] macro and other change in chan_agent.c
Reporter:Peng Yong (ppyy)Labels:
Date Opened:2006-01-13 01:30:54.000-0600Date Closed:2006-01-13 11:31:22.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch.chan_agent.macro
Description:1. use macro
2. remove c++ stile comment
3. impoving in agent.conf parse line. it will be segment fault before if you put following lines in agents.conf:

agent => 1001,4321,Mark Spencer
agent =>               ; segment fault
agent => , 2323, peng yong  ; segment fault
agent => 1002,4321,Will Meadows

the code in add_agent dose not return when there is no agentid.

Comments:By: Matt O'Gorman (mogorman) 2006-01-13 11:31:10.000-0600

Committed revision 8064. with minor typo correction. thanks ppyy