1 service moved {
processing {
dialog {
response incoming INVITE() {
5 return /ERROR/REDIRECTION/MOVED_PERMANENTLY
with {reason = "I'm now working at ENSEIRB",
#contact: 'sip:me@enseirb.fr' };
}
}
10 }
}