Displaying 1 result from an estimated 1 matches for "moyend".
Did you mean:
moyena
2008 Aug 29
0
Asterisk cdr_mysql inexact values
...extensions.conf from where we are jumping to that macro
exten =>
_00[123459]XXXXXXXX!,1,Monitor(gsm,${CALLERID(num)}APP-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
exten => _00[123459]XXXXXXXX!,2,GotoIf($[${DB(internet/disponible)}=1]?3:7)
exten => _00[123459]XXXXXXXX!,3,GotoIf($[${DB(moyende/telecom)}=0]?4:6)
exten => _00[123459]XXXXXXXX!,4,Macro(phonesystems,${EXTEN})
exten => _00[123459]XXXXXXXX!,5,Hangup()
;this hangup is for marcro returning
exten => _00[123459]XXXXXXXX!,6,GotoIf($[${DB(moyende/telecom)}=1]?7:8)
;case 8 should never happen, just in case.
exten => _00[1...