hi
i am having pbxmanager 6.0.1.76. it is directly going to the first handler on cli this was the error i am getting
pbx_substitute_variables_helper_full: Error in extension logic (missing '}')
can you please help me
here is the inbound.include for that TN
hi erik
here is the inbound.include for that TN
exten => 2484340815,1,Set(DIALED_PUBLIC_NUMBER=${EXTEN})
exten => 2484340815,2,Set(DIALED_NUMBER=${EXTEN})
exten => 2484340815,3,Set(status=${DB(TL/TENANT/DLK/status)})
exten => 2484340815,4,GotoIf($["${status}" != "0"]?7)
exten => 2484340815,5,Playback(ss-noservice)
exten => 2484340815,6,Congestion
exten => 2484340815,7,GotoIfTime(*,*,*,*?from-outside-2484340815-tl-allhours-DLK,${EXTEN},1)
here is the inbound.include
exten => 2484342538,1,Set(DIALED_PUBLIC_NUMBER=${EXTEN})
exten => 2484342538,2,Set(DIALED_NUMBER=${EXTEN})
exten => 2484342538,3,Set(status=${DB(TL/TENANT/Dish4Sale/status)})
exten => 2484342538,4,GotoIf($["${status}" != "0"]?7)
exten => 2484342538,5,Playback(ss-noservice)
exten => 2484342538,6,Congestion
exten => 2484342538,7,GotoIf($["${DB(TL/TENANT/Dish4Sale/officemode)" = "day"]?from-outside-2484342538-day,${EXTEN},1)
exten => 2484342538,8,GotoIf($["${DB(TL/TENANT/Dish4Sale/officemode)" = "night"]?from-outside-2484342538-night,${EXTEN},1)
exten => 2484342538,9,GotoIf($["${DB(TL/TENANT/Dish4Sale/officemode)" = "temp"]?from-outside-2484342538-temp,${EXTEN},1)
exten => 2484342538,10,Goto(from-outside-2484342538-any,${EXTEN},1)
you may have a new version of
you may have a new version of pbx manager but it appears your route was created on an older version with a bug. have you tried re-publishing your inbound route?
your missing the } after officemode) which was fixed a while ago.
show me your inbound.include for that TN