search for: d9fd38b5

Displaying 1 result from an estimated 1 matches for "d9fd38b5".

2009 Jan 19
1
How to overwrite CDR(dst) value in h priority?
Hi everyone, In one of my contexts I run h priority in which I need to change the CDR(dst) value. But it doesn't work and in the CDR dst field is recorded as h. Context abc { 111 => { ... ... ... }; h => { Set(CDR(dst)='111'); NoOp(${CDR(dst)}); Hangup(); }; }; Can anybody give me an idea how to accomplish this task? In my CDR I need to see 111 in the dst field and not h.