cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11286
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

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

Hi Jerry,

Check your meetme number configured with unlocked as below.

ephone-dn  11  octo-line
number 1111
conference meetme unlocked

Thanks,
Raghavendra

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

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

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

Pranjol Saikia
Level 4
Level 4

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