Project

General

Profile

Sip registration troubles

Added by Josh Luithle over 4 years ago

I've been up for 24 hours or so now trying to get this to work, pouring over every post, article...random thing found on google to get it to work. Brain dead now and asking for help. I can't get the "Login to dialer" to work. Everything appears to be up and running. Kamailio is connected in asterisk, IP's have been updated everywhere (scratch install, should point that out) updated with git. kamctl db show subscriber shows my phones but doesn't but shows a blank box rather then a null for password...don't know if that's normal. Using a softphone to register gives a 401, leaving webrtc on and logging in "doesn't do anything". But on the agent.php screen on load I get a "dial_method is not defined" and "DefaultALTDial is not defined" in the browser console. Logging in (login to dialer button) kicks a "uName is not defined" and another "DefaultALTDial is not defined" errors. All from GOagentJS.php.

Any help would be much appreciated.


Replies (1)

RE: Sip registration troubles - Added by Wittie Manansala over 4 years ago

Hi,

Try this:

Check manual_dial_min_digits field in go_campaigns.

mysql -A

use goautodialdb

MariaDB [goautodialdb]> ALTER TABLE go_campaigns ADD COLUMN manual_dial_min_digits INT(11) DEFAULT '6';

If you still encountering issue Please visit https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4> Administration Gui Settings and Configuration Files to check:

Thansk

    (1-1/1)
    Go to top