Hi, I know that this topic is disscussed there many times, but I havent found the answer…
I want to store HANGUPCAUSE in cdr_custom,i have this extension:
exten =>_0X.,1,Dial(IAX2/****/${EXTEN:1},g)
and this in same context
exten => h,1,Set(CDR(userfield)=Hangupcause:${HANGUPCAUSE})
cdr is set correctly… but the “h” extension is never triggered when I call from asterisk to phone…
I’m I missing something important?
Thanks