Added example for accepting custom SIP methods.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5103 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-06-08 14:20:39 +00:00
parent eb091944f9
commit 4789bdc327
1 changed files with 5 additions and 1 deletions

View File

@ -240,11 +240,15 @@
[methods]
; Use this section to allow server processing of various SIP methods by
; handling Yate messages.
; handling Yate messages with name "sip.methodname".
; Each line has to be of the form:
; methodname=boolean
; You must use lower case method names. The boolean value defaults to
; true and allows automatically challenging the requests for authentication
;
; Example for accepting SECRET with authentication and MESSAGE without:
; secret=yes
; message=no
[hacks]