Displaying 2 results from an estimated 2 matches for "polycom650".
2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
...to be what I need (I need to authenticate to SIPhost with the
credentials SIPuser and SIPpass and I want to dial on to SIPdial).
However, doing this results in the NOTICE message:
chan_sip.c:23862 handle_response_invite: Failed to authenticate on INVITE to
'"Antony Stone" <sip:Polycom650 at 198.51.100.29>;tag=as6625b0b4'
The first thing which puzzles me about this is that 198.51.100.29 is the IP
address of the telephone I dialled *in* to the context with in order to cause
the Dial() command to get processed (and Polycom650 is indeed the username of
the telephone).
This...
2020 Oct 25
0
chan_sip doesn't authenticate on INVITE from a Dial() command
...SIP 485 Request: ACK
> sip:9411 at the.remote.ser.ver
>
> and that's it.
Now, at least, this is followed up by an attempt to authenticate, however it
fails.
chan_sip.c:23875 handle_response_invite: Received response: "Forbidden" from
'"Antony Stone" <sip:Polycom650 at 198.51.100.29>;tag=as6c2ed50a'
> So, what am I doing wrong - how can I get Asterisk to actually use the
> credentials which I've supplied in the Dial() command?
I think my question has now changed to "how can I get Asterisk to use the
credentials and successfully authent...