News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Sip.conf location

Started by Tred, July 19, 2012, 10:21:15 PM

Previous topic - Next topic

Tred

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!

davegravy

Now stored in asterisk database (mysql). I believe there's a bug with resolving host names at the moment.

cfernandes

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},,


Tred

How would I access the database?

l3mce

I never quit... I just ping out.

tschak909

Let's figure out the issue so a device template can be made and this can be done plug and play.

-Thom