Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
update vicidial_users set pass='NEWPASS' where user='USERNAME';
striker wrote:if you are using goautodial , you can use the phpmyadmin to set the access
broser http://serverip/phpmyadmin
usernaem : root
password : vicidialnow
once you logged into phpymadmin
select the database "asterisk"
from that database select vicidial_user table and edit it
<Directory "/usr/share/phpmyadmin">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 192.168
</Directory>
<Directory "/usr/share/phpmyadmin">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 192.168 youripaddress
</Directory>
<Directory "/usr/share/phpmyadmin">
Order Deny,Allow
Deny from all
Allow from all
</Directory>
williamconley wrote:different carriers for US and Canada require being able to tell the difference between them. this could be a bit tough as they are both NANPA and use the same pattern, but with different Area Codes. So you may need to create a _91333NXXXXXX dialplan entry for each area code in the US and Canada ... but since there are 900 possible area codes and they are "intermingled" this could be a tough call. Tedious, but possible. Unless you know of a "pattern" exclusive to one country or the other, of which I am unaware.
_91NXXNXXXXXX (US, normal)
_98NXXNXXXXXX (Canada)
exten=>_98NXXNXXXXXX,n,Dial(${XXXX}/1${EXTEN:2},,To)
exten=>_91NXXNXXXXXX,1,NoOp(USDialing)
exten=>_91NXXNXXXXXX,n,AGI(agi://127.0.0.1:4577/call_log)
exten=>_91NXXNXXXXXX,n,Dial(${USCARRIER}/${EXTEN:1},,To)
exten=>_91NXXNXXXXXX,n,Hangup
exten=>_98NXXNXXXXXX,1,NoOp(CanadaDialing)
exten=>_98NXXNXXXXXX,n,AGI(agi://127.0.0.1:4577/call_log)
exten=>_98NXXNXXXXXX,n,Dial(${CACARRIER}/1${EXTEN:2},,To)
exten=>_98NXXNXXXXXX,n,Hangup
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 57 guests