Added gateway extension field
[ipypbx] / src / ipypbx / http.py
index b1256f3..a7426a5 100644 (file)
@@ -236,7 +236,7 @@ class SofiaConfGenerator(FreeswitchConfigGenerator):
                 ('sip-ip', profile.sip_ip),
                 ('rtp-ip', profile.rtp_ip),
                 ('sip-port', profile.sip_port),
-                ('nonce-ttl'. '60'),
+                ('nonce-ttl', '60'),
                 ('rtp-timer-name', 'soft'),
                 ('codec-prefs', 'PCMU@20i'),
                 ('debug', '1'),