Commit Graph

9093 Commits

Author SHA1 Message Date
Mathieu Parent 90063622cf Skinny: Milestone 8 (partial): TimeDate
- answer TimeDateReqMessage with DefineTimeDate

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:01:39 +00:00
Mathieu Parent 506517e9ac Milestone 3: Calls management: Add several messages structs
+ KeypadButtonMessage
+ StimulusMessage
+ OnHookMessage
+ OpenReceiveChannelAck
+ SoftKeyEventMessage
+ StartToneMessage
+ StopToneMessage
+ SetRingerMessage
+ SetLampMessage
+ SetSpeakerModeMessage
+ StartMediaTransmissionMessage
+ StopMediaTransmissionMessage
+ CallInfoMessage
+ OpenReceiveChannelMessage
+ SelectSoftKeysMessage
+ CallStateMessage
+ DisplayPromptStatusMessage
+ ClearPromptMessage
+ ActivateCallPlaneMessage
+ DialedNumberMessage

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16773 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:01:31 +00:00
Mathieu Parent ca3aa27976 Skinny: Milestone 8: Miscellaneous (handle HeadsetStatusMessage)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16772 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:01:21 +00:00
Mathieu Parent 6c7de2c721 Milestone 7: Alarm
- Custom events: skinny::alarm

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16771 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:01:13 +00:00
Mathieu Parent 829a711c72 Skinny: Milestone 5: Speed-dials
- answer SpeedDialStatReqMessage with SpeedDialStatMessage

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16770 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:00:55 +00:00
Mathieu Parent afc8e79655 Skinny: Milestone 4: Button template, Soft-key template and Soft-key sets
- buttons are now stored in the same table
- answer ButtonTemplateReqMessage with ButtonTemplateMessage: DONE
- answer SoftKeyTemplateReqMessage with SoftKeyTemplateResMessage: WIP (currently empty response)
- answer SoftKeySetReqMessage with SoftKeySetResMessage: WIP (currently empty response)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16769 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:00:45 +00:00
Mathieu Parent 48aaa884fd Skinny: Milestone 7: handle AlarmMessage
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16768 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:00:35 +00:00
Mathieu Parent 3ed58f15db Skinny: Sanity
- truncate tables on module load
- check for message length

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16767 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:00:28 +00:00
Mathieu Parent f1391f0eb8 Skinny: Milestone 0: avoid crash when closing sockets by using mutexes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16766 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:00:19 +00:00
Mathieu Parent f02d6a5139 Skinny: Milestone 3: Parse calls coming to skinny
Also don't free profile members (managed via pools) to avoid crash on module unload

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16765 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:00:11 +00:00
Mathieu Parent 92bb098745 Skinny:
- don't free skinny messages as they are handled by pools
- correct devices autocompletion (inspired by switch_console_list_uuid in switch_console.c)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16764 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:00:04 +00:00
Mathieu Parent 5ad95379bf Skinny: SQL updates
- new switch_odbc_handle_exec argument
- add codec_string to device record
- minor changes

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16763 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:56 +00:00
Mathieu Parent c35f367d58 Skinny: moving to SQL
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16762 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:49 +00:00
Mathieu Parent a4d9fa2654 Skinny: helper script: test-skinny.pl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16761 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:41 +00:00
Mathieu Parent bcf4a9277a Skinny: reorder
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16760 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:34 +00:00
Mathieu Parent 93b3aa7ff4 Skinny: Milestone 2: Line managements
- handle RegisterAvailableLinesMessage

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16759 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:25 +00:00
Mathieu Parent 2092e39d16 Skinny: Milestone 1: Devices management
- handle unregister message
- send skinny::unregister event
- send skinny::expire event

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16758 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:18 +00:00
Mathieu Parent a5dc87ce61 Skinny: one function per message type
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16757 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:10 +00:00
Mathieu Parent 4c1065f7b5 Skinny: Milestone 1 : device level (codec list)
- update codec list

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16756 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:59:02 +00:00
Mathieu Parent 0cdf84d35b Skinny: Milestone 1 : device level (register event)
- fire skinny::register events

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16755 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:58:54 +00:00
Mathieu Parent 84f500f0cc Skinny: Milestone 1 : device level (multiple replies)
- A request can call several replies

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16754 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:58:43 +00:00
Mathieu Parent bd480237b9 Skinny: Milestone 1 : device level (CapabilitiesReqMessage and CapabilitiesResMessage)
- send CapabilitiesReqMessage during registration
- handle CapabilitiesResMessage
- also correct sent length

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16753 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:58:36 +00:00
Mathieu Parent c813d03e97 Skinny: Milestone 1 : device level (PortMessage)
-Handle PortMessage

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16752 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:58:25 +00:00
Mathieu Parent ba1950a75d Skinny: Milestone 1 : device level (API)
skinny device *
skinny device <device_name>

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16751 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:58:15 +00:00
Mathieu Parent b78542299c Skinny: Milestone 1 : device level (timeout)
- handle keepalive message (expiration)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16750 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:58:07 +00:00
Mathieu Parent c6fbe03072 Skinny: Milestone 1 : device level (Register)
- handle RegisterMessage
- keep device infos (attached to listener)
- respond with RegisterAckMessage
- handle port message (do nothing)
- handle keepalive message (do nothing for now)

