sip: se connecte à pgsql.v4
This commit is contained in:
parent
32136b25fa
commit
7ca15d7527
6 changed files with 6 additions and 6 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue