cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11268
Views
0
Helpful
20
Replies

How to Set Conference Password for Meetme Bridge

rilenp2006
Level 1
Level 1

hi,

can anyone help me to set conference password to login meetme Bridge using TCL Scripts,

Details:

CCME 4.1

IOS :12.4(15)T1

cisco 3825 ISR Router.

Rgards,

Chaitanya D

20 Replies 20

Raghavendra G V
Cisco Employee
Cisco Employee

Hi Chaitanya,

how you are trying to set the password? could you please explain more what you are trying to do?

Thanks,

Raghavendra

hi Raghavendra,

i have crated a  meet me conference Bridge in my CCME router, i want anyone login to this bridge using PIN number
,

1) dialing conference Bridge number

2) announcment will be played for entring PIN number

3) after enterning PIN only it should connect to conference

4)if PIN is not corrcet it will play announcment to Retry

Hi Ragavendra,

i have created meet me conference Bridge in my CCME Router 3825

senario is like

1) if anyone want to join confrence Bridge dial bridge number

2)play announcment to enter conference PIN

3)if PIN is correct connect to Conference

4)if PIN is wrong Paly announcment to enter correct password

Like wise..

Regards,

Chaitanya


hi raghavendra,

the senario i have mentioned above need to be created using tcl script, for this only i am requesting for help,

because i am not good at that.


Hi Chaitanya,

Attached TCL script will cover your requirements, you can modify it accordingly.

Thanks,

Raghavendra

hi Raghavendra,

can you tell me the procedure how do i map this script to meetme dn number: 44567, i have uploaded them to flash, but how do i map this script to perticular number in cisco cme, 15.1 IOS cme 8.0

Hi,

To invoke your TCL script, you need to configure the application and then associate the application to inbound dial peer.

for example :

config t

  application 

      service password2call flash:password2call.tcl

        param enter-pw-prompt flash: < any audio file >

        param password1 <password>

       

  dial-peer voice 1 voip  

    service password2call

for more information you can refer TCL IVR Videos and programming guide in below link

 

https://developer.cisco.com/site/collaboration/call-control/voice-gateway/documentation/

Thanks,

Raghavendra

Hi raghavendra,

i have configured the steps which you have given, but problem is my conference bridge number is 78928,

how do i mapp the script to this perticular number, even now also i dial to 78928 no meesage is playing its dierectly connecting


did you configured script under the correct dial peer, make sure that audio file is copied to flash.

please collect logs with below debugs if you still face the issue.

debug voip app

Thanks,

Raghavendra

hi please find the debugs, and also while giving the commads it si showing like  enter-pw-prompt flash:enter_pin.au, it is showing namespace is not configured in password2call

Hi,

From the logs i don't see TCL script is triggered, please make sure you have configured the script under right incoming dial peer.

Thanks,

Raghavendra

Hello, can you please tell me is this solution working or not?

Hi Raghavendra,

I got the same issue. I tried your script and once I inputted the correct password the call was ended and not routed to my MeetMe number.

Is there anything I need to change in your script?

Many thanks,

Jerry

This script actually has nothing to do with MEETME, I would check the following:

1. calling meetme directly without tcl script see if it's working.

2, use this script but just set the destination to a phone see if it's working.

If both are working fine then we need to debug the interworking.