- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2013 07:04 AM - edited 03-18-2019 01:40 AM
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
Solved! Go to Solution.
- Labels:
-
Room Endpoints
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2013 05:05 PM
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
Please remember to mark helpful responses and to set your question as answered if appropriate.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2013 05:05 PM
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
Please remember to mark helpful responses and to set your question as answered if appropriate.
