Re: [OSL | CCIE_Voice] UCCX Recordings

2013-01-29 Thread Jason Aarons
What is 8x?This is the ccie voice mailing list.  We don't talk about
anything other than 7x.  J

 

I would add a Play Prompt after the Record step to playback what you just
recorded.  Helps  verify audio got through.

 

From: ccie_voice-boun...@onlinestudylist.com
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Tanner Ezell
Sent: Tuesday, January 29, 2013 6:05 PM
To: Cory Gray
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] UCCX Recordings

 

Not only is this bad practice, it won't be supported on 8.x or later.

On Tue, Jan 29, 2013 at 4:01 PM, Cory Gray 
wrote:

Here is mine

 

Variable

1 document variable.

 

Creat a script from scratch

Start

Contact > Accept step

Media > recording step pointing to your document variable

End

 

Recording will copy to wfavvid > temp

 

Sometimes it creats 2 files

 

Delete the 1k file

 

Rename the remaining file to something easy to remember

 

Upload this to uccx througj prompt upload

 

This method works 100% of the time if you can call into cuccx.

Sent from my iPhone


On Jan 29, 2013, at 3:58 PM, "Tanner Ezell"  wrote:

User uAuthUser

Document dRecording

 

uAuthUser = Get User ("myuser", by User Id)

Authenticate (uAuthUser, "myusepassword")

 - Success:

   - dRecording = Recording()

 - Success:

   - Upload Document("myPrompt.wav", dRecording)

 

I'd throw in a get digits step to collect the prompt number simplify the
process a bit.

 

Thats the bare minimum to get recording going.

 

Tanner.

 

On Tue, Jan 29, 2013 at 11:10 AM, Barrera, Hugo 
wrote:

Hi,

 

I just want to hear some different suggestions on how you have done your
recordings for uccx in the lab? I know you can do them on CUC through
greetings administrator but what about from uccx? Is there a quick script to
throw together that will allow me to directly record greetings on uccx I
think there is??

 

 

Hugo 

 


___
For more information regarding industry leading CCIE Lab training, please
visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out
www.PlatinumPlacement.com

 

___
For more information regarding industry leading CCIE Lab training, please
visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out
www.PlatinumPlacement.com

 

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] UCCX Recordings

2013-01-29 Thread Cory Gray
It is quick and works on version 7.  Is that not the goal?  If it messes you up 
in the CCIE lab, please say way.

Sent from my iPhone

On Jan 29, 2013, at 6:04 PM, "Tanner Ezell"  wrote:

> Not only is this bad practice, it won't be supported on 8.x or later.
> 
> On Tue, Jan 29, 2013 at 4:01 PM, Cory Gray  wrote:
>> Here is mine
>> 
>> Variable
>> 1 document variable.
>> 
>> Creat a script from scratch
>> Start
>> Contact > Accept step
>> Media > recording step pointing to your document variable
>> End
>> 
>> Recording will copy to wfavvid > temp
>> 
>> Sometimes it creats 2 files
>> 
>> Delete the 1k file
>> 
>> Rename the remaining file to something easy to remember
>> 
>> Upload this to uccx througj prompt upload
>> 
>> This method works 100% of the time if you can call into cuccx.
>> 
>> Sent from my iPhone
>> 
>> On Jan 29, 2013, at 3:58 PM, "Tanner Ezell"  wrote:
>> 
>>> User uAuthUser
>>> Document dRecording
>>> 
>>> uAuthUser = Get User ("myuser", by User Id)
>>> Authenticate (uAuthUser, "myusepassword")
>>>  - Success:
>>>- dRecording = Recording()
>>>  - Success:
>>>- Upload Document("myPrompt.wav", dRecording)
>>> 
>>> I'd throw in a get digits step to collect the prompt number simplify the 
>>> process a bit.
>>> 
>>> Thats the bare minimum to get recording going.
>>> 
>>> Tanner.
>>> 
>>> On Tue, Jan 29, 2013 at 11:10 AM, Barrera, Hugo  
>>> wrote:
 Hi,
 
  
 
 I just want to hear some different suggestions on how you have done your 
 recordings for uccx in the lab? I know you can do them on CUC through 
 greetings administrator but what about from uccx? Is there a quick script 
 to throw together that will allow me to directly record greetings on uccx 
 I think there is??
 
  
 
  
 
 Hugo
 
  
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
>>> 
>>> ___
>>> For more information regarding industry leading CCIE Lab training, please 
>>> visit www.ipexpert.com
>>> 
>>> Are you a CCNP or CCIE and looking for a job? Check out 
>>> www.PlatinumPlacement.com
> 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] UCCX Recordings

2013-01-29 Thread Tanner Ezell
Not only is this bad practice, it won't be supported on 8.x or later.

On Tue, Jan 29, 2013 at 4:01 PM, Cory Gray wrote:

