sip: se connecte à pgsql.v4

This commit is contained in:
Daniel STAN 2015-07-03 18:05:18 +02:00
parent 32136b25fa
commit 7ca15d7527
6 changed files with 6 additions and 6 deletions

View file

@ -6,5 +6,5 @@ import sys
from gestion import secrets_new as secrets
if __name__ == '__main__' :
sms=Sms("dbname='django' user='crans' host='pgsql.adm.crans.org'", "voip_sms")
sms=Sms("dbname='django' user='crans' host='pgsql.v4.adm.crans.org'", "voip_sms")
sms.sms_daemon('localhost', 5038, 'sms', secrets.get('asterisk_sms_passwd'))