how the trunk info stored in mysql

kulman
Posts: 25
Member Since:
2007-01-11

Hi am trying to understand the sctructure of mysql used by asterisk.
I was able to figure out how asterisk stores the info for extension, ivr etc. in mysql.

Can someone tell me how the trunk and outboud route info stored in mysql. am not able to find any related table for the same



cbrickner
Posts: 188
Member Since:
2008-07-18
It should all be in the

It should all be in the extensions table.
The extension field under that table contains the outbound routes it looks for and the application field contains the outbound route name that's stored in freepbx.
If it would be a SIP trunk then the sip table cotains your sip trunks. Usually two database entries. One for the host and one for registering.
This is how FreePBX sets it up at least.

--

Charles Brickner
trixbox CE Support Engineer

trixbox.org/support



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.