X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fipypbxweb%2Fmodels.py;h=f2c754bf8625bdf571582a41668bc41099c7cb4c;hb=9769ab5dc895879c6090e134722a7796e6654247;hp=57a31943ef2af681fb50c65f59658322bb50cba5;hpb=caeac17c6ce9c15e81cd6c4522dc74e66972386e;p=ipypbx diff --git a/src/ipypbxweb/models.py b/src/ipypbxweb/models.py index 57a3194..f2c754b 100644 --- a/src/ipypbxweb/models.py +++ b/src/ipypbxweb/models.py @@ -57,6 +57,7 @@ class Gateway(models.Model): password = models.CharField(max_length=100) realm = models.CharField(max_length=100) from_domain = models.CharField(max_length=100) + extension = models.CharField(max_length=100) expire_in_seconds = models.PositiveIntegerField() retry_in_seconds = models.PositiveIntegerField() caller_id_in_from_field = models.BooleanField()