How to change default button for call end

From Kolmisoft Wiki
Revision as of 07:58, 13 May 2010 by Mindaugas (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 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 *)

Restart Asterisk