[asterisk-dev] Improving how Asterisk handles forked SIP requests.
Klaus Darilion
klaus.mailinglists at pernau.at
Mon Jul 19 08:01:52 CDT 2010
Am 19.07.2010 07:22, schrieb David Vossel:
> --- Forking issues this will not fix.
>
> One issue this does not resolve is forked requests with different
> request URIs that require Authorization. When Authorization is
> required the totag won't be provided until the second transaction of
> the dialog. With my current patch it is impossible guarantee a
> correct dialog match for the second transaction of these dialogs. I
> do not yet have a simple solution for this.
The first transaction (without credentials) is not related to the second
transaction (with credentials) - at least within the SIP transaction
layer. The first transaction does not create a dialog.
regards
Klaus
PS: A pure SIP transaction layer would be great!
More information about the asterisk-dev
mailing list