Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Benjamin Graillot
scripts
Commits
73c51369
Commit
73c51369
authored
Jun 16, 2013
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[sip/sms] Échec Sémantique, on remet les paramètres dans le bon ordre
parent
f8f4d7e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sip/asterisk.py
sip/asterisk.py
+2
-2
No files found.
sip/asterisk.py
View file @
73c51369
...
...
@@ -86,9 +86,9 @@ class Sms(object):
f
.
write
(
dst
)
with
open
(
path
+
'body'
,
'w'
)
as
f
:
if
body_type
==
'str'
:
f
.
write
(
body
)
elif
body_type
==
'base64'
:
f
.
write
(
base64
.
encodestring
(
body
).
strip
())
elif
body_type
==
'base64'
:
f
.
write
(
body
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment