Move out the loop the getMsidsns method to only call one time
We don't need call this method every time in the loop. With one call we can get all the numbers and use them in our loop.
We don't need call this method every time in the loop. With one call we can get all the numbers and use them in our loop.