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
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to