[sip] Scripts appelé par asterisk dans un sous dossier
This commit is contained in:
parent
4060df409c
commit
db5de1a8cc
6 changed files with 9 additions and 8 deletions
1
sip/scripts/README
Normal file
1
sip/scripts/README
Normal file
|
@ -0,0 +1 @@
|
|||
Contient des script appelé par asterisk qui lit leur résultat sur stdin
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
#!/bin/bash /usr/scripts/python.sh
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
from asterisk import Profile
|
||||
from sip.asterisk import Profile
|
||||
|
||||
if __name__ == '__main__' :
|
||||
if len(sys.argv)>1:
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
#!/bin/bash /usr/scripts/python.sh
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
from asterisk import Profile
|
||||
from sip.asterisk import Profile
|
||||
|
||||
if __name__ == '__main__' :
|
||||
if len(sys.argv)>1:
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
#!/bin/bash /usr/scripts/python.sh
|
||||
# -*- coding: utf-8 -*-
|
||||
import sys
|
||||
from asterisk import Profile
|
||||
from sip.asterisk import Profile
|
||||
|
||||
if __name__ == '__main__' :
|
||||
if len(sys.argv)>3:
|
Loading…
Add table
Add a link
Reference in a new issue