oza4h07
oza4h07
Hello, On a Django 3.1.7 setup, I've got a models like this: `class LANManager(models.Manager): def get_by_natural_key(self, slug_name): return self.get(slug_name=slug_name) class LAN(models.Model): slug_name = models.SlugField(max_length=64, unique=True) network_address = CidrAddressField() net_objects =...
Hello, With Django 3.1.7 and Polymorphic 3.0.0, I'm seeing the error bellow when using something like `obj, created = Book.objects.update_or_create(title='Foo')`. How to use update_or_create with django-polymorphic ? `ValueError: Field 'id'...
Hello, Using latest pysipp (with sipp 3.5.2): ``` import pysipp uac = pysipp.client(invalid_arg='foo') ``` Is there a way to trigger an error or warning when passing an invalid argument ?...
hello, I installed dal_admin_filters with pipenv install dal_admin_filters When settings.py includes: ... INSTALLED_APPS = [ 'voiptrunk.apps.VoiptrunkConfig', 'phonenumber_field', 'django_tables2', 'dal', 'dal_select2', 'dal_admin_filters', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', ] then Django's...
### Improvement Description When a single trunk is used for both domestic and international outbound calls, you both need to include Stir/Shaken headers for domestic calls while remove them for...
Hello, I'm completely new to both Hugo and Ananke Theme. I"ve set a contact page with the bellow content. Everything in it seems to be fine expect that 1. the...
### Improvement Description Some local regulation bodies require or simply recommend ITSP to preventively or offbound download certs, probably to lower workload on authority resources (bandwidth, CPU, …) and thus...
### Severity Major ### Versions 20.10 ### Components/Modules stir_shaken ### Operating Environment Debian 11 ### Frequency of Occurrence Constant ### Issue Description When sending an outbound call from an unknown...
Hello, As illustrated in [1], a modern way (ie later than 2022) to manage repositories in Debian-like systems, is to download an .asc file from a URL, save it locally,...
### Improvement Description In some countries, latest Stir-Shaken regulation (see [1] §11) covers Call Forwarding. When Alice calls Bob and Bob forwards to Cory, the goal is to verify both...