Problems with broadvoice

hello forum, I am trying to connect my asterisk to broadvoice, but it shows me this error:

Registration for '19089540050@sip.broadvoice.com@sip.broadvoice.com’ timed out, trying again (Attempt #48)
– Got SIP response 406 “Not Acceptable” back from 147.135.4.128

shark*CLI> Content-Length:
<— SIP read from 147.135.4.128:5060 —>
SIP/2.0 406 Not Acceptable
Call-ID: 50dfeca1509f01050e5a7af742c7810b@sip.broadvoice.com
CSeq: 157 REGISTER
From: sip:19089540050@sip.broadvoice.com;tag=as6f944861
To: sip:19089540050@sip.broadvoice.com
Via: SIP/2.0/UDP 190.184.35.4:5060;branch=z9hG4bK6baaf4ed
Contact: sip:s@190.184.35.4
Expires: 120
Event: registration
User-Agent: Asterisk PBX
Content-Length: 0

I see the bill of connected broadvoice to the asterisk 1.4.13, but I cannot make calls,

sip.broadvoice.com/190895 147.135.4.128 N 5060 OK (96 ms)

there is somebody that has connected broadvoice with success in asterisk 1.4.13

thank forum

:cry:

If you call your own phone number does it ring ? If you can get incoming but not now outgoing it maybe an issue with your configuration. The timed out error means that it can’t connect to Broadvoice.

I have tried to follow the broadvoice guide, but I am not able to take out the call, and that that but I care it is to be able to make calls .

broadvoice.com/support_install_asterisk.html

What do you have in sip.conf and in extensions.conf ? Also what comes up in the CLI when you try to make a call ?

ok can already make calls from my server asterisk with the broadvoice account , what I am not able to is to receive calls , when they call me to the I number of broadvoice it shows me this error :

-- Executing [9089540050@hotel:1] Goto("SIP/9089540050-09a1f350", "hotel|200                        2|1") in new stack
-- Goto (hotel,2002,1)
-- Executing [2002@hotel:1] Macro("SIP/9089540050-09a1f350", "inter|2002") i                        n new stack
-- Executing [s@macro-inter:1] Dial("SIP/9089540050-09a1f350", "SIP/2002|55|                        tT") in new stack

[Jan 2 21:54:50] WARNING[1083]: app_dial.c:1111 dial_exec_full: Unable to creat e channel of type ‘SIP’ (cause 3 - No route to destination)
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [s@macro-inter:2] Goto(“SIP/9089540050-09a1f350”, “CHANUNAVAIL| 1”) in new stack
– Goto (macro-inter,CHANUNAVAIL,1)
– Executing [CHANUNAVAIL@macro-inter:1] VoiceMail(“SIP/9089540050-09a1f350” , “2002@default|u”) in new stack
[Jan 2 21:54:50] WARNING[1083]: app_voicemail.c:2806 leave_voicemail: No entry in voicemail config file for ‘2002’
== Auto fallthrough, channel ‘SIP/9089540050-09a1f350’ status is ‘CHANUNAVAIL’
== Spawn extension (macro-inter, s, 1) exited non-zero on ‘SIP/130-09a24738’ i n macro ‘inter’
== Spawn extension (macro-inter, s, 1) exited non-zero on ‘SIP/130-09a24738’

thank you Dovid for your very appreciated help

finished, I can already make and to receive calls from my asterisk server with the broadvoice account

extension.conf

exten => 9089540050,1,Dial(SIP/2002)

:wink:

thank you for the help of all