stefanomarty
28daf96fd9
Missing .wav file extension in wakeup.xml ( #1780 )
...
* Fix missing file extension
The missing "wav" extension makes Freeswitch looking for .PCMU file, which does not exist. This is the error in the logfile:
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:28:59.299530 [DEBUG] switch_ivr_play_say.c:1910 done playing file file_string://digits/1.wav!digits/1.wav!digits/3.wav!digits/0.wav
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:28:59.299530 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en]
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:28:59.299530 [DEBUG] switch_ivr_play_say.c:250 Handle execute:[sleep(750)] (en:en)
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:00.159531 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[ivr/ivr-to_accept_press] (en:en)
2016-07-23 11:29:00.159531 [ERR] mod_native_file.c:74 Error opening /usr/local/freeswitch/sounds/en/us/callie/ivr/ivr-to_accept_press.PCMU
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:00.279530 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en]
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:00.279530 [DEBUG] switch_ivr_play_say.c:250 Handle execute:[sleep(750)] (en:en)
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:01.159532 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[ivr/ivr-to_accept_press] (en:en)
2016-07-23 11:29:01.159532 [ERR] mod_native_file.c:74 Error opening /usr/local/freeswitch/sounds/en/us/callie/ivr/ivr-to_accept_press.PCMU
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:01.279530 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en]
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:01.279530 [DEBUG] switch_ivr_play_say.c:250 Handle execute:[sleep(750)] (en:en)
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:02.179543 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[ivr/ivr-to_accept_press] (en:en)
2016-07-23 11:29:02.179543 [ERR] mod_native_file.c:74 Error opening /usr/local/freeswitch/sounds/en/us/callie/ivr/ivr-to_accept_press.PCMU
* Update wakeup.xml
2016-07-27 16:41:49 -06:00
FusionPBX
d1d445e069
Update lua.conf.xml
...
Add languages to xml handler and Lua module-directory commented out.
2016-07-20 14:01:01 -06:00
markjcrane
204f67a2fc
Replace $${hold_music} with local_stream://default. Remove the $${domain}, and outbound caller id name and number value as they wouldn't have a global value.
2016-07-19 10:03:51 -06:00
markjcrane
f2af9048eb
Change the file name from <name>.conf.xml.noload to <name>.conf as freeswitch only loads the files with .xml.
2016-07-16 14:19:42 -06:00
Alexey Melnichuk
8a72e2afd8
Add. Event handler to support MWI. ( #1720 )
...
* Add. Event handler to support MWI.
* Fix. store cache only when get data from memcache
* Change. Use UUID as PID.
2016-06-30 09:55:37 -06:00
FusionPBX
debc6da476
Update local_stream.conf.xml
...
Remove the rate in the name xml handler will add it based on the rate that is defined in the param.
2016-06-30 09:50:32 -06:00
FusionPBX
9169788abc
Update local_stream.conf.xml
...
Remove 'moh' local stream in favor of 'default'
2016-06-28 16:14:27 -06:00
hblandford
798cf39be4
Update vars.xml ( #1622 )
...
Add Australian ring tone
2016-06-01 21:18:26 -06:00
Mafoo
b8e3070cdc
Added basic searching for moh ( #1614 )
...
added basic searching for the default moh directory
added app_defaults so moh is configured/repairable with app_defaults
changed to use PROJECT_ROOT
changed template replacement to be encased in comment so xml will
validate
changed to use preg_replace so leading spaces and tabs can be stripped
(to output clean xml)
local_stream_conf dos2unixed
made default search consistent (they should all be music/default or
music not a mixture)
2016-05-25 14:12:17 -06:00
Chris Black
93fe11851b
Flowroute SMS ( #1603 )
...
* Fix Yealink provisioning for contacts/groups
Fix the Yealink provision templates to allow for directory_extensions,
groups and users.
* Fix group_uuid and user_uuid messup
* Yealink directory and provisioning changes
Includes the changes from PR 1582 with some fixes to the SQL.
Also merged all the directory_* options into ONE directory.xml
Will need to call the it with any of these:
http://mydomain/app/provision/?file=directory.xml&contacts=groups
http://mydomain/app/provision/?file=directory.xml&contacts=users
http://mydomain/app/provision/?file=directory.xml&contacts=extensions
http://mydomain/app/provision/?file=directory.xml&contacts=all
* Flow route SMS
2016-05-19 12:09:49 -06:00
markjcrane
a94b0fc611
Remove the comment on the tls-verify-policy and add enabled="false"
2016-05-11 10:24:28 -06:00
Mafoo
8de955d673
Fix for [ERR] sofia_glue.c:329 Invalid tls-verify-policy value: none ( #1593 )
...
you cannot actually set it to none, you have to not set it to get that
value.
made ipv6 profile tls settings consistent with ipv4 profile
2016-05-11 10:13:56 -06:00
markjcrane
d5b69dec32
Working on music on hold.
2016-05-10 19:09:45 -06:00
markjcrane
e5368dd5dd
Add default dtmf-type of rfc2833 to all the SIP profiles.
2016-05-02 15:56:20 -06:00
mafoo
893216a2d2
WhitespaceClean-resources/templates/conf
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:24:27 +00:00
markjcrane
724ea56dd5
Set max rotate on the FreeSWITCH logs to 10.
2016-02-22 13:15:55 -07:00
markjcrane
9e029b27eb
Fix a spelling problem in the demo_ivr.xml.
2016-02-11 13:35:12 -07:00
markjcrane
e27ecec310
Change spandsp.conf.xml use-ecm from true to false.
2016-01-28 19:42:39 -07:00
FusionPBX
697ddb08c9
Merge pull request #1384 from moteus/lua_conf_run_example
...
Add. Example of how run fax queue monitor.
2016-01-15 21:43:34 -07:00
blackc2004
6dc1f9b631
Update cidlookup.conf.xml
2016-01-15 20:11:38 -08:00
Alexey Melnichuk
a2d29679a8
Add. Example of how run fax queue monitor.
2016-01-13 10:40:21 +03:00
markjcrane
56fa5dafba
Comment out the languages not in use until they are needed.
2016-01-12 21:04:39 -07:00
markjcrane
86b0e88d16
Fix the PostgreSQL query in cidlookup.conf.xml.
2016-01-08 18:15:45 -07:00
markjcrane
73b5c22b65
Add odbc-dsn to fifo.conf.xml
2015-12-29 23:47:20 -07:00
markjcrane
fe99226aa2
Trim the default codecs slightly.
2015-12-29 14:53:53 -07:00
markjcrane
3e09e32390
Change the .wav to ${record_ext} in the internal sip profiles.
2015-12-23 13:23:54 -07:00
markjcrane
4fd6c57828
Shorten the Sofia User Agent to reduce SIP header size. User Agent by default includes version and git version number.
2015-12-21 03:41:37 -07:00
markjcrane
1c592d5f39
Fix the sip_profiles/internal-ipv6 correct core-db-dsn to odbc-dsn.
2015-12-17 10:43:06 -07:00
markjcrane
5291abfe17
Update the wakeup phrases.
2015-12-04 17:35:02 -07:00
Matthew Vale
47ff30bce0
fix to the external IPv6
2015-12-03 15:42:52 +00:00
FusionPBX
bc37dd18d7
Merge pull request #1245 from mafoo/Enhance-Sip_Profiles
...
Enhance sip profiles
2015-11-19 09:17:22 -08:00
Matthew Vale
116298f721
Added External IPv6 support
...
created the external IPv6 profile
2015-11-19 13:57:23 +00:00
markjcrane
aaadffea1f
Update the wakeup phrases.
2015-11-09 16:53:58 -07:00
markjcrane
efdd731d2a
Remove /scripts from the path as it is redundant.
2015-11-08 13:40:08 -07:00
markjcrane
a309776883
Change base_dir to script_dir in <param name="script-directory" value="$${script_dir}/scripts/?.lua"/>
2015-11-08 07:44:45 -07:00
markjcrane
a72eebfbe5
Enable aggressive nat detection and rport by default.
2015-10-08 08:33:34 -07:00
markjcrane
0d3da4dcbe
Set presence-hosts as disabled by default.
2015-10-07 11:52:06 -07:00
markjcrane
1852360fc9
Change odbc-dsn to core-db-dsn for the ipv6 sip profile. Thanks DigiDaz
2015-08-14 09:55:10 -06:00
markjcrane
11b94be767
Remove acl.conf.xml.
2015-08-12 23:30:38 -06:00
markjcrane
16df326486
Change the vertical grouping of script-directory.
2015-08-11 20:56:53 -06:00
Alexey Melnichuk
69717e31d5
Revert "Revert "Change. Use require "resources.functions.config" to load co…"
2015-08-11 05:06:33 +03:00
FusionPBX
d1f3b05cf6
Revert "Change. Use require "resources.functions.config" to load config file."
2015-08-10 11:50:29 -06:00
Alexey Melnichuk
2234b42c07
Change. Use require "resources.functions.config" to load config file.
...
Change. Move `script_dir` definition into config file.
2015-07-22 13:20:51 +04:00
markjcrane
fefdfc626e
Enable XML Handler by default.
2015-07-15 23:43:03 -07:00
Mark Crane
336a8d763d
SIP profiles comment and disable the following params inbound-use-callid-as-uuid and outbound-use-callid-as-uuid if set to true even temporarily they will cause the call UUID not to be a UUID which FusionPBX is dependent on.
2015-06-25 20:27:00 +00:00
Mark Crane
e70436bb86
Update the phrases in en/us/ivr/sounds.xml.
2015-06-23 19:37:09 +00:00
Mark Crane
fdf4cb2cc8
Help with NAT keep alive.
2015-06-11 17:38:06 +00:00
Mark Crane
c800fc3b67
Page conference settings need page caller controls. For non modertor 0 mute and press again to unmute.
2015-05-14 01:56:11 +00:00
Nate Jones
b7e91bdca2
Paging: Ability to grant caller moderator status/controls, auto-generate random pin.
...
Conference: Add missing caller-controls and moderator-controls parameters in autoload_config.
2015-04-30 09:45:41 +00:00
Mark Crane
9a0deb435a
Some people are experiencing problems with challenge-realm with auto_from so setting the default for new installs to auto_to.
2015-04-07 11:59:50 +00:00