and:
- clean memory pools usage
- date_format is fixed length

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16749 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:58:00 +00:00
Mathieu Parent 0117bdd936 Skinny: Milestone 0 : no-op module (listeners and base skinny parsing)
Check for huge message

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16748 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:57:53 +00:00
Mathieu Parent bf64b0962b Skinny: Milestone 0 : no-op module (listeners and base skinny parsing)
Based on mod_event_socket.

- create listeners
- parse sccp header (length, reserved, type)
- don't listen to reloadxml event, as we don't reload listeners
- listen to heartbeat event to expire listeners

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16747 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:57:45 +00:00
Mathieu Parent 36e6d9548f Skinny: Milestone 0 : no-op module (conf and event)
Based on mod_reference.

- example conf files
- load configuration file conf/autoload_configs/skinny.conf.xml
- listen to reloadxml events

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16746 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 11:57:37 +00:00
Anthony Minessale ffe784f110 add sofia_dig [xml] api func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 00:01:39 +00:00
Brian West 4d3dac5b52 FSBUILD-249
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 22:56:54 +00:00
Michael Jerris c96fa14851 fix mod_fax missing symbol on libtool 2+ (FSMOD-37)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 19:20:46 +00:00
Michael Jerris a7f6806215 fix mod_fax missing symbol on libtool 2+ (FSMOD-37)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 19:19:04 +00:00
Anthony Minessale b9c18c5261 allow domains with no dot in them as long as you specify a profile name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16739 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 19:13:12 +00:00
Michael Jerris a524ad6227 fix mod_fax missing symbol on libtool 2+ (FSMOD-37)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16738 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 19:12:53 +00:00
Anthony Minessale cd4cb502f8 FSCORE-556
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 17:00:17 +00:00
Giovanni Maruzzelli 1bc16199a5 skypiax: silent_mode in config file, now it works well. DelphiWorld asked for it, and will be useful to all :)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16731 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 14:32:52 +00:00
Giovanni Maruzzelli b2157456f5 skypiax: do the audio timers synch each 20secs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16730 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 12:26:03 +00:00
Giovanni Maruzzelli 3cc72e256a skypiax: shut up windows compiler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16729 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 02:31:37 +00:00
Brian West 3b92634403 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16728 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 23:41:56 +00:00
Anthony Minessale 2a3bd9f4bb add spandsp_start_dtmf app to mod_fax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16727 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 23:41:34 +00:00
Giovanni Maruzzelli 20334f3ab6 skypiax: no more tcp ports in config, cleaning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16726 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 22:48:50 +00:00
Anthony Minessale ae2354be24 small timer test tweak for horribly clocked boxen
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16725 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 22:42:29 +00:00
Giovanni Maruzzelli 17176ff6fa skypiax: no more tcp ports in config, timing tweakings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16724 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 22:13:59 +00:00
Anthony Minessale f4d6fe834b MODAPP-400
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 19:46:34 +00:00
Christopher Rienzo a82506de57 Added ssml-mime-type config param to deal with server that doesn't like application/ssml+xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 17:10:01 +00:00
Christopher Rienzo 12093e9913 Remove support for old version of UniMRCP
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 15:19:52 +00:00
Christopher Rienzo 56f5e13c8b Added synthparams and recogparams to config so that default MRCP params can be defined for SPEAK and RECOGNIZE requests.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16717 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 14:26:16 +00:00
Giovanni Maruzzelli c92c970644 skypiax: 'SET WINDOWSTATE HIDDEN'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16716 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-22 07:38:54 +00:00
Giovanni Maruzzelli 1b80ea6c37 skypiax: 'SILENT_MODE' is a stupid joke, removed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16714 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-21 14:50:08 +00:00
Giovanni Maruzzelli 97d3f93c07 skypiax: try not to show windows, run the skype client hidden in system tray, special feat for DelphiWorld
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16713 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-21 14:17:08 +00:00
Giovanni Maruzzelli 33b4550658 skypiax: shorter audio buffers, sync read and write audio timers each second
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16712 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-21 11:01:05 +00:00
Marc Olivier Chouinard 4ce38bb4d9 switch_ivr_play_say: Fix a segfault when using <nomatch/> in phrases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16711 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-21 08:45:38 +00:00
Giovanni Maruzzelli 87ad320bfd skypiax: completely new audio threads, shut up compiler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16710 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-20 13:28:42 +00:00
Giovanni Maruzzelli 05f23d981a skypiax: new audio threading works on windoz, little cleaning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16709 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-20 13:18:04 +00:00
Giovanni Maruzzelli 48b0043ebd skypiax: completely new audio threads, let's see how it works on windoz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16708 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-20 12:32:10 +00:00
Anthony Minessale 9afed23312 avoiding seglock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16707 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 22:08:10 +00:00
Anthony Minessale d4b1da5c67 FSCORE-554
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16706 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 18:59:10 +00:00
Rupa Schomaker 969688a0d3 even more mod_shout logging
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16705 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 18:53:02 +00:00
Andrew Thompson dc5c383d20 Track time taken for XML fetch responses/timeouts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 18:51:57 +00:00
Rupa Schomaker 66c0f8f735 more logging for mod_shout
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16702 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 18:15:22 +00:00
Rupa Schomaker f55304d30b add some more error logging
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16701 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 17:39:41 +00:00
Giovanni Maruzzelli f15c9f8f02 skypiax:I can't understand why, but at least on my winxp 32bit if I memset 255 the audio frames to be sent when no frames have been given by channel_write_frame() but the timer_write has expired, it sounds bad. It sounds better, perfect let's say, if I resend the last frame. Go figure...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16700 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-19 01:04:14 +00:00
Anthony Minessale 6fee14c327 add 2 more fields
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16699 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 23:53:56 +00:00
Anthony Minessale 625b477c95 add ability for multiple profiles to share the same gateway names via profile::gwname syntax for normT
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16698 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 22:39:08 +00:00
Andrew Thompson 6107493160 Replace busy wait for XML fetch with thread cond stuff (Original patch contributed by Michael Fig / MarkeTel Systems)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16697 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 21:55:46 +00:00
Mathieu Rene 1f8c1112d6 add switch_buffer_peek()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16696 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 20:22:32 +00:00
Michael Jerris 6da81efaa5 fix windows build (FSBUILD-245)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16695 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 20:02:03 +00:00
Brian West ee2345d81c FSCORE-552
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16694 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 19:54:58 +00:00
Giovanni Maruzzelli df4b1f5968 skypiax: hihihi, forgot to silencing the frames sent as silence fillers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16693 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 17:47:54 +00:00
Anthony Minessale 995fd35ada debugging tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16692 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 17:26:15 +00:00
Giovanni Maruzzelli d914adb78c skypiax: modified VC++ solution so to include libspandsp includes and lib
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16691 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 17:25:02 +00:00
Giovanni Maruzzelli f53c1cbf19 skypiax: MODSKYPIAX-66 added channel variable 'skype_get_inband_dtmf', you set it to 'true' if you want to mod_skypiax to detect inband DTMFs coming from skype, eg: skypein/skypeout calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16690 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 16:24:07 +00:00
Anthony Minessale 0f2fef4f7e add extended info parsing feature to send api commands or queue messages to sessions over info packets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16688 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 15:52:30 +00:00
Giovanni Maruzzelli 28f88fc758 skypiax: added channel variabls 'skype_user', set to the skypename of the interface, and 'initial_skype_user', set to the skypename that originally received the call and then transferred it to another skypename
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-18 11:03:12 +00:00
Mathieu Rene f6b6b9cd93 rename switch_socket_create_pollfd to switch_socket_create_pollset, add switch_socket_create_pollfd that really creates a pollfd out of a socket, expose switch_pollset_poll and switch_pollset_remove
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16683 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 22:36:07 +00:00
Anthony Minessale 34a7a594e2 revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16682 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 22:00:01 +00:00
Anthony Minessale 984f0f44d9 MODAPP-398
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16681 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 21:57:45 +00:00
Giovanni Maruzzelli 1d45f2a572 skypiax: debug print on failed write on audio socket
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16680 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 20:22:33 +00:00
Anthony Minessale e3e7ad8fbe disable cpu timer affinity by default but make it still possible via config and fix stray constant in tipping_point
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16679 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 19:50:25 +00:00
Giovanni Maruzzelli fdf2c82c3f skypiax: If you DO want to relay DTMFs out of band when bridged too, on top of audio DTMFs, set the channel variable 'skype_add_outband_dtmf_also_when_bridged=true'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16678 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 18:01:05 +00:00
Giovanni Maruzzelli 8cb7897654 skypiax: small change in reacting to 'ERROR 559 CALL', action failed, in case we are in the process of answering
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16677 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 15:56:27 +00:00
Giovanni Maruzzelli ba4fd4a895 skypiax: cleaning some debug print leftover
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 11:35:12 +00:00
Giovanni Maruzzelli 445b04ac68 skypiax: cleaning some debug print leftover
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16675 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 11:29:31 +00:00
Anthony Minessale 2e86ba46c3 add vm_list vm_delete and alias voicemail_inject to vm_inject
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16673 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 05:00:01 +00:00
Giovanni Maruzzelli f0c8ba7479 skypiax: let's have short tcp bufsize in windows too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16672 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 03:09:21 +00:00
Giovanni Maruzzelli bd5c3efc0b skypiax: create the threads with the detach bit UNset
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16671 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 02:50:24 +00:00
Giovanni Maruzzelli 5a05067830 skypiax: tentative timing on windoz, let's see if still works on linux
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16670 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 02:20:17 +00:00
Mathieu Rene a835b4bcea don't free the event subclass in switch_event_unbind_callback(). thx crienzo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16666 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-17 01:01:13 +00:00
Giovanni Maruzzelli c04cf4af0a skypiax: new write timing, perfect on linux, let's check on windoz. Long live Tony
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16664 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 22:33:56 +00:00
Anthony Minessale 484ffac41c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16662 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 20:29:10 +00:00
Giovanni Maruzzelli da4dd92f2a skypiax: more timin fixes, works well on linux, with skype beta 2, 100HZ, and switch_ivr.c line 157 set to ms>1. Let's see on windoz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16661 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 20:21:57 +00:00
Mathieu Rene cd1c97b23f hrum
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16660 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 17:34:32 +00:00
Marc Olivier Chouinard d8fd646456 mod_sofia: Fix a ODBC DELETE Sql Query
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16657 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 01:41:00 +00:00
Mathieu Rene 248745f2ca MODAPP-397
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16656 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 01:06:35 +00:00
Mathieu Rene 36542c2625 MODSOFIA-57 actually do the hangup handler, skipping sofiasip calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 00:49:42 +00:00
Mathieu Rene 4bcb352602 MODSOFIA-57 fix edge case if a session is blocked during a sip profile shutdown
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16654 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-16 00:07:50 +00:00
Rupa Schomaker 5dc4d68862 libmemcached's ./configure is failing with --prefix and friends so use
a simplified version


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16653 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 23:59:36 +00:00
Giovanni Maruzzelli be219869e4 skypiax: purged debug leftover
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16649 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 21:24:20 +00:00
Giovanni Maruzzelli 4545efe185 skypiax: send_silence_when_idle seems to solve the ghost voice during IVR prompts, thx anthm
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16648 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 20:34:27 +00:00
Mathieu Rene 94b1948a57 mod_voicemail: that shouldve been wrlock, and its missing an unlock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16647 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 20:34:11 +00:00
Anthony Minessale 644664004c tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16646 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 20:16:06 +00:00
Giovanni Maruzzelli 6b3c0d6d23 skypiax: better timin on windoz (thx anthm), let's see if it works on *nix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16645 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 20:16:00 +00:00
Brian West ea5db72a26 fix vm to inherit params from domain/group
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 17:40:13 +00:00
Anthony Minessale b38730539b XML-16
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 17:11:14 +00:00
Giovanni Maruzzelli c923813659 skypiax: let the audio threads die at each call end
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16642 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-15 10:34:55 +00:00
Giovanni Maruzzelli 4aad768961 skypiax: deleted temp dirs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16640 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-14 02:40:41 +00:00
Giovanni Maruzzelli 29fe090b8a skypiax: deleted temp dirs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-14 02:39:49 +00:00
Giovanni Maruzzelli bf93192877 skypiax: lot of changes and tweakings about timing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-14 02:36:46 +00:00
Giovanni Maruzzelli 3f763b939a skypiax: nothing to see here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16637 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-14 00:45:47 +00:00
Giovanni Maruzzelli 1fcb884e21 skypiax: nothing to see here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16636 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-14 00:26:12 +00:00
Mathieu Rene 9c045c334b MODOPAL-17
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-13 18:33:29 +00:00
Giovanni Maruzzelli 08c331ee72 skypiax: restored a previous wrong commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16633 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-13 16:54:24 +00:00
Giovanni Maruzzelli f4a09d2c4e skypiax: nothing to see here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-13 11:10:30 +00:00
Anthony Minessale 351e8edd99 up default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16625 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-12 20:51:16 +00:00
Giovanni Maruzzelli 5150934cb0 skypiax: nothin to see here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16619 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-12 12:24:46 +00:00
Giovanni Maruzzelli 67228dbd3c skypiax: nothin to see here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16618 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-12 09:28:19 +00:00
Giovanni Maruzzelli c6d10622a0 skypiax: fix stupid formatting problem in dummy.c ALSA driver, probably made by indent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-12 07:01:40 +00:00
Brian West 490eedec2a Have you ever had that dream? You know the one...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-12 03:54:31 +00:00
Michael Jerris d98bed8ea0 fix mod_managed build (FSBUILD-241)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-12 03:52:33 +00:00
Rupa Schomaker 4f5975ae4c MODAPP-339, plus fix heartbeat when doing b-leg billing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16613 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 23:31:03 +00:00
Anthony Minessale 28bef5149a fix possible seg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 22:15:41 +00:00
Anthony Minessale 89a33be24a reverse logic
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 19:52:36 +00:00
Rupa Schomaker 308fc55f72 check for network_ip for sip_shared_appearance_dialogs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16607 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 19:19:27 +00:00
Rupa Schomaker ed85c13cce add expires to sip_dialogs test for dropping table
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16606 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 18:54:17 +00:00
Anthony Minessale c65da59d55 add new api funcs to xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16605 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 17:32:22 +00:00
Anthony Minessale 62ce853897 add moc's xml patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16604 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 15:54:41 +00:00
Anthony Minessale be9e84e5c5 fix contact issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16603 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 15:18:52 +00:00
Rupa Schomaker 6d47019937 nobal_amt and lowbal_amt channel vars can override defaults in config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16602 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 15:01:21 +00:00
Michael Jerris 4f97df4625 printers do not route to the internet, in fact, all printers do is kill trees, killers are evil and as such should be ignored
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16601 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-11 08:33:03 +00:00
Anthony Minessale df9632f263 add param setting function to asr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16600 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-10 15:38:32 +00:00
Rupa Schomaker a40623e605 document tracelevel, add completion for tracelevel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16599 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-10 14:49:32 +00:00
Anthony Minessale bfc788898e SFSIP-200
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16598 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-10 14:38:24 +00:00
Michael Jerris 36b0bfbb4b mod_conference add conference_max_members channel variable that can be set on the first channel calling a conference to override the profiles max-members param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16597 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-10 04:50:31 +00:00
Mathieu Rene 00e178963c switch that back to int
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16593 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-09 18:21:03 +00:00
Mathieu Rene cd0f7c70e2 fix some code analysis tags
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16592 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-09 18:09:55 +00:00
Rupa Schomaker 920f339a89 add more to error msg when dsn is null
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16590 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-09 15:40:18 +00:00
Rupa Schomaker 60aa798d2e don't have defaults for dsn,user,pass so that user/pass at least can be
specified by the real dsn


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16589 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-09 15:36:53 +00:00
Anthony Minessale 11a828c88e DP-14
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16588 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-09 15:20:16 +00:00
Mathieu Rene b6df6bffe4 FSBUILD-239
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16587 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-09 07:30:04 +00:00
Mathieu Rene 07045091b6 try that Kristian
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16586 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-08 22:26:54 +00:00
Anthony Minessale 06a464b148 avoiding livelock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16584 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-08 18:18:11 +00:00
Michael Jerris 83487f0585 fix python build 3/3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16583 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 07:58:02 +00:00
Michael Jerris 6e5f1ea9f9 fix python build 2/3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 07:50:29 +00:00
Brian West a4ae499eca fix mod_python 1/2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16581 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 07:45:53 +00:00
Brian West df50d5ce9d swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16580 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 04:36:08 +00:00
Anthony Minessale 886e1ddb4d run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Mathieu Rene 7b347417e5 FSRTP-11
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16578 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 00:51:41 +00:00
Anthony Minessale 32c9396514 copy user xml to a dynamic xml obj so you do not hold exclusive lock on global xml registry the whole time you are leaving a vm
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16577 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-05 20:05:22 +00:00
Mathieu Rene 718923d806 MODAPP-394
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-05 08:27:20 +00:00