Mike A. Leonetti wrote:
> In an attempt to connect our Asterisk 1.6 phone system with another 
> phone system called "Broadsmart", they gave me credentials to register to.
> 
> Connected to Asterisk 1.6.2.5 currently running on watermelon (pid = 10365)
> watermelon*CLI> sip show registry
> Host                           dnsmgr Username       Refresh 
> State                Reg.Time
> {broadsmart_ip}:5060              N      {broadsmart_user}        3317 
> Registered           Fri, 07 May 2010 11:21:41
> 1 SIP registrations.
> 
> It shows that I am registered.  But when I go to make a call using:
> exten => 706,1,Macro(broadsmart,706)
> 
> and the Macro
> [macro-broadsmart]
> exten => s,1,Dial(SIP/${ar...@broadsmart,60)
> 
> Asterisk reports:
> [May  7 11:34:45] WARNING[10402]: chan_sip.c:17775 
> handle_response_invite: Received response: "Forbidden" from '"Mike A. 
> Leonetti" <sip:{broadsmart_us...@broadsmart.net>;tag=as6376d669'
> 
> The people on the other end sent me this e-mail:

The register command has one set of credentials but if you are dialing 
using Dial(SIP/${ar...@broadsmart,60) then the credentials will be 
looked up in the [broadsmart] section within sip.conf

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to