7323,7327d7322
< 	        if((state & AST_EXTENSION_RINGING) && global_notifyringing && strstr(p->useragent,"THOMSON ST2030")){
<                        ast_build_string(&t, &maxbytes, "<local><identity display=\"%s\">%s</identity><target uri=\"%s\"/></local>\n", p->exten, mfrom, mfrom);
<                        ast_build_string(&t, &maxbytes, "<remote><identity display=\"%s\">sip:*8%s</identity><target uri=\"sip:*8%s\"/></remote>\n", "pickup", mto+4, mto+4);
<                }
< 	
