#!/bin/bash export LC_ALL=C.UTF-8 grep -A4 "friend_" ~/.linphonerc | \ grep url | \ sed -e 's/url=\"//g' | \ sed -e 's/" //g' | \ sort