User Tools

Site Tools


cookbooks:devel:core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cookbooks:devel:core [2021/01/04 10:53]
miconda [loadmodule]
cookbooks:devel:core [2021/01/27 10:16]
henningw add parse-error route
Line 3490: Line 3490:
     }     }
 } }
 +</code>
 +
 +  * ** event_route[core:receive-parse-error]** - executed by core on receiving a broken SIP message that can not be parsed.
 +    * note that the SIP message is broken in this case, but it gets access to source and local socket addresses (ip, port, proto, af) as    well as the whole message buffer and its size 
 +
 +<code c>
 +event_route[core:receive-parse-error] {
 +        xlog("got an parsing error from $si:$sp, message $mb\n");
 +}
 +
 </code> </code>
  
cookbooks/devel/core.txt ยท Last modified: 2022/04/11 17:10 by bkaufman