15334 Commits

Author SHA1 Message Date
Joao Mesquita
fab8e0d5b6 Fix some things on the console and start implementing the transfer. 2010-04-14 23:54:59 -03:00
Marc Olivier Chouinard
0f29f46172 mod_voicemail: Fix vm_prefs profile lock (MODAPP-417) 2010-04-14 21:36:41 -04:00
Anthony Minessale
b4233082fa set appearance-index in update statement for SLA 2010-04-14 19:01:54 -05:00
Anthony Minessale
c3db645220 add event data to valet parking hold event 2010-04-14 18:29:26 -05:00
Moises Silva
0abbe4bd0e complete ss7 config by setting context and dial plan 2010-04-14 18:36:22 -04:00
Moises Silva
4704a30a45 destroy ss7 configs on shutdown 2010-04-14 18:15:22 -04:00
Moises Silva
99402dd4e0 implemented freetdm config nodes and ss7 initial configuration 2010-04-14 18:00:16 -04:00
Moises Silva
e3c1906c81 add ss7 skeleton config section 2010-04-14 18:00:16 -04:00
Moises Silva
baeb85350c declare as static 2010-04-14 18:00:16 -04:00
Anthony Minessale
63120a7452 make break uuid_break and add cascade flag 2010-04-14 12:51:28 -05:00
Michael S Collins
d6ee682c2c Fix syntax for menu-play-sound 2010-04-13 13:38:47 -07:00
Moises Silva
d54845d929 fix alarm log msg 2010-04-13 16:26:07 -04:00
Moises Silva
749844ebd6 iterate up to chan_count 2010-04-13 16:23:54 -04:00
Moises Silva
0bf8482393 add realloc OS hooks and fix boost pri CLI 2010-04-13 15:18:18 -04:00
Anthony Minessale
882cb5725c Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-13 13:36:00 -05:00
Anthony Minessale
5fb3a88f71 ESL-36 2010-04-13 13:35:38 -05:00
Moises Silva
53874730cd added openzap CLI tracing 2010-04-13 12:23:31 -04:00
Moises Silva
2ffef4c358 fix typo-bug in interrupt type 2010-04-13 10:21:51 -04:00
Moises Silva
5e31f52c3e Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-12 16:11:09 -04:00
Moises Silva
ede4789730 check for chan count before configuring signaling 2010-04-12 16:10:25 -04:00
Michael S Collins
f8c9777f20 Merge branch 'master' of git://git.freeswitch.org/freeswitch 2010-04-12 11:46:13 -07:00
Michael S Collins
5bc0d99abe Fix typos in phrase_en.xml 2010-04-12 11:42:34 -07:00
Anthony Minessale
2f6d3f0bec FSCORE-586 2010-04-12 13:37:40 -05:00
Anthony Minessale
0e3202d204 MODAPP-419 2010-04-12 11:12:09 -05:00
Anthony Minessale
7f82a41a85 Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-12 11:09:02 -05:00
Mathieu Rene
517e0befc6 Send SIP MESSAGE to unregistered users by prefixing sip: to user@domain 2010-04-11 18:51:53 -04:00
Rupa Schomaker
4988ef87a7 MODAPP-418 2010-04-10 13:23:13 -05:00
Mathieu Parent
279326e08c Dialplan: redial as destination number for the redial ext 2010-04-10 20:14:07 +02:00
David Yat Sin
e7ff9f8506 Fix for sangoma_boost crashing on start due to queue unitialised
Updated cpu monitor to support different /proc/cpustats format
2010-04-09 16:03:54 -04:00
unknown
c423c10864 Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-09 12:30:43 -04:00
Moises Silva
39f732354f fix boost win compilation 2010-04-09 12:29:58 -04:00
Mathieu Parent
befd41c829 SKinny: handle hold corner cases
- try to re-use existing OffHook session
- hold active lines before: newcall, resume
- allow endcall on: offHook, afterFirstDigit
- allow newcall on: connected, ringin
2010-04-09 18:02:14 +02:00
Mathieu Parent
555b205344 Skinny: handle backspace 2010-04-09 16:54:29 +02:00
Mathieu Parent
a1952b8636 Skinny: implement hold/resume
Also rework a bit softkey sets
2010-04-09 16:12:58 +02:00
Mathieu Parent
7e3c29c600 Skinny: manage shared lines from the calling POV
Called POV already implemented
2010-04-09 14:59:18 +02:00
Mathieu Parent
924e960d0a perl-skinny: enhance test
- Use thread for: keepalive, receive and send
- Run indefinitevly
2010-04-09 14:40:33 +02:00
Mathieu Parent
adcb11f3d3 Skinny: fix calls without media
If party_id is 0, the phone will not properly release media
2010-04-09 11:13:22 +02:00
Joao Mesquita
8ad17db191 Negative, not positive. 2010-04-09 00:43:24 -03:00
Joao Mesquita
2666a40a12 Lets test preprocessors 2010-04-08 23:15:29 -03:00
Mathieu Parent
bec8d75ef6 Skinny: don't double unlock on keypad
double unlock is same as locking :P
2010-04-08 23:17:13 +02:00
Mathieu Parent
c15e163b88 Skinny: avoid non-set profile name 2010-04-08 23:16:44 +02:00
Mathieu Parent
d3d50e6eb3 Skinny: release XML config
Fixes: reloadxml blocked
2010-04-08 22:59:31 +02:00
Mathieu Parent
ca8ec66ed3 Skinny: avoid crash on shutdown
Because of uninstancied listener
2010-04-08 22:48:36 +02:00
Mathieu Parent
58595bdaec Skinny: solve deadlocks and more
- Solve deadlock:
  + associate all skinny_profile_find_session with the corresponding
    switch_core_session_rwunlock
  + lock the newly created session in skinny_create_ingoing_session
  + enhance rwlocks debugging
- Shared lines:
  + Inform shared lines on answering
  + Answering line has info after other shared lines
2010-04-08 22:38:24 +02:00
Travis Cross
3b83541f79 Clarify the syntax for git merge. 2010-04-08 19:49:49 +00:00
Brian West
355b4f111f Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-08 14:44:05 -05:00
Brian West
daa9b87f0e Next time ask nicer bitch(drk) and don't talk to me like that please. 2010-04-08 14:43:44 -05:00
Travis Cross
5c668de704 Added a script to help committers configure git properly. 2010-04-08 19:40:53 +00:00
Mathieu Parent
917e152518 Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-08 20:52:30 +02:00
Mathieu Parent
3d089f0075 FSMOD-35: mod_tts_commandline core dump, temp file problem.
flush can be called several times
2010-04-08 20:49:56 +02:00