user3317524
user3317524

Reputation: 63

A2billing AGI Issue

Quick question: Whenever I make changes in agi-conf in the web interface of A2billing, those changes are not made whenever I listen to the dialplan that the agi-conf is placed in. what could be the problem? I am always sure to ensure I edit the correct agi-conf file.

Thanks in advance.

Upvotes: 1

Views: 334

Answers (2)

meda
meda

Reputation: 45490

Asterisk wont take your changes to .conf files into account until it is reloaded, or the server rebooted.

you can do it from the Asterisk CLI

sudo asterisk -rvvvvv

then at the prompt

reload

You can reload asterisk directly using the following command:

sudo asterisk -rx "reload"

Upvotes: 1

arheops
arheops

Reputation: 15257

Those changes imidiatly apply to new calls of a2billing.

If you not see changes in call, check that you use correct agi-confX section(see debug log)

Upvotes: 0

Related Questions