cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1103
Views
0
Helpful
1
Replies

Does TCL IVR script play greeting to different legs simultaneously or sequential?

KrzysztofG
Level 1
Level 1

I am wondering if TCL script can destroy connection of two legs and play greeting to both leg simultaneously.

Is it possible that this sequence would work correctly?

  connection destroy

  media play leg_incoming  in_greatings.au

  media play leg_incoming out_greatings.au

  connection create $incoming $outgoing

I am not developer, so any help is appreciated.

Krzysztof

1 Accepted Solution

Accepted Solutions

yawming
Cisco Employee
Cisco Employee

Yes

1. connection destroy all

2. Upon receiving ev_destroy_done event

    media play leg_incoming  in_greatings.au

    media play leg_outgoing out_greatings.au

3. Will have 2 ev_media_done events

    When receives last ev_media_done

    connection create $incoming $outgoing

View solution in original post

1 Reply 1

yawming
Cisco Employee
Cisco Employee

Yes

1. connection destroy all

2. Upon receiving ev_destroy_done event

    media play leg_incoming  in_greatings.au

    media play leg_outgoing out_greatings.au

3. Will have 2 ev_media_done events

    When receives last ev_media_done

    connection create $incoming $outgoing

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: