Not receiving busy tone when transfering
Not receiving busy tone when transfering
Asterisk is sending a busy message. This seems like phone issue. You would need to contact phone manufacture on this.
Not receiving busy tone when transfering
ok thank you, I have wrote to fanvil and I will update this if they found a solution… these fanvil phones are really filled of bugs… it wasn’t a good choice to buy so many phones from this brand
Cisco 500S help
Are you running the latest firmware on the phone? It can also be a defective cable, I saw it happening myself, the sidecar would flash all lights in orange when rebooted but would not be detected. If you are handy with a crimper, you can try to crimp a new cable and try that one.
Porting 2.11 version 'Wake Up Calls" module to V14
For troubleshooting use your developer console.
You can see the json response which shows the fields.
In the Class:
<?php
namespace FreePBX\modules;
class Foomodule extends \DB_Helper implements \BMO {
//other stuff
public function ajaxHandler() {
if($_REQUEST['command '] == 'getJSON' && $_REQUEST['jdata'] == 'fooGrid'){
//generate something like below usually somerhing like $this->listStuff();
return array(array('field1' => 'Foo', 'field2' => 'bar'), array('field1' => 'Baz', 'field2' => 'Narf'));
}
}
//other stuff
}
Chan_sip vs pjsip
Lol, This sounds like a quagmire I have been trying to get myself out of.
Chan_sip vs pjsip
Trrruuuuueee! hahahahaha. Quite a learning curve.
No such context 'macro-outisbusy' for macro 'outisbusy'. Was called by 100@from-internal
I might be wrong, but I’m pretty sure that error is not related with your issue.
Post a complete log of a failed call attempt so we can help you.
Multiple outbound CID outbound routes
@busster8 I vote for 2.
Chan_sip vs pjsip
hey @paul_hadley how did yo configure the router to allow voice calls out/in?
Queue Report
in mysql
TRUNCATE `qxactcalls`;
Still can't put multiple CIDs in Inbound Route?
@jerryriggin and if you decide to go that route, be sure to share your work with us so that someone that’s looking for a “helping FreePBX become more awesomer” project can integrate it and make it a real, no-kidding module. It does sound like a cool project.
Delete fax after sending
Even if he isn’t here, the answer is probably going to be the _custom.conf file, since the _additional.conf files are all managed by FreePBX.
Freepbx in HyperV
Excellent to know. Is there a rule of thumb or basic calc for this?
Inbound call routing on a SIP trunk for PJSIP?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
Porting 2.11 version 'Wake Up Calls" module to V14
I wasn’t really looking to dig deep into the inner workings, but if I must …
How do I get the Developer Tools? Goggling doesn’t come up with anything obvious.
Inbound call routing on a SIP trunk for PJSIP?
so, does this mean @tkuehne, you are using both chan_sip and pj_sip on FreePBX ?
Distro stuck at booting when no internet connection
I could try yes… but I don’t understand why it’s not taken care of in FreePBX. (in the event listener for “Fully Booted”)
This way it doesn’t look like a robust solution in a DRP scenario.
Porting 2.11 version 'Wake Up Calls" module to V14
https://webmasters.stackexchange.com/a/77337 Covers all browsers
Freepbx in HyperV
Once the system is humming spend a little time in top to see how much it is actually using - but the above guidelines have never failed me.