- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI've tried everything I can think of, I have two SIP accounts totally channels of availability and I have no problem dialing into the system on any phone number.....
To simplify the starting point, I tried to dial out from the CLI in order to past what I see here:
The error that jumps out at me is the invalid password - but all passwords i can see are ok, and again, incoming works just fine. thanks in advance guys!!!!!!!
trixbox1302xx*CLI>
trixbox1302xx*CLI> dial 9705551212
-- Executing GotoIf("OSS/dsp", "0?20") in new stack
-- Executing Set("OSS/dsp", "EXTENSION=") in new stack
-- Executing AGI("OSS/dsp", "trixNet.agi|trixnet.trixb
-- Launched AGI Script /var/lib/asterisk/agi-bin/
-- AGI Script trixNet.agi completed, returning 0
-- Executing AGI("OSS/dsp", "fon://localhost:4574") in new stack
-- AGI Script fon://localhost:4574 completed, returning 0
-- Executing Dial("OSS/dsp", "SIP/VoiceNetwork1/7055551
-- Called VoiceNetwork1/7055551212
Aug 18 08:35:46 WARNING[21366]: chan_sip.c:9994 handle_response_invite: Forbidden - wrong password on authentication for INVITE to '"Unknown" <sip:Unknown@voicenetwork.
-- SIP/VoiceNetwork1-087f79d8
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Busy("OSS/dsp", "") in new stack
Aug 18 08:35:46 WARNING[21357]: chan_oss.c:585 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory
trixbox130277*CLI>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: e-tsikPosted on 2008-08-19 at 00:41:11ID: 22257791
Hi :-)
0
I would suggest you have a look again in your sip.conf
The general section should contain a register clause:
register => user:password@provider:506
nd then the trunk as a peer. Here is a sample that works with FWD
Note that for some purposes "fromuser" works and for others "username" does.
[trunk_6]
context=incoming
type=peer
callerid=asreceived
disallow=all
allow=ulaw
host=<provider>
port=5060
canreinvite=no
insecure=very
dtmfmode=rfc2833
nat=yes
fromuser=username
username=username
fromdomain=<provider>
secret=secret
Hope it helps...