- 24 2月, 2010 40 次提交
-
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16802 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Anthony Minessale 提交于
add force_local_ip_v4 and force_local_ip_v6 global vars to override the core funcs to always discover the same ip git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16801 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Michal Bielicki 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16800 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Rene 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16799 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Jeff Lenk 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16798 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16797 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
'#buggy version!' git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16796 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16795 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- removed unused globals: codecèprefs, codec_master, codec_rates - moved global debug to profile - store button type as id in DB (avoid case-sensitivity problem) - git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16794 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
skinny profile <profile_name> device <device_name> send SetRingerMessage <ring_type> <ring_mode> skinny profile <profile_name> device <device_name> send SetLampMessage <stimulus> <instance> <lamp_mode> skinny profile <profile_name> device <device_name> send SetSpeakerModeMessage <speaker_mode> skinny profile <profile_name> device <device_name> send CallState <call_state> <line_instance> <call_id> Also: - Correct sended line displayname - Re-use the line on SoftKey - Handle Answer SoftKey git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16793 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- Close all sessions without B-leg - Hold sessions with B-leg - Currently hold is same as hang up - Try to guess the best line to choose (use an existing one) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16792 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- Allow redial from softKey or stimulus - Add redial, newcall to on_hook softkeys - Add endcall to ringing and connected softkeys git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16791 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- Refactorize line/speed-dial info (with getters) - Set calling/called party when known - Don't recreate session on existing - Lower some debug messages (SQL, messages send/received) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16790 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- Construct call_id based on simple increment per profile - close RTP only if needed - now hanging up while there is no other leg works - better steps: create_session -> process_dest -> answer git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16789 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- Print message types and softkey states instead of their code - Show line number of calling function - Replace the remaining send_select_soft_keys by skinny_line_set_state (to keep proper state) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16788 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
Avoid the use of TFLAG_WAITING_DEST an replace by a line_state corresponding to the softkey events git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16787 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- correct speed-dial and line label - hangup when receiving EndDial softkey git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16786 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16785 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- mod_skinny.c: module, profile, listener, channels - skinny_protocol.c: skinny messages git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16784 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16783 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
Following scenario: - offhook a specific line - compose 4 digits git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16782 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- Each line as its session - USER_BUSY if line is busy - properly guess device and line to ring git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16781 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16780 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
As of now, this is only proof of concept. How to test: - only one phone registred - call originate skinny/internal/7628 &delay_echo(100) from console - answer - test the echo - hangup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16779 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16778 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
also some cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16777 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16776 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- House cleaning git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16775 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- answer TimeDateReqMessage with DefineTimeDate git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16774 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
+ 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
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16772 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- Custom events: skinny::alarm git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16771 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- answer SpeedDialStatReqMessage with SpeedDialStatMessage git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16770 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- 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
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16768 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
- 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
-
由 Mathieu Parent 提交于
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16766 d0543943-73ff-0310-b7d9-9358b9ac24b2
-
由 Mathieu Parent 提交于
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
-
由 Mathieu Parent 提交于
- 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
-
由 Mathieu Parent 提交于
- 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
-