píše to v konzoli, čemuž nerozumím, pokud správně chápu, že nemůže najít ten kontext a řádek.
- Code: Select all
-- SIP/1-000001c9 Internal Gosub(incoming_spv_hint,s,1(cislo8,1)) start
[Sep 19 12:58:40] ERROR[6353][C-00000127]: app_stack.c:566 gosub_exec: Attempt to reach a non-existent destination for Gosub: (Context:incoming_spv_hint, Extension:s, Priority:1)
- Code: Select all
[incoming_spv_hint]
exten => _cislo[7-9],1,Set(DEVICE_STATE(Custom:linka${EXTEN:6:3})=INUSE)
exten => _cislo[7-9],n,Return()
[incoming_spv]
exten => _cislo[7-9],1,Set(DEVICE_STATE(Custom:linka${EXTEN:6:3})=RINGING)
exten => _cislo[7-9],2,Set(SPL_LINKA=${EXTEN:6:3})
exten => _cislo[7-9],3,Dial(SIP/1&SIP/3&SIP/4&dahdi/4,60,U(incoming_spv_hint^${EXTEN}^1))
exten => _cislo[7-9],n,Hangup()
;polozeni hovoru
exten=> h,1,Set(DEVICE_STATE(Custom:linka${SPL_LINKA})=NOT_INUSE)
exten => h,n,Set(SPL_LINKA=0)