Displaying 3 results from an estimated 3 matches for "iporhost".
Did you mean:
iphost
2020 Oct 27
1
Bug in Dial() string processing
...1 at
least).
According to the documentation in channels/chan_sip.c the Dial() string syntax
is:
* SIP/devicename
* or SIP/username at domain (SIP uri)
* or SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
* or SIP/devicename/extension
* or SIP/devicename/extension/IPorHost
* or SIP/username at domain//IPorHost
*
* and there is an optional [!dnid] argument you can append to alter the
* To: header.
The bug is in the last part - the optional !dnid argument.
This should parse for a ! *following* any of the above syntaxes and assign
whatever follows it to dnid. If...
2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
...d work out what I'm
doing wrong...
In channels/chan_sip.c I find:
* SIP Dial string syntax:
* SIP/devicename
* or SIP/username at domain (SIP uri)
* or SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
* or SIP/devicename/extension
* or SIP/devicename/extension/IPorHost
* or SIP/username at domain//IPorHost
* 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 li...
2020 Oct 25
0
chan_sip doesn't authenticate on INVITE from a Dial() command
...; In channels/chan_sip.c I find:
>
> * SIP Dial string syntax:
> * SIP/devicename
> * or SIP/username at domain (SIP uri)
> * or
> SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port] *
> or SIP/devicename/extension
> * or SIP/devicename/extension/IPorHost
> * or SIP/username at domain//IPorHost
> * 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 t...