Yes it is queue related. When viewing queues there is an agents, statistics and calls pane.
The stuck calls are shown in the calls pane and may be there for many hours.
Yes it is queue related. When viewing queues there is an agents, statistics and calls pane.
The stuck calls are shown in the calls pane and may be there for many hours.
well, thank you )
but I think that the trick by lgaetzLorne Gaetz will do)))
regards
sergey
Hi Lorne
I have already tried your suggestion and a few others, and none of them seem to work.
The ones I have tried include the following:
xxxxxxxxxxxxx
00264xxxxxxxx
0026461235424
All of these don't seem to work, do you have any other suggestions that I could try please as I am currently very stuck all my local calls are working just fine.
It is just this international number that I am struggling with to create a outbound dialing pattern in free PBX.
Your help is greatly appreciated thanks very much.
Kind regards,
Mark Stoermer
I cannot see why not! virtualization is not the future anymore it is where we already are.
How I implemented Flowroute's SMS services into my X-Lite softphone's IM feature.
As many of you are no doubt aware, SMS messaging is not really an integrated part of FreePBX/Asterisk. In fact as far as I know, SIPStation is the only SIP Trunk provider that offers integrated SMS capabilities. Other providers offer SMS, but they don't work out of the box like SIPStation. However for my basic home VoIP needs, their offerings aren't a lot cheaper than the services I already had through my provider.
I did some shopping around and decided on Flowroute for my SIP trunk. Their basic services were within my budget, and they offer SMS. Now came the fun part; making it work with the X-Lite instant messenger. From what I understand, the SIP SIMPLE protocol used by the X-Lite softphone also works with a variety of SIP phones as well, but I don't own any SIP phones and don't really have a way to verify that my solution works on those phones as well.
Flowroute's SMS service works via a basic RESTful HTTP interface, using simple POST and GET HTTP requests.
Through Flowroute's account manager, their SMS API can be "pointed" to an SMS Callback URL, a specific address on your network. Any incoming SMS messages they receive for one of your DIDs is sent to this callback URL in the form of an HTTP request. Software on your end receives the message, and it's up to you to take it from there.
They also provide a URL on their network to receive outgoing SMS messages, utilizing an HTTP request as well. Again, it's up to software on your end to format, prepare, and send the message.
Using Apache and a perl script, I receive an incoming SMS message and use the information to create a .call file that I drop into Asterisk's outgoing call directory. Asterisk takes it from there and sends the message to a specific softphone extension as an IM.
Using a custom context stored in Asterisk's custom extension file, instant messages are examined to determine if the destination is a local extension or a 10 digit phone number. If it's a 10 digit phone number, the message data is passed on to a bash script where it's formatted into a valid HTTP request and sent to Flowroute through cURL.
Overall, it's a working solution. It's a bit of a kludge, but it does work. I have been considering writing up a more detailed explanation with an explanation of the underlying code, if anyone is interested.
No output on sudo -u asterisk asterisk -rx "core reload"
or sudo -u asterisk asterisk -rvvvx "core reload"
. Restarting asterisk is no issue and asterisk is running fine - but i guess with the old settings. So the issue might be in "apply config" - the rewriting of the .conf-files. Would that lead to all conf files (except the custom ones) to be rewritten or is freepbx aware of the changes and the explicit files which have to be rewritten?
root@asterisk:~$ find /etc/asterisk/ -iname "*.conf" -ls
264123 4 -rw-rw-r-- 1 asterisk asterisk 841 Aug 13 09:45 /etc/asterisk/ari_additional.conf
264197 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/res_digium_phone_applications.conf
264078 0 lrwxrwxrwx 1 asterisk asterisk 44 Mar 28 2016 /etc/asterisk/cel.conf -> /var/www/html/admin/modules/cel/etc/cel.conf
264119 4 -rw-rw-r-- 1 asterisk asterisk 3498 Mar 28 2016 /etc/asterisk/alsa.conf
264169 0 -rw-rw-r-- 1 asterisk asterisk 0 Aug 11 19:05 /etc/asterisk/http_custom.conf
264745 4 -rw-rw-r-- 1 asterisk asterisk 720 Aug 13 09:45 /etc/asterisk/res_fax_digium.conf
264236 4 -rw-rw-r-- 1 asterisk asterisk 949 Mar 28 2016 /etc/asterisk/cdr_sqlite3_custom.conf
264734 8 -rw-rw-r-- 1 asterisk asterisk 5171 Mar 28 2016 /etc/asterisk/calendar.conf
264062 8 -rw-rw-r-- 1 asterisk asterisk 4120 Mar 28 2016 /etc/asterisk/asterisk.conf
263954 12 -rw-rw-r-- 1 asterisk asterisk 8804 Nov 16 2016 /etc/asterisk/extensions_custom.conf
262926 4 -rw-rw-r-- 1 asterisk asterisk 2816 Mar 28 2016 /etc/asterisk/acl.conf
264803 8 -rw-rw-r-- 1 asterisk asterisk 7461 Mar 28 2016 /etc/asterisk/oss.conf
264833 4 -rw-rw-r-- 1 asterisk asterisk 1238 Aug 13 09:45 /etc/asterisk/sip_notify_additional.conf
264201 4 -rw-rw-r-- 1 asterisk asterisk 1090 Mar 28 2016 /etc/asterisk/res_pgsql.conf
264246 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/meetme_general_custom.conf
264801 4 -rw-rw-r-- 1 asterisk asterisk 1617 Mar 28 2016 /etc/asterisk/cdr_custom.conf
264061 0 lrwxrwxrwx 1 asterisk asterisk 51 Mar 28 2016 /etc/asterisk/ari.conf -> /var/www/html/admin/modules/arimanager/etc/ari.conf
264200 4 -rw-rw-r-- 1 asterisk asterisk 924 Mar 28 2016 /etc/asterisk/res_odbc_custom.conf
264789 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/res_fax_custom.conf
264799 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.identify_custom.conf
264174 4 -rw-rw-r-- 1 asterisk asterisk 753 Aug 13 09:45 /etc/asterisk/logger_logfiles_additional.conf
264732 0 -rw-rw-r-- 1 asterisk asterisk 0 Apr 4 2016 /etc/asterisk/sip_nat.conf
264196 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/res_digium_phone_additional.conf
264128 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/ccss_general_custom.conf
264116 4 -rw-rw-r-- 1 asterisk asterisk 188 Jun 7 12:03 /etc/asterisk/dnsmgr.conf
264180 8 -rw-rw-r-- 1 asterisk asterisk 5852 Mar 28 2016 /etc/asterisk/mgcp.conf
264845 4 -rw-rw-r-- 1 asterisk asterisk 81 Mar 28 2016 /etc/asterisk/privacy.conf
265263 0 lrwxrwxrwx 1 asterisk asterisk 50 Mar 28 2016 /etc/asterisk/res_odbc.conf -> /var/www/html/admin/modules/core/etc/res_odbc.conf
264248 4 -rw-rw-r-- 1 asterisk asterisk 1285 Mar 28 2016 /etc/asterisk/muted.conf
264843 4 -rw-rw-r-- 1 asterisk asterisk 1694 Aug 13 09:45 /etc/asterisk/sip_registrations.conf
265262 4 -rw-rw-r-- 1 asterisk asterisk 733 Aug 13 09:45 /etc/asterisk/res_fax.conf
264139 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/cel_custom_post.conf
264785 0 -rw-rw-r-- 1 asterisk asterisk 0 Jun 22 2016 /etc/asterisk/pjsip.endpoint_custom_post.conf
264841 4 -rw-rw-r-- 1 asterisk asterisk 1164 Mar 28 2016 /etc/asterisk/dbsep.conf
264842 4 -rw-rw-r-- 1 asterisk asterisk 2402 Mar 28 2016 /etc/asterisk/iaxprov.conf
264189 0 -rw-rw-r-- 1 asterisk asterisk 0 Jun 23 2016 /etc/asterisk/pjsip.endpoint_custom.conf
264878 4 -rw-rw-r-- 1 asterisk asterisk 1397 Aug 13 09:45 /etc/asterisk/pjsip.auth.conf
264076 0 lrwxrwxrwx 1 asterisk asterisk 48 Mar 28 2016 /etc/asterisk/ccss.conf -> /var/www/html/admin/modules/campon/etc/ccss.conf
264162 4 -rw-rw-r-- 1 asterisk asterisk 176 Jul 5 2016 /etc/asterisk/extensions_override_freepbx.conf
264198 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/res_digium_phone_devices.conf
264811 12 -rw-rw-r-- 1 asterisk asterisk 10065 Mar 28 2016 /etc/asterisk/skinny.conf
264210 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/sip_registrations_custom.conf
264881 0 lrwxrwxrwx 1 asterisk asterisk 46 Mar 28 2016 /etc/asterisk/http.conf -> /var/www/html/admin/modules/core/etc/http.conf
265267 0 lrwxrwxrwx 1 asterisk asterisk 52 Mar 28 2016 /etc/asterisk/sip_notify.conf -> /var/www/html/admin/modules/core/etc/sip_notify.conf
264740 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/iax_custom_post.conf
264152 8 -rw-rw-r-- 1 asterisk asterisk 4456 Mar 28 2016 /etc/asterisk/console.conf
264726 8 -rw-rw-r-- 1 asterisk asterisk 7471 Mar 28 2016 /etc/asterisk/extensions_minivm.conf
264185 8 -rw-rw-r-- 1 asterisk asterisk 7840 Mar 28 2016 /etc/asterisk/phoneprov.conf
264234 4 -rw-rw-r-- 1 asterisk asterisk 735 Aug 13 09:45 /etc/asterisk/logger_general_additional.conf
265264 4 -rw-rw-r-- 1 asterisk asterisk 917 Aug 13 09:45 /etc/asterisk/res_parking.conf
264786 4 -rw-rw-r-- 1 asterisk asterisk 958 Aug 13 09:45 /etc/asterisk/manager_additional.conf
264797 20 -rw-rw-r-- 1 asterisk asterisk 17057 Mar 28 2016 /etc/asterisk/say.conf
264183 4 -rw-rw-r-- 1 asterisk asterisk 3900 Mar 28 2016 /etc/asterisk/osp.conf
264739 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/features_featuremap_custom.conf
264168 4 -rw-rw-r-- 1 asterisk asterisk 810 Aug 13 09:45 /etc/asterisk/http_additional.conf
264192 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 30 2016 /etc/asterisk/queues_custom.conf
265268 0 lrwxrwxrwx 1 asterisk asterisk 47 Mar 28 2016 /etc/asterisk/udptl.conf -> /var/www/html/admin/modules/core/etc/udptl.conf
264249 4 -rw-rw-r-- 1 asterisk asterisk 1332 Mar 28 2016 /etc/asterisk/res_config_sqlite3.conf
264244 12 -rw-rw-r-- 1 asterisk asterisk 9925 Mar 28 2016 /etc/asterisk/minivm.conf
264827 4 -rw-rw-r-- 1 asterisk asterisk 819 Aug 13 09:45 /etc/asterisk/res_odbc_additional.conf
264219 4 -rw-rw-r-- 1 asterisk asterisk 2571 Mar 28 2016 /etc/asterisk/users.conf
264217 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/udptl_custom.conf
264800 4 -rw-rw-r-- 1 asterisk asterisk 2669 Mar 28 2016 /etc/asterisk/smdi.conf
264844 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/features_general_custom.conf
264255 0 lrwxrwxrwx 1 asterisk asterisk 50 Mar 28 2016 /etc/asterisk/features.conf -> /var/www/html/admin/modules/core/etc/features.conf
264135 4 -rw-rw-r-- 1 asterisk asterisk 3301 Mar 28 2016 /etc/asterisk/cdr_syslog.conf
264804 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/logger_logfiles_custom.conf
264233 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/cel_odbc_custom.conf
264802 4 -rw-rw-r-- 1 asterisk asterisk 77 Mar 28 2016 /etc/asterisk/sip_general_custom.conf
264794 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.identify_custom_post.conf
264079 0 lrwxrwxrwx 1 asterisk asterisk 49 Mar 28 2016 /etc/asterisk/cel_odbc.conf -> /var/www/html/admin/modules/cel/etc/cel_odbc.conf
264228 4 -rw-rw-r-- 1 asterisk asterisk 743 Aug 13 09:45 /etc/asterisk/queues_general_additional.conf
264130 4 -rw-rw-r-- 1 asterisk asterisk 418 Mar 28 2016 /etc/asterisk/cdr_manager.conf
264138 4 -rw-rw-r-- 1 asterisk asterisk 2035 Mar 28 2016 /etc/asterisk/cel_custom.conf
265216 4 -rw-rw-r-- 1 asterisk asterisk 126 Mar 28 2016 /etc/asterisk/meetme.conf
264146 4 -rw-rw-r-- 1 asterisk asterisk 264 Mar 28 2016 /etc/asterisk/cli.conf
264731 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/logger_general_custom.conf
264154 4 -rw-rw-r-- 1 asterisk asterisk 1470 Mar 28 2016 /etc/asterisk/dsp.conf
264805 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.auth_custom.conf
264133 4 -rw-rw-r-- 1 asterisk asterisk 597 Mar 28 2016 /etc/asterisk/cdr_pgsql.conf
264190 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.registration_custom_post.conf
264127 4 -rw-rw-r-- 1 asterisk asterisk 701 Aug 13 09:45 /etc/asterisk/ccss_general_additional.conf
264791 4 -rw-rw-r-- 1 asterisk asterisk 731 Aug 13 09:45 /etc/asterisk/ari_general_additional.conf
264203 4 -rw-rw-r-- 1 asterisk asterisk 1350 Apr 7 2016 /etc/asterisk/res_stun_monitor.conf
264214 4 -rw-rw-r-- 1 asterisk asterisk 152 Mar 28 2016 /etc/asterisk/test_sorcery.conf
264479 8 -rw-rw-r-- 1 asterisk asterisk 4569 Aug 13 09:45 /etc/asterisk/pjsip.endpoint.conf
264243 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/meetme_general_additional.conf
264132 4 -rw-rw-r-- 1 asterisk asterisk 357 Mar 28 2016 /etc/asterisk/cdr_odbc.conf
264129 4 -rw-rw-r-- 1 asterisk asterisk 2580 Mar 28 2016 /etc/asterisk/cdr_adaptive_odbc.conf
264252 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/queues_custom_general.conf
263822 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/ari_additional_custom.conf
264224 0 lrwxrwxrwx 1 asterisk asterisk 52 Mar 28 2016 /etc/asterisk/extensions.conf -> /var/www/html/admin/modules/core/etc/extensions.conf
264155 12 -rw-rw-r-- 1 asterisk asterisk 9034 Mar 28 2016 /etc/asterisk/dundi.conf
264209 4 -rw-rw-r-- 1 asterisk asterisk 1555 Aug 13 09:45 /etc/asterisk/sip_general_additional.conf
264809 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/iax_general_custom.conf
265257 4 -rw-rw-r-- 1 asterisk asterisk 1418 Mar 28 2016 /etc/asterisk/phone.conf
264164 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/features_applicationmap_custom.conf
265266 0 lrwxrwxrwx 1 asterisk asterisk 45 Mar 28 2016 /etc/asterisk/sip.conf -> /var/www/html/admin/modules/core/etc/sip.conf
264148 8 -rw-rw-r-- 1 asterisk asterisk 4616 Mar 28 2016 /etc/asterisk/codecs.conf
264121 4 -rw-rw-r-- 1 asterisk asterisk 1044 Mar 28 2016 /etc/asterisk/app_mysql.conf
264118 4 -rw-rw-r-- 1 asterisk asterisk 2328 Mar 28 2016 /etc/asterisk/alarmreceiver.conf
264158 308 -rw-rw-r-- 1 asterisk asterisk 312537 Aug 13 09:45 /etc/asterisk/extensions_additional.conf
264188 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.aor_custom.conf
264784 4 -rw-rw-r-- 1 asterisk asterisk 1352 Mar 28 2016 /etc/asterisk/cel_pgsql.conf
264059 4 -rw-rw-r-- 1 asterisk asterisk 855 Mar 28 2016 /etc/asterisk/amd.conf
264251 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/queues_post_custom.conf
264836 8 -rw-rw-r-- 1 asterisk asterisk 7092 Mar 28 2016 /etc/asterisk/sla.conf
265265 0 lrwxrwxrwx 1 asterisk asterisk 45 Mar 28 2016 /etc/asterisk/rtp.conf -> /var/www/html/admin/modules/core/etc/rtp.conf
264749 4 -rw-rw-r-- 1 asterisk asterisk 140 Mar 28 2016 /etc/asterisk/adsi.conf
264834 4 -rw-rw-r-- 1 asterisk asterisk 1111 Aug 13 09:45 /etc/asterisk/pjsip.identify.conf
264186 4 -rw-rw-r-- 1 asterisk asterisk 345 Mar 28 2016 /etc/asterisk/phpagi.conf
264876 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/xmpp_custom.conf
264204 4 -rw-rw-r-- 1 asterisk asterisk 735 Aug 13 09:45 /etc/asterisk/rtp_additional.conf
264151 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/confbridge_custom.conf
264157 4 -rw-rw-r-- 1 asterisk asterisk 4033 Mar 28 2016 /etc/asterisk/extconfig.conf
264837 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/musiconhold_custom.conf
264812 4 -rw-rw-r-- 1 asterisk asterisk 1780 Mar 28 2016 /etc/asterisk/queuerules.conf
264080 0 lrwxrwxrwx 1 asterisk asterisk 59 Mar 28 2016 /etc/asterisk/confbridge.conf -> /var/www/html/admin/modules/conferences/etc/confbridge.conf
265256 4 -rw-rw-r-- 1 asterisk asterisk 208 Mar 28 2016 /etc/asterisk/musiconhold.conf
265260 4 -rw-rw-r-- 1 asterisk asterisk 733 Aug 13 09:45 /etc/asterisk/pjsip_notify.conf
262973 4 -rw-rw-r-- 1 asterisk asterisk 2043 Aug 13 09:45 /etc/asterisk/pjsip.aor.conf
264738 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/sip_custom_post.conf
264229 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/motif_custom.conf
264143 4 -rw-rw-r-- 1 asterisk asterisk 664 Aug 13 09:45 /etc/asterisk/chan_dahdi_additional.conf
262169 4 -rw-rw-r-- 1 asterisk asterisk 320 Apr 13 2016 /etc/asterisk/manager_custom.conf
264793 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/res_digium_phone_general.conf
264424 8 -rw-rw-r-- 1 asterisk asterisk 6089 Mar 28 2016 /etc/asterisk/pjsip_wizard.conf
264848 4 -rw-rw-r-- 1 asterisk asterisk 831 Aug 13 09:45 /etc/asterisk/pjsip.transports.conf
264730 4 -rw-rw-r-- 1 asterisk asterisk 664 Aug 13 09:45 /etc/asterisk/iax_additional.conf
264195 4 -rw-rw-r-- 1 asterisk asterisk 160 Mar 28 2016 /etc/asterisk/res_curl.conf
265255 4 -rw-rw-r-- 1 asterisk asterisk 691 Jun 4 2016 /etc/asterisk/motif.conf
264783 4 -rw-rw-r-- 1 asterisk asterisk 827 Mar 28 2016 /etc/asterisk/iax_custom.conf
265261 4 -rw-rw-r-- 1 asterisk asterisk 522 Mar 28 2016 /etc/asterisk/queues.conf
265270 4 -rw-rw-r-- 1 asterisk asterisk 736 Jun 4 2016 /etc/asterisk/xmpp.conf
264736 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip_custom.conf
264194 4 -rw-rw-r-- 1 asterisk asterisk 876 Mar 28 2016 /etc/asterisk/res_corosync.conf
265269 4 -rw-rw-r-- 1 asterisk asterisk 2341 Aug 11 19:07 /etc/asterisk/voicemail.conf
264218 8 -rw-rw-r-- 1 asterisk asterisk 5850 Mar 28 2016 /etc/asterisk/unistim.conf
264832 12 -rw-rw-r-- 1 asterisk asterisk 8231 Mar 28 2016 /etc/asterisk/cdr.conf
262747 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 22 03:01 /etc/asterisk/pjsip_custom_post.conf
264245 16 -rw-rw-r-- 1 asterisk asterisk 14752 Mar 28 2016 /etc/asterisk/misdn.conf
264253 4 -rw-rw-r-- 1 asterisk asterisk 378 Mar 28 2016 /etc/asterisk/res_config_sqlite.conf
264831 4 -rw-rw-r-- 1 asterisk asterisk 1883 Mar 28 2016 /etc/asterisk/cel_tds.conf
265259 4 -rw-rw-r-- 1 asterisk asterisk 1194 Aug 13 09:45 /etc/asterisk/pjsip.conf
264747 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.transports_custom.conf
264735 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/sip_notify_custom.conf
265145 0 lrwxrwxrwx 1 asterisk asterisk 52 Mar 28 2016 /etc/asterisk/logger.conf -> /var/www/html/admin/modules/logfiles/etc/logger.conf
264744 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.transports_custom_post.conf
264165 4 -rw-rw-r-- 1 asterisk asterisk 679 Aug 13 09:45 /etc/asterisk/features_general_additional.conf
264792 4 -rw-rw-r-- 1 asterisk asterisk 3881 Mar 28 2016 /etc/asterisk/followme.conf
264235 4 -rw-rw-r-- 1 asterisk asterisk 841 Aug 13 09:45 /etc/asterisk/musiconhold_additional.conf
264795 4 -rw-rw-r-- 1 asterisk asterisk 923 Mar 28 2016 /etc/asterisk/festival.conf
264748 8 -rw-rw-r-- 1 asterisk asterisk 7226 Mar 28 2016 /etc/asterisk/cli_aliases.conf
264207 8 -rw-rw-r-- 1 asterisk asterisk 6683 Aug 13 09:45 /etc/asterisk/sip_additional.conf
264741 4 -rw-rw-r-- 1 asterisk asterisk 705 Aug 13 09:45 /etc/asterisk/pjsip.registration.conf
264206 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/rtp_custom.conf
264250 4 -rw-rw-r-- 1 asterisk asterisk 2061 Mar 28 2016 /etc/asterisk/res_config_mysql.conf
264177 4 -rw-rw-r-- 1 asterisk asterisk 1774 Mar 28 2016 /etc/asterisk/modem.conf
264208 0 -rw-rw-r-- 1 asterisk asterisk 0 Apr 21 2016 /etc/asterisk/sip_custom.conf
264850 4 -rw-rw-r-- 1 asterisk asterisk 280 Jun 14 09:00 /etc/asterisk/freepbx_chown.conf
264220 8 -rw-rw-r-- 1 asterisk asterisk 5938 Mar 28 2016 /etc/asterisk/vpb.conf
264787 4 -rw-rw-r-- 1 asterisk asterisk 713 Mar 28 2016 /etc/asterisk/res_pktccops.conf
264798 4 -rw-rw-r-- 1 asterisk asterisk 730 Mar 28 2016 /etc/asterisk/freepbx_module_admin.conf
264213 4 -rw-rw-r-- 1 asterisk asterisk 370 Mar 28 2016 /etc/asterisk/statsd.conf
264147 4 -rw-rw-r-- 1 asterisk asterisk 2452 Mar 28 2016 /etc/asterisk/cli_permissions.conf
264746 4 -rw-rw-r-- 1 asterisk asterisk 695 Mar 28 2016 /etc/asterisk/config_test.conf
262987 4 -rw-rw-r-- 1 asterisk asterisk 964 Jun 8 15:07 /etc/asterisk/manager.conf
264835 4 -rw-rw-r-- 1 asterisk asterisk 664 Aug 13 09:45 /etc/asterisk/iax_registrations.conf
264788 4 -rw-rw-r-- 1 asterisk asterisk 51 Mar 28 2016 /etc/asterisk/iax_registrations_custom.conf
264153 0 -rw-rw-r-- 1 asterisk asterisk 0 Apr 28 03:02 /etc/asterisk/res_parking_custom.conf
264828 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/res_digium_phone_firmware.conf
264212 8 -rw-rw-r-- 1 asterisk asterisk 4969 Mar 28 2016 /etc/asterisk/stasis.conf
264882 16 -rw-rw-r-- 1 asterisk asterisk 12823 Jul 5 2016 /etc/asterisk/extensions_override_fop2.conf
264814 4 -rw-rw-r-- 1 asterisk asterisk 664 Aug 13 09:45 /etc/asterisk/localprefixes.conf
264808 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.registration_custom.conf
264187 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.aor_custom_post.conf
264199 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/res_fax_digium_custom.conf
264145 4 -rw-rw-r-- 1 asterisk asterisk 2228 Mar 28 2016 /etc/asterisk/chan_mobile.conf
264231 4 -rw-rw-r-- 1 asterisk asterisk 664 Aug 13 09:45 /etc/asterisk/meetme_additional.conf
264839 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/pjsip.auth_custom_post.conf
264171 4 -rw-rw-r-- 1 asterisk asterisk 746 Aug 13 09:45 /etc/asterisk/iax_general_additional.conf
264815 8 -rw-rw-r-- 1 asterisk asterisk 7111 Mar 28 2016 /etc/asterisk/res_ldap.conf
264247 8 -rw-rw-r-- 1 asterisk asterisk 5916 Mar 28 2016 /etc/asterisk/ooh323.conf
264141 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/cel_general_custom.conf
264829 8 -rw-rw-r-- 1 asterisk asterisk 6182 Mar 28 2016 /etc/asterisk/func_odbc.conf
264202 4 -rw-rw-r-- 1 asterisk asterisk 834 Mar 28 2016 /etc/asterisk/res_snmp.conf
262625 4 -rw-rw-r-- 1 asterisk asterisk 708 Aug 13 09:45 /etc/asterisk/features_applicationmap_additional.conf
264140 4 -rw-rw-r-- 1 asterisk asterisk 783 Aug 13 09:45 /etc/asterisk/cel_general_additional.conf
264223 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/xmpp_general_custom.conf
264790 4 -rw-rw-r-- 1 asterisk asterisk 712 Aug 13 09:45 /etc/asterisk/features_featuremap_additional.conf
264211 4 -rw-rw-r-- 1 asterisk asterisk 2222 Mar 28 2016 /etc/asterisk/sorcery.conf
264191 4 -rw-rw-r-- 1 asterisk asterisk 664 Aug 13 09:45 /etc/asterisk/queues_additional.conf
264937 4 -rw-rw-r-- 1 asterisk asterisk 811 Aug 13 09:45 /etc/asterisk/indications.conf
264149 4 -rw-rw-r-- 1 asterisk asterisk 1769 Aug 13 09:45 /etc/asterisk/confbridge_additional.conf
265230 4 -rw-rw-r-- 1 asterisk asterisk 1363 Aug 13 09:45 /etc/asterisk/modules.conf
264144 68 -rw-rw-r-- 1 asterisk asterisk 68014 Mar 28 2016 /etc/asterisk/chan_dahdi.conf
264077 4 -rw-rw-r-- 1 asterisk asterisk 724 Mar 28 2016 /etc/asterisk/cdr_mysql.conf
264883 0 lrwxrwxrwx 1 asterisk asterisk 45 Mar 28 2016 /etc/asterisk/iax.conf -> /var/www/html/admin/modules/core/etc/iax.conf
264193 4 -rw-rw-r-- 1 asterisk asterisk 1567 Mar 28 2016 /etc/asterisk/odbc.conf
264230 4 -rw-rw-r-- 1 asterisk asterisk 791 Mar 28 2016 /etc/asterisk/hep.conf
264122 4 -rw-rw-r-- 1 asterisk asterisk 338 Mar 28 2016 /etc/asterisk/app_skel.conf
264142 4 -rw-rw-r-- 1 asterisk asterisk 1526 Mar 28 2016 /etc/asterisk/cel_sqlite3_custom.conf
264807 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/globals_custom.conf
264136 4 -rw-rw-r-- 1 asterisk asterisk 2068 Mar 28 2016 /etc/asterisk/cdr_tds.conf
264849 4 -rw-rw-r-- 1 asterisk asterisk 2097 Mar 28 2016 /etc/asterisk/agents.conf
264117 4 -rw-rw-r-- 1 asterisk asterisk 50 Mar 28 2016 /etc/asterisk/enum.conf
264728 0 -rw-rw-r-- 1 asterisk asterisk 0 Mar 28 2016 /etc/asterisk/ari_general_custom.conf
They support SIP and IAX2. I expect they have Asterisk gateways for the IAX2 protocol and regular SBCs for the SIP traffic. Nice to see an Asterisk focused ITSP though and great when you need some troubleshooting/tips for your FreePBX installations. Refreshing change from the usual Telco support you get.
Slight update on the issue. We now have a dial tone via a handset on both of the ports however I am still not able to dial in or out of it although when i do try and ring it asterisk does call it as if the port is in use its just the phone on the end does not ring. Maybe something to do with voltage switching that the phone isnt picking up?
Have you done anything specific to get dialtone?
Re-seated the whole card and both modules in the PBX
That's good to know! At least the module nor card are faulty and we can focus on fixing the conf.
Can you post the log of the call so we can check what is asterisk doing?
Yes, at least the issue is config now rather than hardware.
So here is what i get when i try and call the phone from my extension. If i try to make a call from the actual analogue phone, nothing appears in the asterisk logs so it must not be going through.
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [3000@from-internal:1] GotoIf("PJSIP/2024-0000000a", "1?ext-local,3000,1:followme-check,3000,1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (ext-local,3000,1)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [3000@ext-local:1] Set("PJSIP/2024-0000000a", "__RINGTIMER=25") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [3000@ext-local:2] Macro("PJSIP/2024-0000000a", "exten-vm,novm,3000,0,0,0") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:1] Macro("PJSIP/2024-0000000a", "user-callerid,") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:1] Set("PJSIP/2024-0000000a", "TOUCH_MONITOR=1502706850.41") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:2] Set("PJSIP/2024-0000000a", "AMPUSER=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:3] GotoIf("PJSIP/2024-0000000a", "0?report") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:4] ExecIf("PJSIP/2024-0000000a", "1?Set(REALCALLERIDNUM=2024)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:5] Set("PJSIP/2024-0000000a", "AMPUSER=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:6] GotoIf("PJSIP/2024-0000000a", "0?limit") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:7] Set("PJSIP/2024-0000000a", "AMPUSERCIDNAME=James Nurse") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:8] GotoIf("PJSIP/2024-0000000a", "0?report") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:9] Set("PJSIP/2024-0000000a", "AMPUSERCID=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:10] Set("PJSIP/2024-0000000a", "_DIALOPTIONS=Ttr") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:11] Set("PJSIP/2024-0000000a", "CALLERID(all)="James Nurse" <2024>") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:12] GotoIf("PJSIP/2024-0000000a", "0?limit") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:13] ExecIf("PJSIP/2024-0000000a", "0?Set(GROUP(concurrency_limit)=2024)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:14] ExecIf("PJSIP/2024-0000000a", "0?Set(CHANNEL(language)=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:15] GotoIf("PJSIP/2024-0000000a", "0?continue") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:16] ExecIf("PJSIP/2024-0000000a", "1?Set(_CALLEEACCOUNCODE=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:17] Set("PJSIP/2024-0000000a", "__TTL=64") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:18] GotoIf("PJSIP/2024-0000000a", "1?continue") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (macro-user-callerid,s,29)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:29] Set("PJSIP/2024-0000000a", "CALLERID(number)=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:30] Set("PJSIP/2024-0000000a", "CALLERID(name)=James Nurse") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:31] GotoIf("PJSIP/2024-0000000a", "0?cnum") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:32] Set("PJSIP/2024-0000000a", "CDR(cnam)=James Nurse") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:33] Set("PJSIP/2024-0000000a", "CDR(cnum)=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-user-callerid:34] Set("PJSIP/2024-0000000a", "CHANNEL(language)=en") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:2] Set("PJSIP/2024-0000000a", "RingGroupMethod=none") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:3] Set("PJSIP/2024-0000000a", "__EXTTOCALL=3000") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:4] Set("PJSIP/2024-0000000a", "__PICKUPMARK=3000") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:5] Set("PJSIP/2024-0000000a", "RT=") in new stack
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:6] ExecIf("PJSIP/2024-0000000a", "0?Macro(vm,novm,DIRECTDIAL,)") in new stack
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:7] ExecIf("PJSIP/2024-0000000a", "0?MacroExit()") in new stack
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:8] ExecIf("PJSIP/2024-0000000a", "0?Gosub(ext-intercom,*803000,1())") in new stack
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:9] ExecIf("PJSIP/2024-0000000a", "0?MacroExit()") in new stack
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] WARNING[31409][C-00000021] pbx_functions.c: Can't find trailing parenthesis for function 'DB(DEVICE/3000/dial'?
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:10] ExecIf("PJSIP/2024-0000000a", "0?ChanSpy(DAHDI/1,q)") in new stack
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] WARNING[31409][C-00000021] pbx_functions.c: Can't find trailing parenthesis for function 'DB(DEVICE/3000/dial'?
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:11] ExecIf("PJSIP/2024-0000000a", "0?MacroExit()") in new stack
[2017-08-14 11:34:10] WARNING[31409][C-00000021] chan_sip.c: This function can only be used on SIP channels.
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:12] Gosub("PJSIP/2024-0000000a", "sub-record-check,s,1(exten,3000,dontcare)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:1] GotoIf("PJSIP/2024-0000000a", "0?initialized") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:2] Set("PJSIP/2024-0000000a", "_RECSTATUS=INITIALIZED") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:3] Set("PJSIP/2024-0000000a", "NOW=1502706850") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:4] Set("PJSIP/2024-0000000a", "__DAY=14") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:5] Set("PJSIP/2024-0000000a", "__MONTH=08") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:6] Set("PJSIP/2024-0000000a", "__YEAR=2017") in new stack
[2017-08-14 11:34:10] SECURITY[3023] res_security_log.c: SecurityEvent="SuccessfulAuth",EventTV="2017-08-14T11:34:10.338+0100",Severity="Informational",Service="AMI",EventVersion="1",AccountID="admin",SessionID="0x7f33f8063d20",LocalAddress="IPV4/TCP/0.0.0.0/5038",RemoteAddress="IPV4/TCP/127.0.0.1/53418",UsingPassword="0",SessionTV="2017-08-14T11:34:10.338+0100"
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:7] Set("PJSIP/2024-0000000a", "__TIMESTR=20170814-113410") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:8] Set("PJSIP/2024-0000000a", "__FROMEXTEN=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:9] Set("PJSIP/2024-0000000a", "_MONFMT=wav") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:10] NoOp("PJSIP/2024-0000000a", "Recordings initialized") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:11] ExecIf("PJSIP/2024-0000000a", "0?Set(ARG3=dontcare)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:12] Set("PJSIP/2024-0000000a", "REC_POLICY_MODE_SAVE=") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:13] ExecIf("PJSIP/2024-0000000a", "0?Set(REC_STATUS=NO)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:14] GotoIf("PJSIP/2024-0000000a", "5?checkaction") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (sub-record-check,s,17)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-record-check:17] GotoIf("PJSIP/2024-0000000a", "1?sub-record-check,exten,1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (sub-record-check,exten,1)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:1] NoOp("PJSIP/2024-0000000a", "Exten Recording Check between 2024 and 3000") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:2] Set("PJSIP/2024-0000000a", "CALLTYPE=internal") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:3] ExecIf("PJSIP/2024-0000000a", "0?Set(CALLTYPE=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:4] Set("PJSIP/2024-0000000a", "CALLEE=dontcare") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:5] ExecIf("PJSIP/2024-0000000a", "0?Set(CALLEE=dontcare)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:6] GotoIf("PJSIP/2024-0000000a", "0?callee") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:7] GotoIf("PJSIP/2024-0000000a", "1?caller") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (sub-record-check,exten,13)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:13] Set("PJSIP/2024-0000000a", "RECMODE=dontcare") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:14] ExecIf("PJSIP/2024-0000000a", "0?Set(RECMODE=dontcare)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:15] ExecIf("PJSIP/2024-0000000a", "1?Set(RECMODE=dontcare)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:16] Gosub("PJSIP/2024-0000000a", "recordcheck,1(dontcare,internal,3000)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [recordcheck@sub-record-check:1] NoOp("PJSIP/2024-0000000a", "Starting recording check against dontcare") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [recordcheck@sub-record-check:2] Goto("PJSIP/2024-0000000a", "dontcare") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (sub-record-check,recordcheck,3)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [recordcheck@sub-record-check:3] Return("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [exten@sub-record-check:17] Return("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:13] GotoIf("PJSIP/2024-0000000a", "1?macrodial") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (macro-exten-vm,s,19)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:19] GosubIf("PJSIP/2024-0000000a", "0?clrheader,1()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-exten-vm:20] Macro("PJSIP/2024-0000000a", "dial-one,,Ttr,3000") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:1] Set("PJSIP/2024-0000000a", "DEXTEN=3000") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:2] Set("PJSIP/2024-0000000a", "_CRMSOURCE=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:3] ExecIf("PJSIP/2024-0000000a", "0?Set(EXTTOCALL=3000)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:4] Set("PJSIP/2024-0000000a", "DIALSTATUS_CW=") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:5] GosubIf("PJSIP/2024-0000000a", "0?screen,1()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:6] GosubIf("PJSIP/2024-0000000a", "0?cf,1()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:7] GotoIf("PJSIP/2024-0000000a", "1?skip1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (macro-dial-one,s,10)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:10] GotoIf("PJSIP/2024-0000000a", "0?nodial") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:11] GotoIf("PJSIP/2024-0000000a", "0?continue") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:12] Set("PJSIP/2024-0000000a", "EXTHASCW=ENABLED") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:13] GotoIf("PJSIP/2024-0000000a", "0?next1:cwinusebusy") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (macro-dial-one,s,25)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:25] GotoIf("PJSIP/2024-0000000a", "0?next3:continue") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (macro-dial-one,s,27)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:27] GotoIf("PJSIP/2024-0000000a", "0?nodial") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:28] GosubIf("PJSIP/2024-0000000a", "1?dstring,1():dlocal,1()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:1] Set("PJSIP/2024-0000000a", "DSTRING=") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:2] Set("PJSIP/2024-0000000a", "DEVICES=3000") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:3] ExecIf("PJSIP/2024-0000000a", "0?Return()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:4] ExecIf("PJSIP/2024-0000000a", "0?Set(DEVICES=000)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:5] Set("PJSIP/2024-0000000a", "LOOPCNT=1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:6] Set("PJSIP/2024-0000000a", "ITER=1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:7] Set("PJSIP/2024-0000000a", "THISDIAL=DAHDI/1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:8] GosubIf("PJSIP/2024-0000000a", "1?zap2dahdi,1()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:1] ExecIf("PJSIP/2024-0000000a", "0?Return()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:2] Set("PJSIP/2024-0000000a", "NEWDIAL=") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:3] Set("PJSIP/2024-0000000a", "LOOPCNT2=1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:4] Set("PJSIP/2024-0000000a", "ITER2=1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:5] Set("PJSIP/2024-0000000a", "THISPART2=DAHDI/1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:6] ExecIf("PJSIP/2024-0000000a", "0?Set(THISPART2=DAHDIDI/1)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:7] Set("PJSIP/2024-0000000a", "NEWDIAL=DAHDI/1&") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:8] Set("PJSIP/2024-0000000a", "ITER2=2") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:9] GotoIf("PJSIP/2024-0000000a", "0?begin2") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:10] Set("PJSIP/2024-0000000a", "THISDIAL=DAHDI/1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [zap2dahdi@macro-dial-one:11] Return("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:9] GotoIf("PJSIP/2024-0000000a", "1?docheck") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (macro-dial-one,dstring,14)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:14] GotoIf("PJSIP/2024-0000000a", "0?skipset") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:15] Set("PJSIP/2024-0000000a", "DSTRING=DAHDI/1&") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:16] Set("PJSIP/2024-0000000a", "ITER=2") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:17] GotoIf("PJSIP/2024-0000000a", "0?begin") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:18] ExecIf("PJSIP/2024-0000000a", "0?Return()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:19] Set("PJSIP/2024-0000000a", "DSTRING=DAHDI/1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [dstring@macro-dial-one:20] Return("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:29] GotoIf("PJSIP/2024-0000000a", "0?nodial") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:30] GotoIf("PJSIP/2024-0000000a", "0?skiptrace") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:31] GosubIf("PJSIP/2024-0000000a", "1?ctset,1():ctclear,1()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [ctset@macro-dial-one:1] Set("PJSIP/2024-0000000a", "DB(CALLTRACE/3000)=2024") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [ctset@macro-dial-one:2] Return("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:32] Set("PJSIP/2024-0000000a", "D_OPTIONS=Ttr") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:33] NoOp("PJSIP/2024-0000000a", "Blind Transfer: , Attended Transfer: , User: 2024, Alert Info: ") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:34] ExecIf("PJSIP/2024-0000000a", "1?Set(ALERT_INFO=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:35] ExecIf("PJSIP/2024-0000000a", "0?Set(ALERT_INFO=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:36] ExecIf("PJSIP/2024-0000000a", "0?Set(ALERT_INFO=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:37] ExecIf("PJSIP/2024-0000000a", "0?Set(ALERT_INFO=Normal;volume=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:38] ExecIf("PJSIP/2024-0000000a", "0?Set(ALERT_INFO=Normal;volume=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:39] GosubIf("PJSIP/2024-0000000a", "0?func-set-sipheader,s,1(Alert-Info,)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:40] ExecIf("PJSIP/2024-0000000a", "0?Set(CHANNEL(musicclass)=)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:41] GosubIf("PJSIP/2024-0000000a", "0?qwait,1()") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:42] Set("PJSIP/2024-0000000a", "__CWIGNORE=") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:43] Set("PJSIP/2024-0000000a", "__KEEPCID=TRUE") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:44] GotoIf("PJSIP/2024-0000000a", "0?usegoto,1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:45] GotoIf("PJSIP/2024-0000000a", "0?godial") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:46] Gosub("PJSIP/2024-0000000a", "sub-presencestate-display,s,1(3000)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@sub-presencestate-display:1] Goto("PJSIP/2024-0000000a", "state-not_set,1") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (sub-presencestate-display,state-not_set,1)
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [state-not_set@sub-presencestate-display:1] Set("PJSIP/2024-0000000a", "PRESENCESTATE_DISPLAY=") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [state-not_set@sub-presencestate-display:2] Return("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:47] Set("PJSIP/2024-0000000a", "CONNECTEDLINE(name,i)=Alarm") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:48] Set("PJSIP/2024-0000000a", "CONNECTEDLINE(num)=3000") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:49] Set("PJSIP/2024-0000000a", "D_OPTIONS=TtrI") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:50] Macro("PJSIP/2024-0000000a", "dialout-one-predial-hook,") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dialout-one-predial-hook:1] MacroExit("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:51] ExecIf("PJSIP/2024-0000000a", "0?Set(D_OPTIONS=trII)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-dial-one:52] Dial("PJSIP/2024-0000000a", "DAHDI/1,,TtrIb(func-apply-sipheaders^s^1)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] app_stack.c: DAHDI/1-1 Internal Gosub(func-apply-sipheaders,s,1) start
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@func-apply-sipheaders:1] ExecIf("DAHDI/1-1", "0?Set(CHANNEL(hangup_handler_push)=crm-hangup,s,1)") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@func-apply-sipheaders:2] NoOp("DAHDI/1-1", "Applying SIP Headers to channel") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@func-apply-sipheaders:3] Set("DAHDI/1-1", "SIPHEADERKEYS=") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@func-apply-sipheaders:4] While("DAHDI/1-1", "0") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] app_while.c: Jumping to priority 8
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] pbx.c: Executing [s@func-apply-sipheaders:9] Return("DAHDI/1-1", "") in new stack
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] app_stack.c: Spawn extension (from-analog, 3000, 1) exited non-zero on 'DAHDI/1-1'
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] app_stack.c: DAHDI/1-1 Internal Gosub(func-apply-sipheaders,s,1) complete GOSUB_RETVAL=
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] app_dial.c: Called DAHDI/1
[2017-08-14 11:34:10] VERBOSE[31409][C-00000021] app_dial.c: DAHDI/1-1 is ringing
[2017-08-14 11:34:11] VERBOSE[31409][C-00000021] app_dial.c: DAHDI/1-1 is ringing
[2017-08-14 11:34:11] VERBOSE[31409][C-00000021] app_dial.c: DAHDI/1-1 is ringing
[2017-08-14 11:34:14] VERBOSE[31409][C-00000021] app_dial.c: DAHDI/1-1 is ringing
[2017-08-14 11:34:14] VERBOSE[31409][C-00000021] app_dial.c: DAHDI/1-1 is ringing
[2017-08-14 11:34:17] VERBOSE[31409][C-00000021] app_dial.c: DAHDI/1-1 is ringing
[2017-08-14 11:34:17] VERBOSE[31409][C-00000021] app_dial.c: DAHDI/1-1 is ringing
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] sig_analog.c: Hanging up on 'DAHDI/1-1'
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] chan_dahdi.c: Hungup 'DAHDI/1-1'
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] app_macro.c: Spawn extension (macro-dial-one, s, 52) exited non-zero on 'PJSIP/2024-0000000a' in macro 'dial-one'
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] app_macro.c: Spawn extension (macro-exten-vm, s, 20) exited non-zero on 'PJSIP/2024-0000000a' in macro 'exten-vm'
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] pbx.c: Spawn extension (ext-local, 3000, 2) exited non-zero on 'PJSIP/2024-0000000a'
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] pbx.c: Executing [h@ext-local:1] Macro("PJSIP/2024-0000000a", "hangupcall,") in new stack
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-hangupcall:1] GotoIf("PJSIP/2024-0000000a", "1?theend") in new stack
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-hangupcall:3] ExecIf("PJSIP/2024-0000000a", "0?Set(CDR(recordingfile)=)") in new stack
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] pbx.c: Executing [s@macro-hangupcall:4] Hangup("PJSIP/2024-0000000a", "") in new stack
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] app_macro.c: Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'PJSIP/2024-0000000a' in macro 'hangupcall'
[2017-08-14 11:34:19] VERBOSE[31409][C-00000021] pbx.c: Spawn extension (ext-local, h, 1) exited non-zero on 'PJSIP/2024-0000000a'
If I remember correctly, your FXS are on ports 3 and 4, and this is clearly stating DAHDI/1, which means your extension is pointing to port 1, I think that you should delete both your DAHDI trunk and DAHDI extensions and start over.
No FXS ports are 1 & 2, FXO are 3 & 4 as seen below. As far as i can see it calling 1-1 is correct as the analogue phone is connected to port 1 of the card.
In any case, if I were you, I would re-create both the trunk and the extensions.
Must have been solved with one of the latest updates. Now it works.
Hi,
I have two VoIP systems, FreePBX and 3CX connected with each other by sip trunk. FreePBX is used to maintain every call, IVR, extensions in company, calling to external number via GMS gate etc. 3CX has only one trunk, made with FreePBX, and uses FreePBX as router for every external calls. Some users are in FreePBX, some in 3CX. Extensions are mirrored between these two, and FreePBX uses follow me to call 3cx and vice versa (for example, trunk uses 2XXX pattern, so if i want to call extension 161 from freepbx to 3cx, i'm just dialling 161, and if it doesn't have registered handset on freepbx, it makes follow me to 2161). And it generally works fine, I'm able to redirect external calls from freepbx to 3cx manually, but not able to reach 3cx extensions directly from IVR. I suppose IVR doesn't support direct calling via trunk.
So my question is - is there any possibility to make that work on IVR?
I hope I explained it clearly
Thanks from advance for any help
When you say re-create the trunk, are you referring to the trunks we have setup for the two fxo lines? re-creating those would cause a bit of trouble as they are in use most of the time by users on the phone system.
I could re-create the extensions for the fxs lines, here is what is in the extension settings currently, i am assuming this is okay?
I understand your situation with the trunks. It looks OK, as long as we are sure that they are on port 1 and 2.
What exactly would be the use in re-creating the trunks out of curiosity? I am 99% sure that they are on ports 1 & 2 as they are the first two ports on the card, asterisk says fxs is ports 1 & 2 and when i run the command - dahdi show channels it shows the first two as from internal and the other two as from analogue which would the fxo lines