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
08-23-2016 06:36 PM
Thanks Yawchen for your quick reply!
1. calling meetme directly without tcl script see if it's working. -- Works
2. use this script but just set the destination to a phone see if it's working. -- Where to set the destination?
The following is the dial-peer I used. I would like the call to 7177 can be rerouted to my MeetMe number after user inputted the correct password. My real MeetMe number is 1111.
dial-peer voice 7177 voip
description MeetMe
service password2call
destination-pattern 7177
session target ipv4:128.224.160.2
incoming called-number 7177
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
Thanks!
Jerry
08-23-2016 08:04 PM
Hi Jerry,
Check your meetme number configured with unlocked as below.
ephone-dn 11 octo-line
number 1111
conference meetme unlocked
Thanks,
Raghavendra
08-23-2016 10:00 PM
Hi Raghavendra,
I configured my meetme number just as you posted here.
My question is how can the call to 7177 be routed to my meetme number 1111.
I didn't find any parameter about it in password2call.
Thanks,
Jerry
08-23-2016 11:32 PM
I did some test and found if I configure the dialed number in dial peer same with the meetme number the call can be routed to meetme successfully.
Wondering how can add a parameter to route call to the specified meetme number.
So the dialed number can be different with the meetme number.
Many thanks,
Jerry
08-28-2016 09:32 PM
You can configure new param as below in init_ConfigVars procedure.
global meetme_num
if [infotag get cfg_avpair_exists meetme-num] {
set meetme_num [string trim [infotag get cfg_avpair meetme-num]]
} else {
set meetme_num "NONE"
}
and pass above param to handoff command in act_GotDigits procedure
handoff callappl leg_incoming default "DESTINATION=$meetme_num"
Thanks,
Raghavendra
08-22-2015 06:23 AM
Checkout MARS MeetMe Password in the link below for the below features
http://www.parsec-tech.com/portfolio.html
Application VIDEO : MARS MeetMe Password for Cisco CUCM - YouTube
MARS Meet-Me Password application adds the following capabilities
1. Remotely start the MeetMe conference
2. Authentication/Password for MeetMe Conference
3. Meeting Host Required/Not Required
4. Start the MeetMe Conference from Jabber Client
5. Start the MeetMe Conference from iOS Based Phone , Android Based Phone
THERE IS NO NEED TO UCCE/UCCX/UNITY for this application
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