Howto talk:A Simple Recording Solution On-Top of The innovaphone Voicemail: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
</voicemail>
</voicemail>
</nowiki>
</nowiki>
---
Wolfgang

Revision as of 11:10, 26 November 2009

The enhanced Version does not store into Users /store Directory. I get the recorded files stored in VM Root Directory. How can i fix that?

Hi,

Done. Just load the 05 version (see article).

Klaus

Hi,

Thank you. Now it records to VM/<Number> e.g. vm/240/

It should record to VM/<Name> e.g. vm/user1/ or vm/user1/store So the Recording can`t be accessed via (normal)Voicemail.

Wolfgang

Hello again,

Just changed some $cgpn to $cn in the last few lines in your script:


</while> <store-getstat root="$cn" name="/" out-error="$error" /> <if cond="$error"> <store-mkdir root="$cn" name="/"/> </if> <store-get root="$cn" name="$Lctrl" out-url="$ctrl" /> <pbx-record url="$ctrl" barge-in="false"/> <pbx-disc/> </function> </voicemail>

---

Wolfgang