search for: sippass

Displaying 2 results from an estimated 2 matches for "sippass".

Did you mean: skippass
2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
...* and there is an optional [!dnid] argument you can append to alter the * To: header. (Note: I don't think I have ever seen that optional "!dnid" argument documented anywhere...?) So, the version with the username and password looks to me like what I want... Dial(SIP/${SIPuser}:${SIPpass}@${SIPhost}) or else Dial(SIP/${SIPuser}:${SIPpass}@${SIPhost}!${SIPdial}) would seem 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_resp...
2020 Oct 25
0
chan_sip doesn't authenticate on INVITE from a Dial() command
...you can append to alter the > * To: header. > > (Note: I don't think I have ever seen that optional "!dnid" argument > documented anywhere...?) > > So, the version with the username and password looks to me like what I > want... > > Dial(SIP/${SIPuser}:${SIPpass}@${SIPhost}) or else > Dial(SIP/${SIPuser}:${SIPpass}@${SIPhost}!${SIPdial}) > > would seem 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). It turns out that the username needs to be included twice (!?...