04-03-2014 04:05 AM
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
04-03-2014 05:11 AM
Hi Chaitanya,
how you are trying to set the password? could you please explain more what you are trying to do?
Thanks,
Raghavendra
04-03-2014 11:35 PM
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
04-03-2014 11:41 PM
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
04-03-2014 11:43 PM
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.
04-04-2014 12:46 AM
04-26-2014 02:20 AM
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
04-28-2014 02:01 AM
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
04-30-2014 03:16 AM
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
04-30-2014 03:31 AM
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
04-30-2014 11:27 PM
05-02-2014 12:27 AM
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
06-24-2015 10:56 PM
Hello, can you please tell me is this solution working or not?
08-23-2016 02:07 AM
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
08-23-2016 09:27 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide