mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Stop caller id transmission when offhook event detected.
This fixes the problem that would occur if an analog phone was picked up while the caller id was being sent. The caller id before sent the whole spill even after pickup and is now corrected. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@217744 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -201,6 +201,7 @@ struct analog_callback {
|
||||
int (* const check_waitingfordt)(void *pvt);
|
||||
void (* const set_confirmanswer)(void *pvt, int flag);
|
||||
int (* const check_confirmanswer)(void *pvt);
|
||||
void (* const cancel_cidspill)(void *pvt);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user