Previous Up Next

11.6  Make a response

   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   }
     }

Previous Up Next