[Asterisk-Users] CDR question

Benchev bbench at mail.bg
Tue Mar 14 10:03:20 MST 2006


> > i'm trying without success to change the dst (destination) entry of the
> > cdr. I'm using the following:
> > exten=>_2006234500254.,2,SetVar(CDR(dst)=${EXTEN:10})
> > exten=>_2006234500254.,3,Dial(OH323/${EXTEN:10}@196.201.248.195,60,tr)
> > I want to record into the cdr only the called number, but in the cdr
> > appears the prefix 2006234500254.
But this should do it:
exten=>_2006234500254.,2,Set(CDR(dst) = ${EXTEN:10})
exten=>_2006234500254.,3,Dial(OH323/${EXTEN:10}@196.201.248.195,60,tr)

Benchev



More information about the asterisk-users mailing list