> Here is mine
>
> Variable
> 1 document variable.
>
> Creat a script from scratch
> Start
> Contact > Accept step
> Media > recording step pointing to your document variable
> End
>
> Recording will copy to wfavvid > temp
>
> Sometimes it creats 2 files
>
> Delete the 1k file
>
> Rename the remaining file to something easy to remember
>
> Upload this to uccx througj prompt upload
>
> This method works 100% of the time if you can call into cuccx.
>
> Sent from my iPhone
>
> On Jan 29, 2013, at 3:58 PM, "Tanner Ezell" 
> wrote:
>
> User uAuthUser
> Document dRecording
>
> uAuthUser = Get User ("myuser", by User Id)
> Authenticate (uAuthUser, "myusepassword")
>  - Success:
>- dRecording = Recording()
>  - Success:
>- Upload Document("myPrompt.wav", dRecording)
>
> I'd throw in a get digits step to collect the prompt number simplify the
> process a bit.
>
> Thats the bare minimum to get recording going.
>
> Tanner.
>
> On Tue, Jan 29, 2013 at 11:10 AM, Barrera, Hugo 
> wrote:
>
>>  Hi,
>>
>> ** **
>>
>> I just want to hear some different suggestions on how you have done your
>> recordings for uccx in the lab? I know you can do them on CUC through
>> greetings administrator but what about from uccx? Is there a quick script
>> to throw together that will allow me to directly record greetings on uccx I
>> think there is??
>>
>> ** **
>>
>> * *
>>
>> *Hugo *
>>
>> ** **
>>
>> ___
>> For more information regarding industry leading CCIE Lab training, please
>> visit www.ipexpert.com
>>
>> Are you a CCNP or CCIE and looking for a job? Check out
>> www.PlatinumPlacement.com
>>
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] UCCX Recordings

2013-01-29 Thread Cory Gray
Here is mine

Variable
1 document variable.

Creat a script from scratch
Start
Contact > Accept step
Media > recording step pointing to your document variable
End

Recording will copy to wfavvid > temp

Sometimes it creats 2 files

Delete the 1k file

Rename the remaining file to something easy to remember

Upload this to uccx througj prompt upload

This method works 100% of the time if you can call into cuccx.

Sent from my iPhone

On Jan 29, 2013, at 3:58 PM, "Tanner Ezell"  wrote:

> User uAuthUser
> Document dRecording
> 
> uAuthUser = Get User ("myuser", by User Id)
> Authenticate (uAuthUser, "myusepassword")
>  - Success:
>- dRecording = Recording()
>  - Success:
>- Upload Document("myPrompt.wav", dRecording)
> 
> I'd throw in a get digits step to collect the prompt number simplify the 
> process a bit.
> 
> Thats the bare minimum to get recording going.
> 
> Tanner.
> 
> On Tue, Jan 29, 2013 at 11:10 AM, Barrera, Hugo  
> wrote:
>> Hi,
>> 
>>  
>> 
>> I just want to hear some different suggestions on how you have done your 
>> recordings for uccx in the lab? I know you can do them on CUC through 
>> greetings administrator but what about from uccx? Is there a quick script to 
>> throw together that will allow me to directly record greetings on uccx I 
>> think there is??
>> 
>>  
>> 
>>  
>> 
>> Hugo
>> 
>>  
>> 
>> 
>> ___
>> For more information regarding industry leading CCIE Lab training, please 
>> visit www.ipexpert.com
>> 
>> Are you a CCNP or CCIE and looking for a job? Check out 
>> www.PlatinumPlacement.com
> 
> ___
> For more information regarding industry leading CCIE Lab training, please 
> visit www.ipexpert.com
> 
> Are you a CCNP or CCIE and looking for a job? Check out 
> www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] UCCX Recordings

2013-01-29 Thread Tanner Ezell
User uAuthUser
Document dRecording

uAuthUser = Get User ("myuser", by User Id)
Authenticate (uAuthUser, "myusepassword")
 - Success:
   - dRecording = Recording()
 - Success:
   - Upload Document("myPrompt.wav", dRecording)

I'd throw in a get digits step to collect the prompt number simplify the
process a bit.

Thats the bare minimum to get recording going.

Tanner.

On Tue, Jan 29, 2013 at 11:10 AM, Barrera, Hugo wrote:

>  Hi,
>
> ** **
>
> I just want to hear some different suggestions on how you have done your
> recordings for uccx in the lab? I know you can do them on CUC through
> greetings administrator but what about from uccx? Is there a quick script
> to throw together that will allow me to directly record greetings on uccx I
> think there is??
>
> ** **
>
> * *
>
> *Hugo *
>
> ** **
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] UCCX Recordings

2013-01-29 Thread Barrera, Hugo
Hi,

I just want to hear some different suggestions on how you have done your 
recordings for uccx in the lab? I know you can do them on CUC through greetings 
administrator but what about from uccx? Is there a quick script to throw 
together that will allow me to directly record greetings on uccx I think there 
is??


Hugo

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com