Cannot originate calls on Asterisk 11

Bug #1362418 reported by Adam Zammit
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
queXS
Fix Released
High
Adam Zammit

Bug Description

After upgrading our VoIP server into FreePBX with asterisk 11 we
faced an issue relating queXS behavior: queXS could connect and
monitor as normal, but was totally unable to make any call, and it
also lacked any kind of log or response about what was happening at
the time. Many hours of work later, we found the problem and
implemented a provisional solution in our limited understanding of the
issue at hand:
We edited the line 190 in functions/functions.voip.php from:

   $r = $this->query("Action: Originate\r\nChannel: $ext\r\nExten: $number\r\nPriority: 1\r\nCallerid: $ext\r\n\r\n","Response");

to:

   $r = $this->query("Action: Originate\r\nChannel: $ext\r\nExten: $number\r\nContext: XXXXX\r\nPriority: 1\r\nCallerid: $ext\r\n\r\n","Response");

Related branches

Adam Zammit (adamzammit)
Changed in quexs:
status: New → Fix Committed
milestone: none → 1.10.5
Adam Zammit (adamzammit)
Changed in quexs:
milestone: none → 1.11.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.