diff options
Diffstat (limited to 'src/call.h')
-rw-r--r-- | src/call.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ struct call_leg { * by the application to release the call. */ void (*release_call)(struct call_leg *); + + /** + * A DTMF key was entered. Forward it. + */ + void (*dtmf)(struct call_leg *, int keypad); }; enum sip_cc_state { |