How to link GUI with exists config files?

hi i install gui on my asterisk, it work but then i login in gui there is no one exist account and dialplan.

[code]eadmin@asterisk:~$ cat /etc/asterisk/sip.conf
;!
;! Automatically generated configuration file
;! Filename: sip.conf (/etc/asterisk/sip.conf)
;! Generator: Manager
;! Creation Date: Thu Jun 19 16:11:59 2014
;!
[general]
subscribecontext = default

[1000]
type=friend
context = phones
host = dynamic
secret = 123

[2000]
type=friend
context = phones
host = dynamic
secret = 1234

[3000]
type=friend
context = phones
host = dynamic
secret = 12345
[/code]

[code]eadmin@asterisk:~$ cat /etc/asterisk/extensions.conf
;!
;! Automatically generated configuration file
;! Filename: extensions.conf (/etc/asterisk/extensions.conf)
;! Generator: Manager
;! Creation Date: Thu Jun 19 16:58:29 2014
;!
[globals]
FEATURES =
DIALOPTIONS =
RINGTIME = 20
FOLLOWMEOPTIONS =
PAGING_HEADER = Intercom

[general]
autofallthrough = yes
static = yes
writeprotect = no
clearglobalvars = yes

[default]
exten => s, 1, Verbose(1\Unrouted call handler)
exten => s, n, Answer ()
exten => s, n, Wait(1)
exten => s, n, Playback(tt-weasels)
exten => s, n, Hangup()

[incoming_calls]

[internal]
exten => 500,1,Verbose(1\Echo test application)
exten => 500,n,Echo()
exten => 500,n,Hangup()
exten => 1000,1,Verbose(1|Extension 1000)
exten => 1000,n,Dial(SIP/1000,30)
exten => 1000,n,Hangup()

exten => 2000,1,Verbose(1|Extension 2000)
exten => 2000,n,Dial(SIP/2000,30)
exten => 2000,n,Hangup()

exten => 3000,1,Verbose(1|Extension 3000)
exten => 3000,n,Dial(SIP/3000,30)
exten => 3000,n,Hangup()

[phones]
include => internal
[/code]

Linux asterisk 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
and also asterisk config locat /etc/asterisk
gui locate /var/lib/asterisk/static-http/

[quote=“mmailda2”]eadmin@asterisk:~$ uname -a Linux asterisk 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
and also asterisk config locat /etc/asterisk
gui locate /var/lib/asterisk/static-http/[/quote]

Asterisk GUI is unsupported an dead. FreePBX is supported on its own board.

Generally GUIs and direct modification of files don’t work well together. For FreePBX I think this would be considered a very difficult developer question, which they wouldn’t want to address. As I say, for AsteriskGUI, that is dead.

But asteriskNOW have gui and int’s work

I finde that asterisk gui written new user to /etc/asterisk/users.conf, but i greate users in /etc/asterisk/sip.conf
How it’s understand?

This board only supports AsteriskNOW in relation to the initial installation and certain Digium specific features. The current GUI for AsteriskNOW is FreePBX and that is supported at freepbx.org/forums/ It used to contain AsteriskGUI but hasn’t for several years.