Changeset 197
- Timestamp:
- 12/04/07 17:13:50
(9 months ago)
- Author:
- sip
- Message:
Fixed DTMF detection.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r192 |
r197 |
|
| 527 | 527 | if (ast_exists_extension(chan, chan->context, dtmf, 1, NULL)) { |
|---|
| 528 | 528 | /* Set extension to jump */ |
|---|
| 529 | | res = f->subclass; |
|---|
| | 529 | res = atoi(dtmf); |
|---|
| 530 | 530 | /* Free frame */ |
|---|
| 531 | 531 | ast_frfree(f); |
|---|
| r192 |
r197 |
|
| 1142 | 1142 | if (ast_exists_extension(chan, chan->context, dtmf, 1, NULL)) { |
|---|
| 1143 | 1143 | /* Set extension to jump */ |
|---|
| 1144 | | res = f->subclass; |
|---|
| | 1144 | res = atoi(dtmf); |
|---|
| 1145 | 1145 | /* Free frame */ |
|---|
| 1146 | 1146 | ast_frfree(f); |
|---|
Download in other formats:
|
|