parent
fc1b2c0edf
commit
ef95c2b159
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ class History(object):
|
||||||
class Manager(object):
|
class Manager(object):
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self, username, password, timeout=10, server='idefisk.adm.crans.org',
|
self, username, password, timeout=10, server='asterisk.adm.crans.org',
|
||||||
port=5038, debug=False, event=False, auto_connect=True, agi=None,
|
port=5038, debug=False, event=False, auto_connect=True, agi=None,
|
||||||
wait_fullybooted=True
|
wait_fullybooted=True
|
||||||
):
|
):
|
||||||
|
|
|
@ -5,7 +5,7 @@ import time
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
timeout=10
|
timeout=10
|
||||||
server="idefisk.adm.crans.org"
|
server="asterisk.adm.crans.org"
|
||||||
port=5038
|
port=5038
|
||||||
|
|
||||||
user="django"
|
user="django"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue