Commit Graph

292 Commits

Author SHA1 Message Date
FusionPBX d47fad5d89
Update call_edit.php 2019-07-04 14:58:27 -06:00
Nate c158463fd0 Database class integration. 2019-07-04 09:01:28 -06:00
FusionPBX f9932d041c
Update calls.php 2019-06-14 09:26:36 -06:00
FusionPBX 2d950545b3
Update calls.php 2019-06-03 16:33:28 -06:00
FusionPBX 162fedd045
Update calls.php 2019-06-03 16:22:19 -06:00
FusionPBX b7c68806ea
Update follow_me.php
Commenting out origination caller as it breaks caller id for calls that go through a ring group and then to follow me.
2019-06-03 15:08:37 -06:00
AlexanderDCrane ad8f1df051 Update calls.php (#4248) 2019-06-03 11:09:50 -06:00
konradSC 9727991213 Set caller-id for Follow-me using Bridge method (#4059)
This keeps the same caller-id method for loopback, but adds in a method for caller-id using bridge.
2019-04-27 09:41:00 -06:00
konradSC 9427b3bdf1 Only set "is_follow_me_loopback" if using loopback (#4057) 2019-04-24 13:36:14 -06:00
FusionPBX d8b2b6f912
Update follow_me.php 2019-04-24 13:24:40 -06:00
konradSC cf6ec78beb Follow-me Dialstring Bugfix (#4055)
Set the follow-me dial_string so the sofia_contact will work with multiple SIP profiles.
2019-04-24 08:57:02 -06:00
FusionPBX d30fcbb6d1
Update follow_me.php 2019-03-21 21:06:07 -06:00
FusionPBX 9e326e8a39
Update follow_me.php 2019-03-21 20:05:48 -06:00
FusionPBX 9b595ebc90
Update follow_me.php 2019-03-21 16:56:00 -06:00
FusionPBX ddc46f8901
Update follow_me.php 2019-03-04 13:03:31 -07:00
FusionPBX 9e8ad4153c
Update follow_me.php 2019-02-21 17:45:43 -07:00
FusionPBX 01b9cdff3a
Update follow_me.php 2019-02-19 11:26:44 -07:00
FusionPBX bcbda3feff
Update call_edit.php 2019-02-19 10:30:23 -07:00
konradSC d8e1f249b6 Marker for identifying call as follow-me loopback (#3977)
* Marker for identifying call as follow-me loopback

We need a way of the dialplan identifying calls that are generated by follow-me using loopback. This setting couple with a dialplan statement allows us to identify and set proper caller-id-name/number.

* Create 030_is_loopback.xml

Are you a follow_me call that is using the loopback interface? 
Ok then, are you a user on the system? 
Yes, ok. Let's set your outbound_caller_id_name and outbound_caller_id_number so that you show up correctly. 
Thanks.
2019-02-18 18:41:24 -07:00
FusionPBX abc927dfde
Update follow_me.php 2019-02-04 13:47:05 -07:00
FusionPBX 9e1c8a3252
Update follow_me.php 2019-01-19 11:59:47 -07:00
FusionPBX 732546b653
Update follow_me.php 2019-01-19 11:39:04 -07:00
FusionPBX 33689799d7
Update follow_me.php 2019-01-19 11:36:40 -07:00
FusionPBX 2928f13f48
Update follow_me.php 2019-01-19 11:27:05 -07:00
FusionPBX e9143fd1d3
Update app_config.php 2019-01-02 16:25:27 -07:00
konradSC 23340a361e Update follow_me.php (#3885)
Escape the single quote so the sql query will work correctly.
2018-11-30 14:12:12 -07:00
FusionPBX 6dfd86d50d
Update follow_me.php 2018-11-01 17:40:16 -06:00
FusionPBX a39e350de1
Update follow_me.php 2018-10-30 18:01:50 -06:00
FusionPBX e7c289e2d4
Update app_config.php 2018-10-06 17:38:20 -06:00
FusionPBX af4b96fbb3
Update follow_me.php 2018-10-05 19:23:27 -06:00
FusionPBX 8f044db0e0
Update follow_me.php 2018-10-05 13:39:47 -06:00
AlexanderDCrane 472254f10a Update call_edit.php (#3390) 2018-08-31 14:08:44 -06:00
AlexanderDCrane 2525cf4d30 Update call_edit.php (#3384) 2018-08-31 13:36:45 -06:00
markjcrane 9717543a46 Change messages class to message 2018-08-31 03:09:01 +00:00
FusionPBX d29f1b9b84
Update follow_me.php 2018-08-14 12:02:43 -06:00
FusionPBX 831c3e4532
Update calls.php 2018-07-12 20:58:18 -06:00
FusionPBX 97862041f4
Update calls.php 2018-07-05 15:21:09 -06:00
AlexanderDCrane 8804aa6b09 Update call_edit.php (#3146) 2018-06-13 01:21:44 -06:00
FusionPBX 6643d231dd
Update calls.php 2018-06-05 13:25:09 -06:00
FusionPBX 0871a792e7
Update call_edit.php 2018-04-05 10:23:27 -06:00
FusionPBX ac105ffe10
Update call_edit.php 2018-03-09 20:08:12 -07:00
FusionPBX cb55cbfa7e
Update app_config.php 2018-03-09 20:07:40 -07:00
FusionPBX bb30c81efc
Update follow_me.php 2018-02-27 21:34:54 -07:00
konradSC b192a96f84 Add Device Feature Sync (#2905)
* Update lua.conf.xml

Hook the feature_event lua script to Freeswitch "PHONE_FEATURE_SUBSCRIBE" events.

* Create index.lua

* Create feature_event_notify.lua

* Update call_forward.lua

Add trigger for feature sync.

* Update do_not_disturb.lua

Add trigger for feature sync.

* Update call_edit.php

* Create feature_event_notify.php

* Update index.lua

disable logging
2017-11-09 12:09:56 -07:00
FusionPBX abd1607f11 Update call_forward.php 2017-10-07 23:34:38 -06:00
FusionPBX c15c6b5b23 Update call_edit.php
Prevent XSS.
2017-09-23 17:50:46 -06:00
FusionPBX bed2d0e75a Update calls.php
XSS prevention.
2017-09-23 17:41:44 -06:00
Christian Bergamaschi b17b0264b2 Italian translation added (#2852) 2017-09-21 09:06:26 -06:00
Mafoo 874b4032e2 Pass on languages before importing updates (#2849)
put language files into consistent state in preparation of a import
2017-09-19 09:48:40 -06:00
Mafoo 07ed66fc06 Enhance-master-translation autofill (#2681)
Autofill all language files for pt de and es
2017-06-12 22:14:11 -07:00