RATE_URL

RATE_URL specifies URL of web-page, which returns rate for specified desination. Rate is per minute.

See details here: Display of Remaining Credit Time (HTTP method).

 

Example:

!define RATE_URL       "http://www.example.com/dialerGetRate.aspx?user={LOGIN}&called={NUMBER}"

 

Following parameters can be used inside URL:

  • {LOGIN}                 - account login
  • {PASSWORD}          - account password
  • {PASSWORD_MD5}   - account password encrypted with MD5
  • {NUMBER}              - dialed phone number, for which the rate is requested

 

 

Comments (0)