Hi Kobel,

thanks for feedback.

 please share  ur script ?
Need to understand the script code :)

Regards,
Mritunjay



On Fri, Jan 14, 2011 at 11:58 PM, Miron Kobelski <findko...@gmail.com>wrote:

> Hi,
>
> this approach is also interesting, but I see following adventages of the
> SNU:
>  * you can listen to the recorded prompt and re-record it before saving the
> final version
>  * the prompts are uploaded directly to prompt repository (no need to
> upload it manually via web page)
>
> Number of steps required to create the script seems to be tha same. The
> only additional thing is that you need to make sure that "Name Dialing"
> field in CUCM's User Configuration page is configured so the user can login.
> I've also noticed that you don't need to use en_US language, you can simply
> use L[] to indicate default language. All variables used are defined in the
> SNU script by default.
>
> regards
> kobel
>
>
> On Fri, Jan 14, 2011 at 08:40, Mritunjay Kumar <mjs...@gmail.com> wrote:
>
>> Hi All ,
>>
>> I recording my prompt from following script
>>
>> accept
>>
>> RecordedDOC = Recording (Prompt)
>>
>>  successfull
>>     writeDOc (Recorded to filename)
>>
>> //file name is string variable with value "C:\Program
>> Files\wfavvid\MJ\newmyrecord.wav"
>> // RecordedDoc is DOcument variable
>>
>>
>> terminate
>>
>> do  i need to set the languaue to Us_propmt ? is this necessary.
>> here we dont have to set any user.
>> i ran and it works perfectly.
>>
>> Please provide ur feedback.
>>
>> Regards,
>> Mritunjay
>>
>>
>>
>> On Tue, Jan 11, 2011 at 12:23 PM, Shrini <linuxbos...@gmail.com> wrote:
>>
>>>  Thank you Miron for sharing this wonderful tip.
>>>
>>> On 1/10/2011 1:52 PM, Miron Kobelski wrote:
>>>
>>> Hello,
>>>
>>> I was playing with UCCX today and I think I found a quick way to record a
>>> custom prompt without using CUE or CUC.
>>>
>>> 1) open script editor on UCCX desktop and go to file > new > IVR tab >
>>> Spoken name upload
>>> 2) at the end of the SNU script, before Terminate step, add "Upload
>>> Prompt" step:
>>>  * language en_US
>>>  * name: "prompt.wav"
>>>  * Document: recording (variable used by the script)
>>>  * User: user (variable used by the script)
>>> 3) save the script to script repo and create the application (you would
>>> need it anyway for the task), but temporarily assign it with this modified
>>> SNU script
>>> 4) use the SNU IVR to record the prompts (remember to rename the file or
>>> it will get overwritten), which will be put directly to prompt repository.
>>> You need to authenticate with whatever the UCCX user (e.g. admin or agent)
>>> has in his "Name Dialing" field in CUCM's User Configuration page + his PIN.
>>> 5) Reuse your application by replacing the SNU script with the real one
>>> required by your task.
>>>
>>> Benefits:
>>>  * no need for CUE/CUC integration
>>>  * no need to enable outgoing call routing for CUC
>>>  * no need to configure Telephony Administration for prompt recording
>>>
>>> What's your method of choice and why? ;)
>>>
>>> regards
>>> kobel
>>>
>>>
>>>
>>> _______________________________________________
>>> For more information regarding industry leading CCIE Lab training, please 
>>> visit www.ipexpert.com
>>>
>>>
>>> _______________________________________________
>>> For more information regarding industry leading CCIE Lab training, please
>>> visit www.ipexpert.com
>>>
>>>
>>
>
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to