Displaying 1 result from an estimated 1 matches for "readconfno".
Did you mean:
readconf
2009 Aug 13
1
RealTime in dialplan - proper way?
...th the dialplan and Realtime lookups. Just
downloaded the latest stable 1.6.1.2. The app_realtime, which was
perfectly brilliant and did exactly what I needed, is gone; replaced
with func_realtime. The REALTIME function is unacceptable:
; Get the conference number from the user
exten => s,n(readconfno),Read(USER_CONFNO,conf-getconfno,0,3,20)
; See if that conference exists in database
exten => s,n,Set(CONFINFO="${REALTIME(meetme,confno,${USER_CONFNO})}")
; If conference doesn't exist, play error
exten => s,n,GotoIf(${ISNULL(${CONFINFO})} ? 101)
; Retardedly stri...