applied patch 2981988 to fix possible conflicts with Asterisk module
This commit is contained in:
parent
bbe9f616bd
commit
4fca59ad71
|
@ -119,12 +119,12 @@ class asteriskVoicemail extends baseModule implements passwordService {
|
||||||
array('kind' => 'help', 'value' => 'AstContext')),
|
array('kind' => 'help', 'value' => 'AstContext')),
|
||||||
array(
|
array(
|
||||||
array('kind' => 'text', 'text' => _('Account context') . ":"),
|
array('kind' => 'text', 'text' => _('Account context') . ":"),
|
||||||
array('kind' => 'input', 'name' => 'asteriskAccount_AstAccountContext', 'type' => 'text', 'size' => '30'),
|
array('kind' => 'input', 'name' => 'asteriskVoicemail_AstContext', 'type' => 'text', 'size' => '30'),
|
||||||
array('kind' => 'help', 'value' => 'AstContext'))
|
array('kind' => 'help', 'value' => 'AstContext'))
|
||||||
);
|
);
|
||||||
// profile mappings
|
// profile mappings
|
||||||
$return['profile_mappings'] = array(
|
$return['profile_mappings'] = array(
|
||||||
'asteriskAccount_AstAccountContext' => 'AstContext',
|
'asteriskVoicemail_AstContext' => 'AstContext',
|
||||||
'asteriskVoicemail_AstVoicemailContext' => 'AstVoicemailContext',
|
'asteriskVoicemail_AstVoicemailContext' => 'AstVoicemailContext',
|
||||||
'asteriskVoicemail_AstVoicemailOptions' => 'AstVoicemailOptions'
|
'asteriskVoicemail_AstVoicemailOptions' => 'AstVoicemailOptions'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue