shayne.alone at gmail.com
2011-Apr-11 10:25 UTC
[asterisk-users] update CDR fields after Queue
Dears; I have been faced with a problem that I am not sure about how can I solve it... I my scenario there is a variable which will be ready just after the callee had hanged up and the caller, which coming throw a Queue. But the CDR fields are logged into DB just after the Queue application. so the '*userfield' *field will remained Blank. is there any way to suspend CDR write INTO DB untill the end of the whole dialplan priorities? *exten => research,1,Answer()* *exten => research,n,Wait(3)* *exten => research,n,Queue(research,tkc)* *exten => research,n,Noop(${BRIDGEPEER:4:4})* *exten => research,n,SayNumber(${BRIDGEPEER:4:4})* *exten => research,n,read(dtmf,,1,,,10)* *exten => research,n,Set(CDR(userfield)=${**dtmf}**)* *exten => research,n,Hangup* -- Regards, Ali R. Taleghani 0936 322 4069 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110411/e411d6c6/attachment.htm>