#!/usr/bin/python import agi A = agi.AGI() Result = A.Cmd('SAY NUMBER 123 "*#"') A.Write(Result[0])