[Asterisk-Users] configuring Asterisk and broadvoice

Bernie Courtney bernie at nyclubkid.com
Tue Jul 19 20:40:00 MST 2005


OK, maybe i'm making some progress here, because now at least i'm 
getting a response back from somehwhere...any ideas??

Jul 19 23:36:26 DEBUG[1191]: Stopping retransmission on 
'54931c5b29f2dd540c06448c14d6c2b4 at 127.0.0.1' of Request 102: Found
Jul 19 23:36:26 VERBOSE[1191]: -- Got SIP response 404 "Not Found" back 
from 147.135.0.128
Jul 19 23:36:28 DEBUG[1191]: Setting NAT on RTP to 0
Jul 19 23:36:28 DEBUG[1191]: Stopping retransmission on 
'21fc3e2218dc4cdf7d5d8e6d112dc627 at 192.168.1.242' of Request 102: Found
Jul 19 23:36:46 NOTICE[1191]: -- Registration for 
'2017540019 at proxy.dca.broadvoice.com@proxy.dca.broadvoice.com' timed 
out, trying again
Jul 19 23:36:46 DEBUG[1191]: Scheduled a registration timeout # 114
Jul 19 23:36:46 DEBUG[1191]: Stopping retransmission on 
'54931c5b29f2dd540c06448c14d6c2b4 at 127.0.0.1' of Request 103: Found
Jul 19 23:36:46 VERBOSE[1191]: -- Got SIP response 404 "Not Found" back 
from 147.135.0.128
Jul 19 23:37:06 NOTICE[1191]: -- Registration for 
'2017540019 at proxy.dca.broadvoice.com@proxy.dca.broadvoice.com' timed 
out, trying again
Jul 19 23:37:06 DEBUG[1191]: Scheduled a registration timeout # 116
Jul 19 23:37:06 DEBUG[1191]: Stopping retransmission on 
'54931c5b29f2dd540c06448c14d6c2b4 at 127.0.0.1' of Request 104: Found
Jul 19 23:37:06 VERBOSE[1191]: -- Got SIP response 404 "Not Found" back 
from 147.135.0.128
Jul 19 23:37:26 NOTICE[1191]: -- Registration for 
'2017540019 at proxy.dca.broadvoice.com@proxy.dca.broadvoice.com' timed 
out, trying again
Jul 19 23:37:26 DEBUG[1191]: Scheduled a registration timeout # 118
Jul 19 23:37:26 DEBUG[1191]: Stopping retransmission on 
'54931c5b29f2dd540c06448c14d6c2b4 at 127.0.0.1' of Request 105: Found
Jul 19 23:37:26 VERBOSE[1191]: -- Got SIP response 404 "Not Found" back 
from 147.135.0.128
Jul 19 23:37:46 NOTICE[1191]: -- Registration for 
'2017540019 at proxy.dca.broadvoice.com@proxy.dca.broadvoice.com' timed 
out, trying again
Jul 19 23:37:46 DEBUG[1191]: Scheduled a registration timeout # 120
Jul 19 23:37:46 DEBUG[1191]: Stopping retransmission on 
'54931c5b29f2dd540c06448c14d6c2b4 at 127.0.0.1' of Request 106: Found
Jul 19 23:37:46 VERBOSE[1191]: -- Got SIP response 404 "Not Found" back 
from 147.135.0.128
Jul 19 23:37:53 DEBUG[1191]: Setting NAT on RTP to 0
Jul 19 23:37:53 DEBUG[1191]: Stopping retransmission on 
'43A31697-4F25-48CB-B912-AFC197D5EAF5 at 192.168.1.250' of Response 48598: 
Found
Jul 19 23:37:53 DEBUG[1191]: Setting NAT on RTP to 0
Jul 19 23:37:53 DEBUG[1191]: Check for res for 222
Jul 19 23:37:53 DEBUG[1191]: Call from user '222' is 1 out of 0
Jul 19 23:37:53 DEBUG[1191]: Stopping retransmission on 
'43A31697-4F25-48CB-B912-AFC197D5EAF5 at 192.168.1.250' of Response 48599: 
Found
Jul 19 23:38:06 NOTICE[1191]: -- Registration for 
'2017540019 at proxy.dca.broadvoice.com@proxy.dca.broadvoice.com' timed 
out, trying again
Jul 19 23:38:06 DEBUG[1191]: Scheduled a registration timeout # 125
Jul 19 23:38:06 DEBUG[1191]: Stopping retransmission on 
'54931c5b29f2dd540c06448c14d6c2b4 at 127.0.0.1' of Request 107: Found
Jul 19 23:38:06 VERBOSE[1191]: -- Got SIP response 404 "Not Found" back 
from 147.135.0.128

Bernie Courtney wrote:

> does anyboy have a how-to online on how to do this?
>
> so far i've got the following in my sip.conf
>
> [general]
>
> port = 5060           ; Port to bind to (SIP is 5060)
> bindaddr = 0.0.0.0    ; Address to bind to (all addresses on machine)
> disallow=all
> allow=ulaw
> allow=alaw
> context = from-sip-external ; Send unknown SIP callers to this context
> callerid = Unknown
> pedantic=no
>
> register => 
> <2017540019>@sip.broadvoice.com:<mypassword>:<2017540019>@sip.broadvoice.com/<222> 
>
>
> #include sip_nat.conf
> #include sip_custom.conf
> #include sip_additional.conf
>
>
> [sip.broadvoice.com]
> type=peer
> user=phone
> host=sip.broadvoice.com
> fromdomain=sip.broadvoice.com
> 2017540019=<phone number>
> secret=<register password>
> username=<phone number>
> insecure=very
> context=from-broadvoice
> authname=<phone number>
> dtmfmode=inband
> dtmf=inband
> ;Disable canreinvite if you are behind a NAT
> canreinvite=no
>
>
> and my extensions.conf  default entry looks like this
>
> [default]
> exten => _1NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30)
> exten => _1NXXNXXXXXX, 2, congestion()
> exten => _1NXXNXXXXXX, 102, busy()
>
> still not getting anywhere though :(
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users





More information about the asterisk-users mailing list