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

Use command line to call from EX60/C40

kalebdienelt
Level 1
Level 1

Hello,

I am looking to use command line or xml to call extensions from our EX60 and C40. I want to automate the call from the devices. We are using CM 9.1 and TC6.

Also, would anybody know if it is possible to setup PLAR/Hot Dial so when a user picks up the phone on the EX60 it dials an extension automatically? I have tried through SIP Dial Rule and PLAR in CUCM.

Thanks,

Kaleb

1 Accepted Solution

Accepted Solutions

Wayne DeNardi
VIP Alumni
VIP Alumni

To dial from the command line you can use the "xcommand dial" command.

xCommand Dial

Dial out from the system. Returns information about the CallId and ConferenceId, which are required for some other commands.

Number: Enter the number or address.

Protocol: Select the H323 or SIP protocol.

CallRate: Set a call rate.

CallType: Select the audio or video call type.

BookingId: Any identifier that an external booking system (e.g. TMS, CTS-MAN) can use for its own references to match placed calls with the booking systems internal identifier for a meeting. This can be any string, e.g. a GUID. The booking Id will be supplied in call logs, call events etc for the call.

Requires user role: USER

Parameters:

     Number(r): < 0="">
     Protocol:
     CallRate: <64..6000>
     CallType:

Example:

     xCommand Dial Number:543210 Protocol:h323
     OK
     *r DialResult (status=OK):
     CallId: 2
     ConferenceId: 1
     ** end

Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.

View solution in original post

1 Reply 1

Wayne DeNardi
VIP Alumni
VIP Alumni

To dial from the command line you can use the "xcommand dial" command.

xCommand Dial

Dial out from the system. Returns information about the CallId and ConferenceId, which are required for some other commands.

Number: Enter the number or address.

Protocol: Select the H323 or SIP protocol.

CallRate: Set a call rate.

CallType: Select the audio or video call type.

BookingId: Any identifier that an external booking system (e.g. TMS, CTS-MAN) can use for its own references to match placed calls with the booking systems internal identifier for a meeting. This can be any string, e.g. a GUID. The booking Id will be supplied in call logs, call events etc for the call.

Requires user role: USER

Parameters:

     Number(r): < 0="">
     Protocol:
     CallRate: <64..6000>
     CallType:

Example:

     xCommand Dial Number:543210 Protocol:h323
     OK
     *r DialResult (status=OK):
     CallId: 2
     ConferenceId: 1
     ** end

Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.