8456 Commits

Author SHA1 Message Date
Mathieu Parent
4a494ff930 Skinny: incomplete support for DialedPhoneBookMessage 2011-04-13 20:14:34 +02:00
Brian West
36bfef53de swigall 2011-04-12 19:34:34 -05:00
Anthony Minessale
54e5011d74 declinatio mortuus obfirmo! 2011-04-12 13:35:39 -05:00
Eduardo Nunes Pereira
0fd36364c5 - Improvements in getk3l script, now a option to download only the
k3lclient
2011-04-12 14:51:32 -03:00
Anthony Minessale
82e3d49fd2 add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly 2011-04-12 09:47:11 -05:00
Buklov Boris
02b9a3d544 fix SST_SHORT_DATE_TIME 2011-04-11 17:48:19 +04:00
Mathieu Parent
496fd5df0f Skinny: more verbose log when pre-register message received 2011-04-10 23:16:56 +02:00
Mathieu Parent
8c814c82cf Skinny: put tables the other way
(more standard)

Done with:
sed -i 's/{\(".*"\|NULL\), \(.*\)}/{\2, \1}/' src/mod/endpoints/mod_skinny/skinny_tables.c
2011-04-10 23:08:46 +02:00
Mathieu Parent
bd03d578d1 Skinny: add CP-7921G
and reindent
2011-04-10 22:58:09 +02:00
Raymond Chandler
f44c90e04f more logging, cleanup, etc 2011-04-08 17:03:50 -04:00
Buklov Boris
84b1f7483f fix SST_SHORT_DATE_TIME thanks sibsvt@gmail.com 2011-04-08 23:55:33 +04:00
Anthony Minessale
bcd6c3a188 FS-3137 --resolve less of a memory leak more of a pool swelling, replaced a pool strdup that could recur with a strdup/free to avoid it 2011-04-08 14:04:01 -05:00
Daniel Swarbrick
0632d22cc8 SNMP MIBs have their own comment style 2011-04-05 23:02:50 +02:00
Anthony Minessale
31cebd4fb3 --resolve FS-3219 2011-04-05 10:35:52 -05:00
Michal Bielicki - cypromis
9b099f474b Added copyright headers for sponsored work 2011-04-05 13:05:22 +02:00
Michael S Collins
e8f10ea362 Add pa devlist to portaudio webapi 2011-04-04 21:53:11 -07:00
Jeff Lenk
ee1a840cef FS-3228 --resolve 2011-04-04 20:55:56 -05:00
Anthony Minessale
38c3a67a7e FS-3229 --resolve 2011-04-04 18:50:46 -05:00
Anthony Minessale
07b9186da6 FS-3226 --resolve SO, If the RFC told you to jump off a cliff......? 2011-04-04 14:14:38 -05:00
Anthony Minessale
4b706dac51 FS-3227 --resolve this looks like sane changes. My only complaint was the formatting. Watch for whitespace indentation by looking at the code in emacs or vi where it should be tabed properly. 2011-04-04 11:55:05 -05:00
Anthony Minessale
7eae7f375b FS-2877 After further review I can concede the point that we should always say partial considering how we do things. With this commit we should at least be sending separate partial updates for each existing dialog to everyone with a subscription. If we need to introduce more data, consolidate them etc. We need to do it in small chunks and keep things sane. 2011-04-04 11:39:43 -05:00
Buklov Boris
6fb73a4c31 fix and add support multy currency <action application=set data=currency=rubl/> dollar or other 2011-04-04 17:56:58 +04:00
Anthony Minessale
6eba56d2cb FS-3224 --resolve 2011-04-03 17:55:07 -05:00
Anthony Minessale
8bf9133fee FS-3224 this is comfort noise. i guess its not comforting, i'll remove it. 2011-04-03 17:53:13 -05:00
Anthony Minessale
fda2283bbd auto-aleg-full and auto-aleg-domain for from_domain field in gateway 2011-04-03 12:03:29 -05:00
Brian West
ddb345636a FS-3220: more than just typos 2011-04-01 17:38:58 -05: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
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
71dd91d8d8 FS-3211 checkin 2011-04-01 12:50:04 -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
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
7c143da409 FS-3214 try this patch 2011-03-31 18:17:52 -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 471bd6df1ae73ca410f0b4051ee050e21401b17b 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
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
Jeff Lenk
aeb446a1cb FS-3201 make changes similar to en support 2011-03-30 14:55:06 -05:00