Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
williamconley wrote:1) Always post your VICIDIAL Version and Build (bottom left corner of almost every admin screen).
2) I assume you used some sort of installation instruction set with a setup guide. Which one did you use, and where did you stop? (I assume at registration ... but did you skip anything? and which one did you use?)
3) Have you read the Vicidial Manager's Manual (eflo.net, free and paid versions available).
4) "I have checked user and pw" ... POST them (obviously you can change them later, but post the entire setup for user/server/password that you are using in the setup for a single phone, both in the Admin->Phones GUI and on the phone itself).
(the build makes a difference for troubleshooting issues as they arise in the code, always include it, it helps everyone in the community and can often help YOU if there is a known bug with the version you are using )VICIDIAL Version and Build
williamconley wrote:(the build makes a difference for troubleshooting issues as they arise in the code, always include it, it helps everyone in the community and can often help YOU if there is a known bug with the version you are using )VICIDIAL Version and Build
Now that we have the asterisk half of the puzzle, what type of phone are you using and what did you put into that for settings?
are your local computers (and your vicidial) on any of these "local" networks?[/code]localnet=192.168.0.0/255.255.0.0 ; All RFC 1918 addresses are local networks
localnet=10.0.0.0/255.0.0.0 ; Also RFC1918
localnet=172.16.0.0/12 ; Another RFC1918 with CIDR notation
localnet=169.254.0.0/255.255.0.0 ;Zero conf local network
williamconley wrote:are your local computers (and your vicidial) on any of these "local" networks?[/code]localnet=192.168.0.0/255.255.0.0 ; All RFC 1918 addresses are local networks
localnet=10.0.0.0/255.0.0.0 ; Also RFC1918
localnet=172.16.0.0/12 ; Another RFC1918 with CIDR notation
localnet=169.254.0.0/255.255.0.0 ;Zero conf local network
williamconley wrote:your localnet should be listed in this so it will NOT use the externip with these machines.
williamconley wrote:have you reloaded asterisk (or rebooted to be safer?)
what is the ip of your vici server (internal ip & external ip & ip listed in astguiclient.conf would all be nice, xx out the last two of the external ...) and the ip of the local computer with the "issue"
dbanks wrote:williamconley wrote:what is the ip of your vici server (internal ip & external ip & ip listed in astguiclient.conf would all be nice, xx out the last two of the external ...) and the ip of the local computer with the "issue"
That didnt do it? An other ideas William ?
Thanks
williamconley wrote:what is the ip of your vici server ( & external ip & , xx out the last two of the external ...) and the ip of the local computer with the "issue"
williamconley wrote:whew.
now: before we go nuts ... verify by taking externip OUT (just add a ; to the beginning of the line!) and see if that causes it to register again (to verify that your assertion is correct)
and sip debug to watch the registration attempt with and without the externip in place.
williamconley wrote:and does cc100 exist in the sip.conf include files? (ie: starting with sip.conf, can you trace #includes to a context named [cc100]?)
another method, of course, is "sip show peers"
williamconley wrote:sip.conf never has anything in it "directly". there are "#include" statements which include other files. in one of those (likely sip-vicidial.conf) we would expect to find [cc100], but just finding it in sip-vicidial without ensuring that sip-vicidial was "#include"d in sip.conf would be poor troubleshooting ...
however: if sip show peers does not list any peers ...
what do you have in vicidial admin under "Admin->Phones"?
#include sip-vicidial.conf
williamconley wrote:does not appear in your /etc/asterisk/sip.conf file?
- Code: Select all
#include sip-vicidial.conf
qualify=yes ; By default, qualify all peers at 2000ms
limitonpeer = yes ; enable call limit on a per peer basis, different from limitonpeers
#include sip-vicidial.conf
williamconley wrote:now find out who deleted that line from the conf (some clean freak, of course )
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 25 guests