Closed mkhattab closed 13 years ago
Ok, I see a potential work around is in issue 27
I'll just close this one because it looks it might be a PITA to fix this issue.
ok =)
the comment " don't send record result if call has hangup" was wrong, I removed it.
Now rest xml is fetched even if call has hung up and raising RESTHangup exception is done after fetching.
re reading Record code, I found a little bug too, ... fixed now :)
Hi,
I'm trying to implement voicemail functionality using Plivo, but when a recording is made and the caller hangs up before reaching the time limit, it doesn't send the result to the action url specified.
Browsing through the code, I found this: elements.py line 1346
If this can't be changed, is there a work around I could implement?