Skip to content
Snippets Groups Projects

Fix the issue of dialing 8 or more digits

Merged Wenpeng Song requested to merge 9458_bug_8digits into devel

struct ast_channel *c from sub->parent whose type is brcm_pvt not acting as expected, the ast_channel_exten_set(c, p->ext) seems handled with some wrong memory address that leads to the issue.

Using the ast_copy_string instead to set the sub->parent->ext and sub->parent->context directly, which will be used by brcm_new(line 1918).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading