Skip to content

Tag regression with INVITE handling #123

@vodik

Description

@vodik

Caught this in production:

Traceback (most recent call last):
  File "/home/simon/src/aiosip/aiosip/application.py", line 117, in _dispatch
    await dialog.receive_message(msg)
  File "/home/simon/src/aiosip/aiosip/dialog.py", line 348, in receive_message
    self.to_details['params']['tag'] = msg.to_details['params']['tag']
  File "/home/simon/src/aiosip/aiosip/param.py", line 19, in __getitem__
    return self._param[key]
KeyError: 'tag'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions