I'm trying to use the commands
exten => _**1NXXNXXXXXX,1,Set(pnum=${EXTEN:2:11})
same => n,Dial(PJSIP/${pnum}@flowroute)
and it seems like either I'm not setting the variable correctly or not referencing it correctly. I thought I had the syntax correct but not??
↧