On 04/30/2014 08:02 AM, Fred Posner wrote:
On 04/30/2014 04:16 AM, Alex Balashov wrote:
So, do you suppose I could achieve my objective by tracking every dialog--that is, by calling dlg_manage() in the initial request route for every call, and then calling set_dlg_profile() out of a failure route conditionally?
Wouldn't you need to set it within the original invite and then "do something" with it in the event_route[dialog:failed]?
Let's assume I don't want to use the event routes.