Displaying 1 result from an estimated 1 matches for "8da7".
Did you mean:
8d7a
2004 Jul 04
1
cdr and edit dst field
For make outgoing call, i setup 0. However 0 is write in the cdr dst field.
Is there a way to remove it when asterisk send it to cdr_mysql ?
exten => _0X.,1,Dial,SIP/${EXTEN:1}@mygateway
I just want have in cdr dst = ${EXTEN:1}
This don't work :
exten => _0X.,1,SetVar(EXTEN=${EXTEN:1})
exten => _0X.,2,Dial,SIP/${EXTEN}@mygateway
Use another variable still record ${EXTEN}
--