Getting 1.6 up and running

I am trying to get 1.6.0-beta6 up and running on the new Ubuntu 8.04.

All I am interested in at this point is the SIPS capabilities of Asterisk. I do not need any other signaling abilities.

Here is the output of the “asterisk -c -vvvv” command. There seems to be a few problems? I would appreciate you comments.

One more thing, would installing FreePBX be challenging in this config?

rayj@Ubuntu-Asterisk1:~$ sudo asterisk -c -vvvvv
[sudo] password for rayj:
Asterisk 1.6.0-beta6, Copyright © 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

Warning! Asterisk is not thread safe.
Errors detected in logger.conf: see above; default settings will be used.
Asterisk Event Logger Started /var/log/asterisk/event_log
Asterisk Dynamic Loader Starting:
[Mar 30 07:20:37] WARNING[8960]: loader.c:788 load_modules: No ‘modules.conf’ found, no modules will be loaded.
== Manager registered action Ping
== Manager registered action Events
== Manager registered action Logoff
== Manager registered action Login
== Manager registered action Challenge
== Manager registered action Hangup
== Manager registered action Status
== Manager registered action Setvar
== Manager registered action Getvar
== Manager registered action GetConfig
== Manager registered action GetConfigJSON
== Manager registered action UpdateConfig
== Manager registered action CreateConfig
== Manager registered action ListCategories
== Manager registered action Redirect
== Manager registered action Originate
== Manager registered action Command
== Manager registered action ExtensionState
== Manager registered action AbsoluteTimeout
== Manager registered action MailboxStatus
== Manager registered action MailboxCount
== Manager registered action ListCommands
== Manager registered action SendText
== Manager registered action UserEvent
== Manager registered action WaitEvent
== Manager registered action CoreSettings
== Manager registered action CoreStatus
== Manager registered action Reload
== Manager registered action CoreShowChannels
== Manager registered action ModuleLoad
== Manager registered action ModuleCheck
[Mar 30 07:20:37] NOTICE[8960]: manager.c:3693 __init_manager: Unable to open AMI configuration manager.conf. Asterisk management interface (AMI) disabled.
[Mar 30 07:20:37] NOTICE[8960]: cdr.c:1387 do_reload: CDR simple logging enabled.
== RTP Allocating from port range 5000 -> 31000
== UDPTL allocating from port range 4500 -> 4999
Asterisk PBX Core Initializing
Registering builtin applications:
== Registered custom function ‘EXCEPTION’
[Answer]
== Registered application ‘Answer’
[BackGround]
== Registered application ‘BackGround’
[Busy]
== Registered application ‘Busy’
[Congestion]
== Registered application ‘Congestion’
[ExecIfTime]
== Registered application ‘ExecIfTime’
[Goto]
== Registered application ‘Goto’
[GotoIf]
== Registered application ‘GotoIf’
[GotoIfTime]
== Registered application ‘GotoIfTime’
[ImportVar]
== Registered application ‘ImportVar’
[Hangup]
== Registered application ‘Hangup’
[NoOp]
== Registered application ‘NoOp’
[Progress]
== Registered application ‘Progress’
[RaiseException]
== Registered application ‘RaiseException’
[ResetCDR]
== Registered application ‘ResetCDR’
[Ringing]
== Registered application ‘Ringing’
[SayAlpha]
== Registered application ‘SayAlpha’
[SayDigits]
== Registered application ‘SayDigits’
[SayNumber]
== Registered application ‘SayNumber’
[SayPhonetic]
== Registered application ‘SayPhonetic’
[Set]
== Registered application ‘Set’
[MSet]
== Registered application ‘MSet’
[SetAMAFlags]
== Registered application ‘SetAMAFlags’
[Wait]
== Registered application ‘Wait’
[WaitExten]
== Registered application ‘WaitExten’
[KeepAlive]
== Registered application ‘KeepAlive’
== Manager registered action ShowDialPlan
== Registered application ‘Bridge’
[Mar 30 07:20:37] WARNING[8960]: features.c:2604 load_config: Could not load features.conf
== Registered application ‘ParkedCall’
== Registered application ‘Park’
== Manager registered action ParkedCalls
== Manager registered action Park
== Manager registered action Bridge
== Manager registered action DBGet
== Manager registered action DBPut
== Manager registered action DBDel
== Manager registered action DBDelTree
Asterisk Dynamic Loader Starting:
[Mar 30 07:20:37] WARNING[8960]: loader.c:788 load_modules: No ‘modules.conf’ found, no modules will be loaded.
Asterisk Ready.
*CLI>

you dont have any config files.

If your new to Asterisk I would highly suggest you buy\download the book linked below and run 1.4.18.1 or higher until well after 1.6 comes out of BETA

oreilly.com/catalog/9780596510480/index.html

[quote=“swaterhouse”]you dont have any config files.

If your new to Asterisk I would highly suggest you buy\download the book linked below and run 1.4.18.1 or higher until well after 1.6 comes out of BETA

oreilly.com/catalog/9780596510480/index.html[/quote]

Is SIP-TLS available in 1.4.18.1? I was under the impression it is not?

Thanks,

Ray

[quote=“swaterhouse”]you dont have any config files.

If your new to Asterisk I would highly suggest you buy\download the book linked below and run 1.4.18.1 or higher until well after 1.6 comes out of BETA

oreilly.com/catalog/9780596510480/index.html[/quote]

I did a make samples to fix that.

And the link you provided for the book is broke.

Ray

link fixed.

If you are going to use 1.6 I would still get teh book and follow it as closely as possible to get your system up and running.