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 23: Line 23:
----
----


<nowiki>
<code xml>
</while>
</while>
<store-getstat root="$cn" name="/" out-error="$error" />  
<store-getstat root="$cn" name="/" out-error="$error" />  
Line 34: Line 34:
     </function>
     </function>
</voicemail>
</voicemail>
</nowiki>
</code>


----
----


Wolfgang
Wolfgang

Revision as of 11:15, 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