# ! Command Line
1 2 3 4 5 6 7 8 9 10 |
kamctl add test testpasswd kamctl ul show kamctl db show subscriber |----+----------+--------------------+------------+---------------+----------------------------------+----------------------------------+------| | id | username | domain | password | email_address | ha1 | ha1b | rpid | |----+----------+--------------------+------------+---------------+----------------------------------+----------------------------------+------| | 5 | test | tethys.kutayzorlu | testpasswd | | 5cf40781f33c6f43a26244046564b67e | eb898de815bc16092e4c2e8c04bfe188 | NULL | |----+----------+--------------------+------------+---------------+----------------------------------+----------------------------------+------| |
# ! Command Line
1 |
ngrep -d any -qt -W byline . port 5060 |
# ! Command Line
1 2 |
I got the same issue. I that add the alias record in kamailio.cfg and it works well. alias="sip.kutayzorlu" |
# —