нужно TAB нажать?
Попробовал, dialplan перезагрузил, звонок идет, но перевод на мобильный к сожалению не происходит
exten => 2555,1,GotoIf($["${CALLERID(number)}" = "2323"]?:go_mobile)
А параллель вы тут закоментили, правильно?
sudo asterisk -r
core show application dial
Dial(Technology/Resource[&Technology2/Resource2[&...]][,timeout[,options[,URL]]])
w: Allow the called party to enable recording of the call by sending the
DTMF sequence defined for one-touch recording in "features.conf".
g: Proceed with dialplan execution at the next priority in the current
extension if the destination channel hangs up.
exten => 2555,n,GotoIf($["${CALLERID(number)}" = "2323"]?:go_mobile)
same => n,Dial(SIP/${EXTEN},30,tTwg${limit})
same => n,HangUp()
same => n(go_mobile),Dial($(spb-obit}/Номер мобильного телефона,30,tTwg${limit})
; same => n(go_mobile),Dial(SIP/${EXTEN}&$(spb-obit}/Номер мобильного телефона,30,tTwg${limit}) ;; Паралельный звонок на мобильный и на внутренний
same => n,HangUp()
show run | inc СТАРЫЙ_IP