Question : New Trxbox Pro - Incoming OK but no SIP Outbound....

I'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.trixbox.com") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/trixNet.agi
    -- 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/7055551212") in new stack
    -- 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" ca>;tag=as63733d11'
    -- SIP/VoiceNetwork1-087f79d8 is circuit-busy
  == 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>

Answer : New Trxbox Pro - Incoming OK but no SIP Outbound....

Hi :-)

I would suggest you have a look again in your sip.conf

The general section should contain a register clause:
register => user:password@provider:5060

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=
port=5060
canreinvite=no
insecure=very
dtmfmode=rfc2833
nat=yes
fromuser=username
username=username
fromdomain=
secret=secret


Hope it helps...
Random Solutions  
 
programming4us programming4us