- Debian 8, 64 bit machine with mysql and odbc
- root@kamast: ~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.11 (jessie)
Release: 8.11
Codename: jessie
root@kamast: ~ $ uname -a
Linux kamast 3.16.0-10-amd64 #1 SMP Debian 3.16.72-1 (2019-08-13) x86_64 GNU/Linux
root@kamast: ~ $
- Kamailio 5.2 installed from Kamailio's deb repository
- Asterisk 13LTS installed from source
- Used the same passwords such as kamailiorw and asterisk_password, since this is a test system, for proof of concept.
I did import to the mysql>asterisk database 3 users 2200, 2201 and 2202. Then created in sip.conf the same 3 users with the same credentials. Then on 3 PCs i used softphones (Jitsi, Zoiper) and registered each account to a softphone. Problems:
- Cannot see the users in the Asterisk's cli, sip show peers
- I can see users only in Kamailio with kamctl ul show
- A call between the extensions goes to voicemail. It never reaches the other destination eg 2200 calls 2201 and in Asterisk's console i am getting a message that 2201 is absent and it goes to voicemail. The same with any other extension.
Attached you can find:
- Kamailio.cfg
- Asterisk's sip.conf
- Asterisk's extension.conf
- The import that i have done to mysql for the user creation.
I would appreciate if someone could point me to the error and help me fix it please?