Hello everyone
I’ve been searching if Asterisk saves the SIP responses* of every call
Since I haven’t find them I suppose that Asterisk doesn’t store them by default, just 3 dispositions on the CDR’s: Answered, No Answer and Busy.
You have to do that yourself. The Asterisk core doesn’t know about SIP. SIP respnses are translated to ISDN code and then summarised to the ones you are seeing. There are functions for reading them from the dialplan.
@david551
I know that the dialplan can send data to a DB as part of a cdr field, and even change its value before, do you know the name of the data that i should look for?