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
 
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:


Klaus
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:
----
<code xml>
</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>
</code>
----
Now everything is fine!
Wolfgang

Latest revision as of 14:53, 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>


Now everything is fine!

Wolfgang