9560a9561,9564
> 		if((state & AST_EXTENSION_RINGING) && global_notifyringing && strstr(p->useragent,"THOMSON ST2030")) {
> 		    ast_str_append(&tmp, 0, "<local><identity display=\"%s\">%s</identity><target uri=\"%s\"/></local>\n", p->exten, mfrom, mfrom);
> 		    ast_str_append(&tmp, 0, "<remote><identity display=\"%s\">sip:*8%s</identity><target uri=\"sip:*8%s\"/></remote>\n", "pickup", mto+4, mto+4);
> 		}
