[Amportal-users] Is there a way to modify the config files a

Edit it in the Database instead. If you have PHPMyAdmin installed
then it would be pretty easy.

On 6/1/06, Chuck Bunn [email protected] wrote:

[quote] Hi,

I am modifying the ‘extensions_additional.conf’ to make the queued users
here a ring instead of music on hold. When I make a change later on in
the FreePbx admin panel and I save the changes it wipes out my changes.
I assume it is saving these somewhere? How can I make minor
mollification’s like this and have them remain unchanged?

the change lined went from this :

exten => 801,n,Queue(801|t|||30)

to this:

exten => 801,n,Queue(801|tr|||30)

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

[/quote]


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

restart AMP with amportal restart at the command line and I believe it
will re-read the config from the database.

On 6/2/06, Chuck Bunn [email protected] wrote:

[quote] Hi Tom,

Thanks for the suggestion. I installed phpMyAdmin and I can see where
the information is stored in extensions table. I changed the line
pertaining to the music-on-hold or ring and I saved it (inside of
phpMyAdmin). But it still is wrong when I change and then save something
in FreePBX. Do I have to do more than reload mysql (from inside
phpMyAdmin), I guess what I am asking is does mysql have to be restarted
for changes from phpMyAdmin to show up. Thanks for your help…

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

[/quote]


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

I will try it out and let you know.

On 6/2/06, Chuck Bunn [email protected] wrote:

[quote] Hi Tom,

I am stumped. I did an amportal restart and I even restarted the machine
and the same results. I even went back into the database and checked it
again through phpMyAdmin and the change is there but somehow its not
getting into the files??? Here is the table from phpMyAdmin - you can
see the ‘tr’ has replaced the ‘t’.

ext-queues 801 5 Queue 801|tr|||30 Queue 0

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

[/quote]


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

[ext-queues]
include => ext-queues-custom
exten => 900,1,Answer
exten => 900,2,SetCIDName(${CALLERIDNAME})
exten => 900,3,SetVar(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMESTAMP}-${UNIQUEID})
exten => 900,4,Playback(custom/None)
exten => 900,5,Queue(900|tr|||0) ; Tech
exten => 900*,1,Macro(agent-add,900,)
exten => 900**,1,Macro(agent-del,900)

On 6/2/06, Tom Vile [email protected] wrote:

[quote] It worked for me.

On 6/2/06, Tom Vile [email protected] wrote:

I will try it out and let you know.

On 6/2/06, Chuck Bunn [email protected] wrote:

Hi Tom,

I am stumped. I did an amportal restart and I even restarted the machine
and the same results. I even went back into the database and checked it
again through phpMyAdmin and the change is there but somehow its not
getting into the files??? Here is the table from phpMyAdmin - you can
see the ‘tr’ has replaced the ‘t’.

ext-queues 801 5 Queue 801|tr|||30 Queue 0

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856

[/quote]


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

It worked for me.

On 6/2/06, Tom Vile [email protected] wrote:

[quote] I will try it out and let you know.

On 6/2/06, Chuck Bunn [email protected] wrote:

Hi Tom,

I am stumped. I did an amportal restart and I even restarted the machine
and the same results. I even went back into the database and checked it
again through phpMyAdmin and the change is there but somehow its not
getting into the files??? Here is the table from phpMyAdmin - you can
see the ‘tr’ has replaced the ‘t’.

ext-queues 801 5 Queue 801|tr|||30 Queue 0

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856

[/quote]


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Asterisk 1.2.6
FreePBX 2.1.1

On 6/5/06, Chuck Bunn [email protected] wrote:

[quote] Hi Tom,

What version of asterisk and FreePBX are you using. For the life of me I
cannot get this to work and it is driving me crazy. Just so I am sure it
is not operator error - is there anything I have to do to save these
changes inside of phpMyAdmin. I make the change in the Field called
’args’ in the value column and then hit ‘go’. As a test I will change
something minor in FreePBX and then click on the red banner across the
top to apply the change. I then use an SCP client to examine the file
and the change is not there. I know I am missing something…

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

[/quote]


Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Hi Tom,

What version of asterisk and FreePBX are you using. For the life of me I
cannot get this to work and it is driving me crazy. Just so I am sure it
is not operator error - is there anything I have to do to save these
changes inside of phpMyAdmin. I make the change in the Field called
’args’ in the value column and then hit ‘go’. As a test I will change
something minor in FreePBX and then click on the red banner across the
top to apply the change. I then use an SCP client to examine the file
and the change is not there. I know I am missing something…

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Hi Tom,

I am stumped. I did an amportal restart and I even restarted the machine
and the same results. I even went back into the database and checked it
again through phpMyAdmin and the change is there but somehow its not
getting into the files??? Here is the table from phpMyAdmin - you can
see the ‘tr’ has replaced the ‘t’.

ext-queues 801 5 Queue 801|tr|||30 Queue 0

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Hi Tom,

Thanks for the suggestion. I installed phpMyAdmin and I can see where
the information is stored in extensions table. I changed the line
pertaining to the music-on-hold or ring and I saved it (inside of
phpMyAdmin). But it still is wrong when I change and then save something
in FreePBX. Do I have to do more than reload mysql (from inside
phpMyAdmin), I guess what I am asking is does mysql have to be restarted
for changes from phpMyAdmin to show up. Thanks for your help…

Thanks


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)