Project Description:
php provisioning script:
after a customer has selected a telephone voicemail number at our website and made a successful purchase at paypal or google checkout, a php script on our web server notifies the customer by email with product setup instructions. our company also receives a copy of this email and we manually configure the number on our voicemail server. we would like to automate this process.
the process includes:
1. confirming a successful purchase
2. connecting with our voicemail server via ip address and port number
3. login and passcode with our voicemail server
4. navigate the unix menu by entering letter commands
5. entering the command and telephone number to create
6. exiting the menu for the next order
7. allow for a delay or wait if 2 orders arrive simultaneously
that's it.