From ceb33a2393ed350bd290dae1b565434a478316d8 Mon Sep 17 00:00:00 2001 From: Eric B Date: Wed, 29 May 2019 09:09:06 -0400 Subject: [PATCH] sip_events should be an array not a binary/string --- src/nksip.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nksip.erl b/src/nksip.erl index f087925e..5b7a3121 100644 --- a/src/nksip.erl +++ b/src/nksip.erl @@ -73,7 +73,7 @@ sip_nonce_timeout => integer(), sip_from => binary(), sip_accept => binary(), - sip_events => binary(), + sip_events => [binary()|string()], sip_route => binary(), sip_no_100 => boolean(), sip_max_calls => binary(),