I'm having issues dialing into my fresh install of trixbox. Getting out isn't a problem, but inward through Teliax is a no-go. Nothing is coming up on my CLI. I'm behind a router (WRT54G running Tomato), and using SIP, so it may be a firewalling issue, but I can't get IAX to work either.
I've got the router setup to DMZ the server, but still nothing.
My .conf files are as follows:
sip.conf:
; do not edit this file, this is an auto-generated file by freepbx ; all modifications must be done from the web gui [general] ; ; enable and force the sip jitterbuffer. If these settings are desired ; they should be set in the sip_general_custom.conf file as this file ; will get overwritten during reloads and upgrades. ; ; jbenable=yes ; jbforce=yes ; These will all be included in the [general] context ; #include sip_general_additional.conf #include sip_general_custom.conf #include sip_nat.conf #include sip_registrations_custom.conf #include sip_registrations.conf ; These should all be expected to come after the [general] context ; #include sip_custom.conf #include sip_additional.conf #include sip_custom_post.conf
sip_additional.conf:
; do not edit this file, this is an auto-generated file by freepbx ; all modifications must be done from the web gui [100] type=friend secret=1234 record_out=Adhoc record_in=Adhoc qualify=yes port=5060 pickupgroup= nat=yes mailbox=100@default host=dynamic dtmfmode=rfc2833 dial=SIP/100 context=from-internal canreinvite=no callgroup= callerid=device <100> accountcode= call-limit=50 [telsip-inbound] type=user secret=SECRETHERE context=from-trunk [telsip-outbound] username=USERHERE type=peer secret=SECRETHERE insecure=very host=den.teliax.net disallow=all context=from-trunk allow=ulaw allow=alaw allow=gsm
sip_general_additional.conf:
; do not edit this file, this is an auto-generated file by freepbx ; all modifications must be done from the web gui vmexten=*97 bindport=5060 bindaddr=0.0.0.0 disallow=all allow=ulaw allow=alaw context=from-sip-external callerid=Unknown notifyringing=yes notifyhold=yes limitonpeers=yes tos_sip=cs3 tos_audio=ef tos_video=af41
sip_registrations.conf
; do not edit this file, this is an auto-generated file by freepbx ; all modifications must be done from the web gui register=USERHERE:SECRETHERE@den.teliax.net
 
Member Since:
2007-04-28