Hi,
we have replaced a really really old installation with Asterisk 16.
My Dialplan does something like this:
exten => 55,1,Dial(SIP/1&SIP/2&SIP/3, 12, t)
(let 3 phones ring when 55 is called)
When a call isn’t answered I get one line in Master.csv for each ringing device, like this:
"","11","55","sipcall","""Test"" <11>","SIP/sipcall-50-0000000a","SIP/1-0000000b","Dial","SIP/1&SIP/2&SIP/3,12,t","2021-11-29 22:15:28",,"2021-11-29 22:15:33",5,0,"NO ANSWER","DOCUMENTATION","1638224128.18",""
"","11","55","sipcall","""Test"" <11>","SIP/sipcall-50-0000000a","SIP/2-0000000c","Dial","SIP/1&SIP/2&SIP/3,12,t","2021-11-29 22:15:28",,"2021-11-29 22:15:33",5,0,"NO ANSWER","DOCUMENTATION","1638224128.18",""
"","11","55","sipcall","""Test"" <11>","SIP/sipcall-50-0000000a","SIP/3-0000000d","Dial","SIP/1&SIP/2&SIP/3,12,t","2021-11-29 22:15:28",,"2021-11-29 22:15:33",5,0,"NO ANSWER","DOCUMENTATION","1638224128.18",""
(records are slightly edited to match with my example)
The old version (1.6) made only one CDR entry for the same situation. Is there a way to force the old behaviour? Or am I doing something wrong?