[Blink] Blink on Arch Linux

Andrew Myers andrew.myers at wanadoo.fr
Mon Aug 9 17:17:20 CEST 2021


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('8694460 at sipgate.co.uk') 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 at domain format" % address)
ERROR    [main] ValueError: illegal SIP address: 55000, must be in 
user at domain format




More information about the Blink mailing list