LinuxMCE Forums

General => Installation issues => Topic started by: Tred on July 19, 2012, 10:21:15 pm

Title: Sip.conf location
Post by: Tred on July 19, 2012, 10:21:15 pm
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!
Title: Re: Sip.conf location
Post by: davegravy on July 20, 2012, 01:31:00 am
Now stored in asterisk database (mysql). I believe there's a bug with resolving host names at the moment.
Title: Re: Sip.conf location
Post by: cfernandes on July 20, 2012, 01:03:14 pm
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},,

Title: Re: Sip.conf location
Post by: Tred on July 22, 2012, 02:09:56 am
How would I access the database?
Title: Re: Sip.conf location
Post by: l3mce on July 22, 2012, 02:19:37 am
How would I access the database?

http://wiki.linuxmce.org/index.php/Phpmyadmin
Title: Re: Sip.conf location
Post by: tschak909 on July 23, 2012, 07:05:07 pm
Let's figure out the issue so a device template can be made and this can be done plug and play.

-Thom