Changeset 213
- Timestamp:
- 04/08/08 16:58:35
(5 months ago)
- Author:
- sip
- Message:
Fixed dmtf
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r199 |
r213 |
|
| 527 | 527 | if (ast_exists_extension(chan, chan->context, dtmf, 1, NULL)) { |
|---|
| 528 | 528 | /* Set extension to jump */ |
|---|
| 529 | | res = atoi(dtmf); |
|---|
| | 529 | res = f->subclass; |
|---|
| 530 | 530 | /* Free frame */ |
|---|
| 531 | 531 | ast_frfree(f); |
|---|
| r197 |
r213 |
|
| 1142 | 1142 | if (ast_exists_extension(chan, chan->context, dtmf, 1, NULL)) { |
|---|
| 1143 | 1143 | /* Set extension to jump */ |
|---|
| 1144 | | res = atoi(dtmf); |
|---|
| | 1144 | res = f->subclass; |
|---|
| 1145 | 1145 | /* Free frame */ |
|---|
| 1146 | 1146 | ast_frfree(f); |
|---|
Download in other formats:
|
|