dect
/
asterisk
Archived
13
0
Fork 0

lets try just a empty speed dial

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1586 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jeremy 2003-09-30 10:53:02 +00:00
parent f085e56c40
commit 9fe2d8ba8d
1 changed files with 0 additions and 2 deletions

View File

@ -1989,7 +1989,6 @@ static int handle_message(skinny_req *req, struct skinnysession *s)
case SPEED_DIAL_STAT_REQ_MESSAGE:
/* Not really sure how Speed Dial's are different than the
Softkey templates */
#if 0
speedDialNum = req->data.speeddialreq.speedDialNumber;
// if (skinnydebug)
// printf ("Recieved SpeedDialStatReq: %d\n", speedDialNum);
@ -2003,7 +2002,6 @@ static int handle_message(skinny_req *req, struct skinnysession *s)
sprintf(req->data.speeddial.speedDialDisplayName, "Asterisk Rules!");
transmit_response(s, req);
#endif
break;
case LINE_STATE_REQ_MESSAGE:
lineNumber = req->data.line.lineNumber;