#!/bin/sh -e sipcalc $1 | sed -n 's/://g ; s/^Expanded.*-.//p' | xxd -r -p | perl -MMIME::Base32 -ne 'print lc encode_base32 $_; print ".meshname\n"'