[asterisk-users] How to overwrite CDR(dst) value in h priority?

Zeeshan Zakaria zishanov at gmail.com
Mon Jan 19 07:45:00 CST 2009


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.

Thanks

-- 
Zeeshan A Zakaria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090119/a169d685/attachment.htm 


More information about the asterisk-users mailing list