Skip to content

Commit

Permalink
add mms flag to mms on Siptrunk
Browse files Browse the repository at this point in the history
  • Loading branch information
billsimon committed Mar 10, 2024
1 parent e926237 commit 02d84a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/provider-Siptrunk.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function sendMedia($id, $to, $from, $message=null)
"to" => '+'.$to,
"from" => '+'.$from,
"body" => '',
"is_mms" => 'true',
"media_urls" => $this->media_urls($id)
);
if ($message)
Expand Down

0 comments on commit 02d84a1

Please sign in to comment.