Hello everyone!
I need to extract values from authentication header, but 408. @authorization["string"] 409. @authorization["string"].username 410. @authorization["string"].username.user 411. @authorization["string"].username.domain 412. @authorization["string"].realm 413. @authorization["string"].nonce 414. @authorization["string"].uri 415. @authorization["string"].cnonce 416. @authorization["string"].nc 417. @authorization["string"].response 418. @authorization["string"].opaque 419. @authorization["string"].algorithm 420. @authorization["string"].qop
these values doesn't seem to work for me. Used https://github.com/kamailio/kamailio/blob/master/doc/select_list/select_core... doc.
$var(z) = @authorization["string"].realm; xlog("Realm $var(z)"); Using that simple check I get nothing in $var(z)
version: kamailio 4.3.3 (x86_64/linux) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, DBG_QM_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled with gcc 4.9.2
Can anyone check that please? Or maybe syntax is wrong and I need newer selects doc?