Skip to content

Commit

Permalink
Changes: implemented poc for kannel sendsms (Issue: #60)
Browse files Browse the repository at this point in the history
  • Loading branch information
back2arie committed Jul 29, 2012
1 parent d65d0a3 commit b3c8b9e
Show file tree
Hide file tree
Showing 4 changed files with 1,400 additions and 1,286 deletions.
11 changes: 11 additions & 0 deletions application/config/kalkun_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
$config['kalkun_upgradeable'] = TRUE;
$config['kalkun_previous_version'] = '0.5';

/*
|--------------------------------------------------------------------------
| Gateway Engine (Default to Gammu)
|--------------------------------------------------------------------------
|
*/
$config['gateway']['engine'] = 'gammu';
$config['gateway']['url'] = 'http://localhost:13013';
$config['gateway']['username'] = 'username';
$config['gateway']['password'] = 'password';

/*
|--------------------------------------------------------------------------
| Gammu Location (currently only used if you want to send WAP link)
Expand Down
Loading

0 comments on commit b3c8b9e

Please sign in to comment.