rep =(char*) Gprs_Get_Respond(); //save respond data and pointer to it
index = strstr(rep,pstr); //find string in dst add
if(index==((char*)0))
{
//Exception Handling
index = strstr(rep,"CLOSE"); //find string in dst add
if(index==((char*)0))
{
index = strstr(rep,"ERROR"); //find string in dst add
if(index==((char*)0))
{