Commit Graph

18582 Commits

Author SHA1 Message Date
Anthony Minessale
fda2283bbd auto-aleg-full and auto-aleg-domain for from_domain field in gateway 2011-04-03 12:03:29 -05:00
Michal Bielicki
ca4be66a3e Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-04-02 03:13:31 +02:00
Michal Bielicki
0e4a1ce873 Added Hebrew Language package to debian buildsystem 2011-04-02 03:13:06 +02:00
Anthony Minessale
ef17574193 do this slightly safer so we don't have the mutex locked when we exec the app 2011-04-01 19:46:54 -05:00
Michal Bielicki
046fb90da5 FS-3221 2011-04-02 02:44:10 +02:00
Anthony Minessale
27c6d1111c add execute_on function so you can have execute_on_answer_1 execute_on_answer_2 execute_on_answer_3 etc 2011-04-01 17:39:27 -05:00
Brian West
ddb345636a FS-3220: more than just typos 2011-04-01 17:38:58 -05:00
Michal Bielicki
d4722b4bbc typo in spec file 2011-04-02 00:32:50 +02:00
Buklov Boris
dff8d4636f fix 2011-04-02 00:54:07 +04:00
Anthony Minessale
8c5586b2bc add option for from-domain to be set to auto-aleg in gateway config 2011-04-01 14:22:43 -05:00
Michal Bielicki
0630c54c0c added FS-3211 changes to freeswitch.spec 2011-04-01 21:26:33 +02:00
Buklov Boris
d5506f4c83 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-04-01 22:54:45 +04:00
Buklov Boris
8b5ecd2faa mod_say_ru now support say_string like mod_say_en. Now support channel variables gender,cases can be set in english and russian for example: <action application="set" data="cases=nominativus/> <action application="set" data="gender=male_h"/> <action application="say" data="ru NUMBER PRONOUNCED 1001"/> 2011-04-01 22:53:52 +04:00
Anthony Minessale
e177d377aa FS-3214 try this 2011-04-01 13:20:35 -05:00
Anthony Minessale
1ddc19994f FS-3211 checkin 2011-04-01 13:07:41 -05:00
Anthony Minessale
71dd91d8d8 FS-3211 checkin 2011-04-01 12:50:04 -05:00
Anthony Minessale
ebd9c83ed6 FS-3211 --resolve 2011-04-01 12:39:39 -05:00
Anthony Minessale
008f988990 FS-3208 --resolve 2011-04-01 12:30:24 -05:00
Anthony Minessale
5382972a39 FS-3215 2011-04-01 10:35:20 -05:00
Anthony Minessale
c5daf80ef8 FS-3218 --resolve 2011-03-31 20:03:31 -05:00
Anthony Minessale
44304f4962 the intent for having the module and lang separate is for things where the same module can use different sets of sounds like en module and en-male or en-female lang (sound dirs) there was indeed a disconnect in the dialplan version of this app. Originally say was only available in phrase macros so I change the syntax of the say app so you can specify both the module and the lang absolte from the dp with something like he:he as the module name. BTW: Going forward can you attach the patch or give me instructions on how to get it in raw format or merge it to our local git, I don't really have the time to figure it out just to pull in a patch...... 2011-03-31 19:44:29 -05:00
Anthony Minessale
cdcd36337a FS-3207 --resolve 2011-03-31 19:12:05 -05:00
Anthony Minessale
05cb400a51 FS-3205 --resolve 2011-03-31 19:04:27 -05:00
Anthony Minessale
0871b8c53a FS-3217 --resolve 2011-03-31 18:29:49 -05:00
Anthony Minessale
7c143da409 FS-3214 try this patch 2011-03-31 18:17:52 -05:00
Anthony Minessale
3ed59f1d1f take back in some elements from the reverted patch that still make sense based on code review by Moc, thanks 2011-03-31 16:28:12 -05:00
Anthony Minessale
913ec9861e FS-3176 forget the last patch I forgot there is no way to know the right codec using it the file string way, you will just have to manually specify en.PCMA as before but now it should work 2011-03-31 15:01:58 -05:00
Anthony Minessale
e52e44e39c change mod_dptools to use the better method of fetching user xml that does not hang onto the xml root 2011-03-31 13:44:24 -05:00
Anthony Minessale
4714ed4380 revert 471bd6df1a and implement reference counting on the xml roots to achieve the same end result 2011-03-31 13:44:24 -05:00
Jeff Lenk
88c83420bf FS-3210 remove unneeded log message already logged in docall 2011-03-31 12:10:02 -05:00
Jeff Lenk
426a4e76df FS-2922 2011-03-31 11:30:57 -05:00
Jeff Lenk
78e16b86e6 fix regression from Commit:4ae8282e6c6df0e296113e9b4b4a1383e1af8ad7 2011-03-31 09:38:48 -05:00
Daniel Swarbrick
73a9e05eaa fixed a couple of typos 2011-03-31 15:29:32 +02:00
Marc Olivier Chouinard
40a134bdf5 mod_callcenter: Remove the concept of Caller for Members. Event Socket event have been changed (CC-Caller.* to CC-Member.*) Also CC-Caller-UUID is renamed to CC-Member-Session-UUID.
The reason for this is you could actually put people to be call in the queue.  So they are not caller per say.  But they are a member of a queue.
2011-03-31 05:22:50 -04:00
Marc Olivier Chouinard
b63a72f8b3 mod_callcenter: Generate per member uuid different from the member session uuid. Might fix transfer between queue. More changes are commings 2011-03-31 05:17:04 -04:00
Anthony Minessale
b986e13a58 again 2011-03-30 21:03:25 -05:00
Jeff Lenk
4e3d1f3f86 windows mod_enum fix potential seg 2011-03-30 21:10:24 -05:00
Anthony Minessale
31580d6661 tweak 2011-03-30 20:44:45 -05:00
Anthony Minessale
b8063c3d34 wait for channels to come up in paging mode 2011-03-30 20:12:25 -05:00
Anthony Minessale
3253bcb363 FS-3147 --resolve I finally tracked this down to the actual recordings generated by mod_conference. This patch delays the recording slightly to allow time for the buffer to fill up, we were riding it so closely that sometimes we would come up short and inject silence into the file to preserve time passing 2011-03-30 19:17:54 -05:00
Anthony Minessale
3ad4ae0a54 fix null printf 2011-03-30 15:10:45 -05:00
Jeff Lenk
aeb446a1cb FS-3201 make changes similar to en support 2011-03-30 14:55:06 -05:00
Anthony Minessale
31273b428d pass failure across in T.38 passthru mode 2011-03-30 11:35:19 -05:00
Anthony Minessale
8312d74121 FS-2819 --comment-only please try this patch 2011-03-30 11:26:19 -05:00
Jeff Lenk
e53487af57 FS-3204 2011-03-30 11:21:52 -05:00
Anthony Minessale
3a2e1d0337 FS-3176 --comment-only try this patch, native is a special case so use the extension native e.g. en.native 2011-03-30 10:55:40 -05:00
Michal Bielicki - cypromis
6e78f6f57e removed mod_file_string from debian build since it has been merged into dptools 2011-03-30 11:41:45 +02:00
Michal Bielicki - cypromis
326886d0fb removed mod_file_string from debian build since it has been merged into dptools 2011-03-30 11:40:52 +02:00
Michal Bielicki - cypromis
eb218cf935 removed mod_file_string from specfile since it has been merged into dptools 2011-03-30 11:38:29 +02:00
Buklov Boris
21929cf291 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-03-30 09:52:15 +04:00