So I have installed blink on Arch linux and it seems to be working with some exceptions:

The "Send inband DTMF" option does not seem to change the DTMF type.
Setting
        rtp:
            inband_dtmf = true or false
                                in the config file seems to make no difference.

For some reason I cannot register my sipgate account:

ERROR    [main] Unhandled exception in notification observer Account('[email protected]') while handling notification 'MWISubscriptionGotNotify'
ERROR    [main] Traceback (most recent call last):
ERROR    [main]   File "/usr/lib/python3.9/site-packages/sipsimple/configuration/datatypes.py", line 186, in __new__
ERROR    [main]     username, domain = address.split('@')
ERROR    [main] ValueError: not enough values to unpack (expected 2, got 1)
ERROR    [main]
ERROR    [main] During handling of the above exception, another exception occurred:
ERROR    [main]
ERROR    [main] Traceback (most recent call last):
ERROR    [main]   File "/usr/lib/python3.9/site-packages/application/notification.py", line 206, in post_notification
ERROR    [main]     observer.handle_notification(notification)
ERROR    [main]   File "/usr/lib/python3.9/site-packages/sipsimple/account/__init__.py", line 361, in handle_notification
ERROR    [main]     handler(notification)
ERROR    [main]   File "/usr/lib/python3.9/site-packages/sipsimple/account/__init__.py", line 388, in _NH_MWISubscriptionGotNotify ERROR    [main]     self._mwi_voicemail_uri = message_summary.message_account and SIPAddress(message_summary.message_account.replace('sip:', '', 1)) or None ERROR    [main]   File "/usr/lib/python3.9/site-packages/sipsimple/configuration/datatypes.py", line 189, in __new__ ERROR    [main]     raise ValueError("illegal SIP address: %s, must be in user@domain format" % address) ERROR    [main] ValueError: illegal SIP address: 55000, must be in user@domain format


_______________________________________________
Blink mailing list
[email protected]
https://lists.ag-projects.com/mailman/listinfo/blink

Reply via email to