FreePBX will not forward calls externally

Guys, does anyone know if there’s a special feature that’d need to be added/installed on Asterisk/FreePBX in order to forward calls to a cell phone/landline?.. I set up an inbound route and I have it set to an Extension with the follow me feature turned on. I included my number as 3055551212# and instructed the Inbound Route to go that extension. I hear the call being picked up, music is on, but, when it’s time to transfer, the call drops. I can’t seem to find a solution to this. All leads I have followed have been to a dead end as well. Thanks in advance.

BTW, calling asterisk -rvvvvv says no such command…

https://wiki.freepbx.org/display/SUP/Providing+Great+Debug

Guessing, but do you have an outbound route that supports 305.555.1212? Can you call 305.555.1212 from an extension and have the call go through?

Thank you for your prompt response. I don’t have phones hooked up to the system. I am trying to forward inbound calls to my cell, so I don’t know how I’d make a phone call without the phone… It’s there a way to do that?..

From the asterisk CLI

"channel originate . . ."

(use tab completion at . . . )

Great. TY… I have to wait, the system just uploaded and Asterisk is not ready yet…

That didn’t do anything, and neither did this: channel originate SIP/tunk-name/1305XXXXXXX extension 1010@from-internal… Any other suggestions?..

Not enough info, It will do what you tell it, but you don’t post either what you told it or indeed what it then did.

I did that, and the one posted above…

No logs, no more comments, only you see what happened.

I tried this and no luck: amportal a dbug

Where would I get logs???

Provide a call trace via pastebin:
https://wiki.freepbx.org/display/SUP/Providing+Great+Debug#ProvidingGreatDebug-AsteriskLogs-PartII

Thank you again, but either, I’m lost here or the SSH is not responding to anything. I’ve tried this as well: tail -f /var/log/asterisk/full and no luck.

No idea what ‘no luck’ means in this context, but if you’re saying that asterisk is not logging at all to /var/log/asterisk/full you might be seeing this bug: Bug in Asterisk Logfiles Module ver 15.0.4

O.K. I tried this: fwconsole ma upgrade logfiles --edge, and it returned Logfiles is the same as the online version, unable to upgrade. and upon trying tail -f /var/log/asterisk/full, nothing happens. It just stays there…

O.K. I got this back

tail -f /var/log/asterisk/full
[2020-09-21 17:50:23] ERROR[17204] res_pjsip_config_wizard.c: Unable to load con fig file ‘pjsip_wizard.conf’
[2020-09-21 17:50:23] ERROR[17201] config_options.c: Unable to load config file ‘resolver_unbound.conf’
[2020-09-21 17:50:23] ERROR[17201] res_pjsip_config_wizard.c: Unable to load con fig file ‘pjsip_wizard.conf’
[2020-09-21 17:50:23] WARNING[17201] iax2/firmware.c: Error opening firmware dir ectory ‘/var/lib/asterisk/firmware/iax’: No such file or directory
[2020-09-21 17:50:23] NOTICE[17201] iax2/provision.c: No IAX provisioning config uration found, IAX provisioning disabled.
[2020-09-21 17:50:23] ERROR[17201] res_pjsip_config_wizard.c: Unable to load con fig file ‘pjsip_wizard.conf’
[2020-09-21 17:50:23] NOTICE[17201] confbridge/conf_config_parser.c: Adding defa ult_menu menu to app_confbridge
[2020-09-21 17:50:23] WARNING[17201] app_voicemail.c: maxsilence should be less than minsecs or you may get empty messages
[2020-09-21 17:50:23] WARNING[17201] app_flite.c: Flite: Unable to read config f ile flite.conf. Using default settings
[2020-09-21 17:50:23] NOTICE[17201] app_queue.c: queuerules.conf has not changed since it was last loaded. Not taking any action.

tail -f /var/log/asterisk/full

[2020-09-21 17:50:23] ERROR[17204] res_pjsip_config_wizard.c: Unable to load con fig file ‘pjsip_wizard.conf’
[2020-09-21 17:50:23] ERROR[17201] config_options.c: Unable to load config file ‘resolver_unbound.conf’
[2020-09-21 17:50:23] ERROR[17201] res_pjsip_config_wizard.c: Unable to load con fig file ‘pjsip_wizard.conf’
[2020-09-21 17:50:23] WARNING[17201] iax2/firmware.c: Error opening firmware dir ectory ‘/var/lib/asterisk/firmware/iax’: No such file or directory
[2020-09-21 17:50:23] NOTICE[17201] iax2/provision.c: No IAX provisioning config uration found, IAX provisioning disabled.
[2020-09-21 17:50:23] ERROR[17201] res_pjsip_config_wizard.c: Unable to load con fig file ‘pjsip_wizard.conf’
[2020-09-21 17:50:23] NOTICE[17201] confbridge/conf_config_parser.c: Adding defa ult_menu menu to app_confbridge
[2020-09-21 17:50:23] WARNING[17201] app_voicemail.c: maxsilence should be less than minsecs or you may get empty messages
[2020-09-21 17:50:23] WARNING[17201] app_flite.c: Flite: Unable to read config f ile flite.conf. Using default settings
[2020-09-21 17:50:23] NOTICE[17201] app_queue.c: queuerules.conf has not changed since it was last loaded. Not taking any action.

<script src=“https://pastebin.com/embed_js/YnDWYZbS”></script>

Issue the
tail -f /var/log/asterisk/full
command (leave it running) then make your test call. You should see additional output. Paste that and post the link.

<script src=“https://pastebin.com/embed_js/ApsQaz8g”></script>

Just made another call:

<script src=“https://pastebin.com/embed_js/gwEuC5Z5”></script>