Prem Udeshi

Results 5 comments of Prem Udeshi

Hi, I was wondering if you were ever able to figure out how to use both in the same sketch.

I am also having issues with editing the pins in the form. This is my models.py ``` class Location(models.Model): draft = models.BooleanField(default=False) user = models.ForeignKey(User, on_delete=models.PROTECT, related_name='locations') date = models.DateTimeField(auto_now=True)...

What SIP server are you using? This happened to me because my server requires OPTION reply and this library doesn't support it just yet. Essentially my SIP server thinks that...

Hi @adsbenham , Were you ever able to get the text to speech working?