Strip of "+" international prefix after header cut

Hello,

We must use this header cut snippet for our trunk
[from-trunk]
exten => _.,1,Goto(from-trunk,${CUT(CUT(SIP_HEADER(To),@,1),:,2)},1)

How can i add also this function to the from-trunk here to cut of the international prefix (+)?

[from-trunk] 
exten => _X!,1,GotoIf($["${CALLERID(num):0:2}" != "+1"]?noplusatstart) 
exten => _X!,n,Set(CALLERID(num)=${CALLERID(num):1}) 
exten => _X!,n(noplusatstart),Goto(from-trunk,${EXTEN},1)

Thanks for help :slight_smile:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.