}
} else if (!strcasecmp(v->name, "register")) {
sip_register(v->value, v->lineno);
+ } else if (!strcasecmp(v->name, "recordhistory")) {
+ recordhistory = ast_true(v->value);
} else if (!strcasecmp(v->name, "tos")) {
if (sscanf(v->value, "%i", &format) == 1)
tos = format & 0xff;
[general]
context=default ; Default context for incoming calls
+;recordhistory=yes ; Record SIP history by default (see sip history / sip no history)
;realm=mydomain.tld ; Realm for digest authentication
; defaults to "asterisk"
; Realms MUST be globally unique according to RFC 3261