[sip] Factorisation et mise au propre des scripts pour asterisk
This commit is contained in:
parent
9b5c5eb93d
commit
399bf75dbe
20 changed files with 475 additions and 201 deletions
8
sip/sms_queuing
Executable file
8
sip/sms_queuing
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
from asterisk import Sms
|
||||
|
||||
if __name__ == '__main__' :
|
||||
sms=Sms('/var/spool/asterisk/sms/')
|
||||
sms.sms_daemon('localhost',5038,'sms','6m6lTaEOTMsyM')
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue