I'm trying to setup a spa3000 under 10.04. I'm having trouble getting the trunk host name resolved by Asterisk. The FXO port is fine.
When I apply changes to the trunk under the webadmin I can see them being applied through the log available in Asterisk's own CLI so I know they're being written somewhere and then read by asterisk I just don't know where. I don't have any sip.conf under /ect/asterisk.
Can anyone tell me where the SIP trunk configuration file is stored?
Thanks!
Now stored in asterisk database (mysql). I believe there's a bug with resolving host names at the moment.
can you check on database asterisk table extensions
if your line is confgured to use SIP or SPA
like this
"on this example the 3134710606 is name of my phone line"
dialout-trunk,SPA/3134710606,${EXTEN:1},,
you need to change to
dialout-trunk,SIP/3134710606,${EXTEN:1},,
How would I access the database?
Quote from: Tred on July 22, 2012, 02:09:56 AM
How would I access the database?
http://wiki.linuxmce.org/index.php/Phpmyadmin
Let's figure out the issue so a device template can be made and this can be done plug and play.
-Thom