Bug 68342 - ports/comm/sms_client web URL change
Summary: ports/comm/sms_client web URL change
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 21:20 UTC by John Johnson
Modified: 2004-06-25 22:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Johnson 2004-06-25 21:20:17 UTC
The sms_client port (/usr/ports/comm/sms_client) has the ability to send SMS messages to subscribers of AT&T, however the URL to send SMS to AT&T subscribers has changed, in the file  /usr/local/etc/sms/services/att_web 
It has the following:
SMS_url      = "http://www.mobile.att.net/mc/mc_pagersend.cgi"
that URL is no longer available and you cannot send SMS through it.

Fix: 

Change SMS_url to:
SMS_url      = "http://www.mymmode.com/messagecenter/pagersend.cgi"

I have tested this with my phone and have been able to get all of the SMS messages sent via sms_client to my AT&T wireless phone
How-To-Repeat: N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-06-25 22:34:01 UTC
State Changed
From-To: open->closed

Patch implementing your suggestion was committed.