search for: ph0

Displaying 1 result from an estimated 1 matches for "ph0".

Did you mean: ph
2008 Aug 29
0
Asterisk cdr_mysql inexact values
...am using spriority inside that macro, so somehow cdr SOMETIMES report s as dst. If you can help me to arange my macro to remove that s from cdr or by any advice i would be gratefull. My macro: [macro-phonesystems] exten => s,1,NoOp(We are calling=${ARG1}) exten => s,2,GotoIf($[${GROUP_COUNT(ph0)}>=1]?100:3) exten => s,3,Set(GROUP()=ph0) exten => s,4,Dial(Sip/${ARG1:1}@ovh1,40,TwW) exten => s,5,NoOP(PH0) exten => s,100,GotoIf($[${GROUP_COUNT(ph1)}>=1]?200:101) exten => s,101,Set(GROUP()=ph1) exten => s,102,Dial(Sip/${ARG1:1}@ovh2,40,Tw) exten => s,103,NoOp(PH1)...