File: //home/arjun/projects/buyercall_forms/buyercall/buyercall/lib/messages.py
MSG_TOO_SLOW = "We're sorry, another agent has accepted this call."
MSG_DIGIT_PROMPT = 'Press any key to accept this call, or this call will \
be canceled.'
MSG_SERVICE_UNAVAILABLE = "We're sorry, our service is currently unavailable. \
An agent will call you back as soon as possible."
MSG_CANNOT_CONNECT = """We're sorry, we cannot connect you to an agent
presently. Please try again later."""
MSG_NOT_AVAILABLE = """Sorry, we are not available at the moment. We will
remember your call, and will get back to you as soon as possible."""
MSG_INVALID_DIGIT = 'You have pressed an invalid digit. Please try again.'