Displaying 1 result from an estimated 1 matches for "my_custom_field_a".
Did you mean:
my_custom_field_z
2011 Apr 29
0
Local channel scenario flushes CDR before dialplan end
...ler to value quality of service
- another IVR, record some messages)
same => n,Hangup()
exten => h,1,Noop(I'm using func_odbc to save quiz results into DB,
process recorded files, etc.)
same => n,Noop(I'm using cdr_adaptive to store custom fields in table
columns)
same => n,CDR(my_custom_field_a)=my_value
same => n,CDR(my_custom_field_z)=my_value
[office]
exten => 555,1,Dial(SIP/555)
same => n,Hangup()
A call comes from a SIP trunk directly to 555 at incoming. It forks new
pair of Local channels, bridging other leg to SIP/555. SIP peer answers
the call, then hangs up. Dialplan c...