Dialectic Icon

HTTP Server Command - dial

The dial command tells Dialectic to dial a number.

This command takes the following parameters:

Assuming an IP address of 192.168.0.100, the port set to 58384, and a password of SECRET, to dial NYC Information at 212-555-1212, the URL would look like this:

http://192.168.0.100:58384/dial?password=SECRET&number=212-555-1212&name=NYC%20Information&literal=NO

To dial using a specific Location, the URL would look like this:

http://192.168.0.100:58384/dial?password=SECRET&number=212-555-1212&name=NYC%20Information&literal=NO&location=Home

To use the alternate method of a nonce and password hash, query the Dialectic Remote HTTP server for the nonce using the challenge command:

http://192.168.0.100:58384/challenge

The Dialectic Remote HTTP server will respond with a reply such as e2f1d466511d53efd3c3e015d5d18378. Using this as your nonce and assuming your password is SECRET then the hash would be an MD5 hash of e2f1d466511d53efd3c3e015d5d18378:SECRET (6e13e1fd07a41e8a814796b4e56cc713). So, the alternate URL would look like this:

http://192.168.0.100:58384/dial?nonce=e2f1d466511d53efd3c3e015d5d18378&hash=6e13e1fd07a41e8a814796b4e56cc713&number=212-555-1212&name=NYC%20Information&literal=NO

And the URL using a specific Location would look like this:

http://192.168.0.100:58384/dial?nonce=e2f1d466511d53efd3c3e015d5d18378&hash=6e13e1fd07a41e8a814796b4e56cc713&number=212-555-1212&name=NYC%20Information&literal=NO&location=Home

Open

Open Dialectic Preferences

Related Topics

Dialectic Remote

Ways to Dial

Firewalls, Proxies, & Ports

Was this page helpful? Were there errors, inaccuracies, or typos?
Could something have been explained better? If so, please let us know. 

Copyright © 2017 JNSoftware LLC. All Rights Reserved.
All other products mentioned are copyright of their respective owners.
No endorsement of or affiliation with any third-party product or service is implied.