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

From innovaphone wiki
Revision as of 14:53, 26 November 2009 by Transalpler (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
There are also other versions of this article available: Howto | Howto_talk (this version)

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>


Now everything is fine!

Wolfgang