Changeset 182
- Timestamp:
- 11/06/07 08:49:01
(10 months ago)
- Author:
- sip
- Message:
Fixed another bug on create frame
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r181 |
r182 |
|
| 224 | 224 | |
|---|
| 225 | 225 | /* Check length*/ |
|---|
| 226 | | if(framelength>2) |
|---|
| | 226 | if(framelength>3) |
|---|
| 227 | 227 | { |
|---|
| 228 | 228 | /* Try to find begining of frame */ |
|---|
| … | … | |
| 711 | 711 | /* Delete frame */ |
|---|
| 712 | 712 | ast_frfree(f); |
|---|
| | 713 | /* Save cause */ |
|---|
| | 714 | reason = pseudo->hangupcause; |
|---|
| 713 | 715 | /* exit */ |
|---|
| 714 | 716 | goto hangup_pseudo; |
|---|
| … | … | |
| 1011 | 1013 | /* Delete frame */ |
|---|
| 1012 | 1014 | ast_frfree(f); |
|---|
| | 1015 | /* Save cause */ |
|---|
| | 1016 | reason = pseudo->hangupcause; |
|---|
| 1013 | 1017 | /* exit */ |
|---|
| 1014 | 1018 | goto hangup_pseudo; |
|---|
Download in other formats:
|
|