I'm trying to put together a handler that prompts the caller for credentials and uses those credentials in a stored procedure call. The results of the of stored proc contain a phone number to call and a phone number to use as the ANI.
Prompting for credentials is done.
Calling the stored proc and capturing the results is done.
I'm using "I3DialPlan" and "Extended Place Call" to make the call. I'm getting a Success status from "EPC", but when I try to "Conference" or "Transfer" nothing happens.
Do I need to do something else with the second call before I can actually use it?
I had the Attendant setup call it's "Transfer" after the subroutine returned and it called the number established in the handler just fine.
This can't be that hard.