Changes between Version 7 and Version 8 of yateConfig

Show
Ignore:
Timestamp:
03/31/2012 02:22:05 AM (14 months ago)
Author:
kurtis.heimerl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • yateConfig

    v7 v8  
    5050=== Messaging === 
    5151Yate (by default) does not route SIP MESSAGEs. Instead, it returns a '''501 Unimplemented''' message. Fortunately, Yate is a generic message passing engine and we can cajole it into forwarding that message to the routing service.  
     52 
     53First, you have to modify ysipchan.conf to accept SIP MESSAGES. That's done by adding the following line to the [methods] field: 
     54 
     55{{{ message=true }}}