> > 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:[EMAIL PROTECTED],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:[EMAIL PROTECTED],60,tr)

Benchev
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to