Убрать все спецсимволы из набираемого номера



Last updated
Was this helpful?
Was this helpful?
[all_peers-custom]
exten => s,1,NoOp(Cleaning dst number)
same => n,Set(cleanNumber=${FILTER(\*\#1234567890,${EXTEN})})
same => n,ExecIf($["${EXTEN}" != "${cleanNumber}"]?Goto(all_peers,${cleanNumber},1))
same => n,return