diff options
Diffstat (limited to 'e3372-readsms.sh')
-rwxr-xr-x | e3372-readsms.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/e3372-readsms.sh b/e3372-readsms.sh index 4191bd1..88dfbe3 100755 --- a/e3372-readsms.sh +++ b/e3372-readsms.sh @@ -7,7 +7,11 @@ curl -s -X GET "http://$MODEM_IP/api/webserver/SesTokInfo" > ses_tok.xml COOKIE=`grep "SessionID=" ses_tok.xml | cut -b 10-147` TOKEN=`grep "TokInfo" ses_tok.xml | cut -b 10-41` -curl -s -X POST "http://$MODEM_IP/api/sms/sms-list" -H "Cookie: $COOKIE" -H "__RequestVerificationToken: $TOKEN" -H "Content-Type: text/xml" -d "<request><PageIndex>1</PageIndex><ReadCount>10</ReadCount><BoxType>1</BoxType><SortType>0</SortType><Ascending>0</Ascending><UnreadPreferred>1</UnreadPreferred></request>" > modem_status.xml +curl -s -X POST "http://$MODEM_IP/api/sms/sms-list" \ + -H "Cookie: $COOKIE" \ + -H "__RequestVerificationToken: $TOKEN" \ + -H "Content-Type: text/xml" \ + -d "<request><PageIndex>1</PageIndex><ReadCount>10</ReadCount><BoxType>1</BoxType><SortType>0</SortType><Ascending>0</Ascending><UnreadPreferred>1</UnreadPreferred></request>" > modem_status.xml #cat modem_status.xml |