Unable to find a valid server address or name.
Added by Fares MEHENI over 5 years ago
Hello everyone,
After installing goautodial v4 and following all the manual steps, when I make a call there is nothing happening on the CLI, when I make a reload I get this error:
vaglxc01*CLI> reload
[Jan 24 13:18:01] WARNING6685: res_phoneprov.c:1231 get_defaults: Unable to find a valid server address or name.
[Jan 24 13:18:01] ERROR6685: ari/config.c:312 process_config: No configured users for ARI
[Jan 24 13:18:01] NOTICE6685: cel_custom.c:97 load_config: No mappings found in cel_custom.conf. Not logging CEL to custom CSVs.
[Jan 24 13:18:01] NOTICE6685: app_queue.c:8728 reload_queue_rules: queuerules.conf has not changed since it was last loaded. Not taking any action.
Replies (3)
RE: Unable to find a valid server address or name.
-
Added by Fares MEHENI over 5 years ago
SIP SHOW PEERS
vaglxc01*CLI> sip show peers
Name/username Host Dyn Forcerport Comedia ACL Port Status Description
AppelSortant 185.101.180.190 Yes Yes 5060 OK (78 ms)
kamailio 127.0.0.1 Yes Yes 5060 OK (1 ms)
Error Kamailio :
[root@vaglxc01 ~]# systemctl status kamailio
ERROR: <core> [core/parser/msg_parser.c:671]: parse_msg():...ING>
ERROR: <core> [core/parser/msg_parser.c:330]: parse_header...ll)]
INFO: <core> [core/parser/parse_fline.c:87]: parse_first_l...t: 4
ERROR: <core> [core/parser/parse_fline.c:257]: parse_first...: 0)
ERROR: <core> [core/parser/msg_parser.c:671]: parse_msg():...ING>
ERROR: <core> [core/parser/msg_parser.c:330]: parse_header...ll)]
INFO: <core> [core/parser/parse_fline.c:87]: parse_first_l...t: 4
ERROR: <core> [core/parser/parse_fline.c:257]: parse_first...: 0)
ERROR: <core> [core/parser/msg_parser.c:671]: parse_msg():...ING>
ERROR: <core> [core/parser/msg_parser.c:330]: parse_header...ll)]
I followed all the steps on the manual I can't find the solution Please help me, I can't wait to phone with versoin 4, it's really the best.
RE: Unable to find a valid server address or name.
-
Added by Demian Biscocho about 5 years ago
Set your Asterisk CLI verbosity to 21 or higher:
vaglxc01*CLI>core set verbose 21
This will show you the CLI messages when dialing.
RE: Unable to find a valid server address or name.
-
Added by Fares MEHENI about 5 years ago
Demian Lizandro Biscocho wrote:
Set your Asterisk CLI verbosity to 21 or higher:
[...]
This will show you the CLI messages when dialing.
great, thank you.