Advertisement
Guest User

Untitled

a guest
Apr 19th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. exten => 888983XXXX,n(checknumma),GotoIf($[${phoneResponse} = A]?failRef:checknumma2)
  3. exten => 888983XXXX,n(checknumma2),GotoIf($[${phoneResponse} = 0 ]?getRef:checknumma3)
  4. exten => 888983XXXX,n(checknumma3),GotoIf($[${phoneResponse} > 0 ]?goDial)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement