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

From innovaphone wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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