projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0bf23
)
Shout: Fix saving device IDs to the backend
author
Ben Klang
<ben@alkaloid.net>
Sat, 9 Jan 2010 18:24:47 +0000
(13:24 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Sat, 9 Jan 2010 18:24:47 +0000
(13:24 -0500)
shout/lib/Driver/Ldap.php
patch
|
blob
|
history
diff --git
a/shout/lib/Driver/Ldap.php
b/shout/lib/Driver/Ldap.php
index
d0d3270
..
8d6b50f
100644
(file)
--- a/
shout/lib/Driver/Ldap.php
+++ b/
shout/lib/Driver/Ldap.php
@@
-253,7
+253,8
@@
class Shout_Driver_Ldap extends Shout_Driver
case 'device':
// FIXME: Check that the device is valid and associated with this
// context.
- $attr = array('AstExtension' => $destination);
+ // FIXME: Allow for different device types
+ $attr = array('AstExtension' => "SIP/" . $destination);
break;
default: