stringBuffer.append(event.getCustomerName());
stringBuffer.append(". You have placed an order of $");
stringBuffer.append(event.getAmmount());
stringBuffer.append(". Press 1 to confirm and 2 to decline.");
ttsSession.textToAudioFile(stringBuffer.toString());
try {
// Set the caller address to the address of our call controller
Address callerAddress = getSipUtils()
.convertURIToAddress(callerSip);