Difference between revisions of "How to change default button for call end"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: = Description = By default button to to end the current _CONNECTED_ call when using Calling Cards and ANI/PIN dialing is '*'. Sometimes it is necessary to change it to something differen...) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
= Description = | = Description = | ||
By default button | By default, the button to end the current _CONNECTED_ call when using Calling Cards and ANI/PIN dialing is '*'. | ||
Sometimes it is necessary to change it to something different. | Sometimes it is necessary to change it to something different. | ||
As an example we will change it to '##' | As an example, we will change it to '##'. | ||
Line 19: | Line 19: | ||
Change them to: | Change them to: | ||
[featuremap] | [featuremap] | ||
blindxfer => #1 ; Blind transfer (default is #) | blindxfer => #1 ; Blind transfer (default is #) | ||
disconnect => ## ; Disconnect (default is *) | disconnect => ## ; Disconnect (default is *) | ||
[[How to restart Asterisk server|Restart Asterisk]] | |||
REMEMBER: this option is only applicable when using a Calling Card or ANI/PIN dialing when the call is already CONNECTED. | |||
[[ | |||
<br><br> | |||
= See also = | |||
* [[Calling Cards Addon]] | |||
* [[Authorization by PIN]] | |||
* [[Authorization by ANI]] |
Latest revision as of 06:31, 24 May 2010
Description
By default, the button to end the current _CONNECTED_ call when using Calling Cards and ANI/PIN dialing is '*'.
Sometimes it is necessary to change it to something different.
As an example, we will change it to '##'.
Configuration
In file /etc/asterisk/features.conf find lines:
[featuremap] ;blindxfer => #1 ; Blind transfer (default is #) ;disconnect => *0 ; Disconnect (default is *)
Change them to:
[featuremap] blindxfer => #1 ; Blind transfer (default is #) disconnect => ## ; Disconnect (default is *)
REMEMBER: this option is only applicable when using a Calling Card or ANI/PIN dialing when the call is already CONNECTED.