Commit Graph

3116 Commits

Author SHA1 Message Date
Anthony Minessale 6307ec4a69 MODSOFIA-50
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16806 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-25 00:07:25 +00:00
Anthony Minessale b85ea3947b MODENDP-294
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16805 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 23:02:50 +00:00
Anthony Minessale 4938010aeb FSCORE-558
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16803 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 20:40:31 +00:00
Jeff Lenk 4d1f1ffbb2 Fix Windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16798 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 15:21:06 +00:00
Mathieu Parent 3c36d26988 Skinny: answer FeatureStatReqMessage with FeatureStatMessage
'#buggy version!'

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16796 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:06:58 +00:00
Mathieu Parent 32565f50f5 Skinny: previous commit was incomplete
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:06:47 +00:00
Mathieu Parent 1b988b2267 Skinny: config cleaning and refactorisation
- 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
2010-02-24 12:06:36 +00:00
Mathieu Parent 9f870bd311 Skinny: API commands (autocompletion included!)
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
2010-02-24 12:06:25 +00:00
Mathieu Parent a65c6c902d Skinny: avoid some wired scenarii
- 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
2010-02-24 12:06:16 +00:00
Mathieu Parent 0151d20c97 Skinny: redial
- 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
2010-02-24 12:06:06 +00:00
Mathieu Parent 139291f917 Skinny: Rework of buttons
- 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
2010-02-24 12:05:56 +00:00
Mathieu Parent 900c50fd91 Skinny: Corrections
- 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
2010-02-24 12:05:45 +00:00
Mathieu Parent 834a28ff7f Skinny: House cleaning
- 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
2010-02-24 12:05:34 +00:00
Mathieu Parent afbab7bc7b Skinny: Line state
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
2010-02-24 12:05:26 +00:00
Mathieu Parent 99ce7a4b01 Skinny:
- 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
2010-02-24 12:05:16 +00:00
Mathieu Parent 5ca2516bea Skinny: M3: Calls management: handle OffHook then compose
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16785 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:05:06 +00:00
Mathieu Parent a977bda2e9 Skinny: Split the code
- 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
2010-02-24 12:04:56 +00:00
Mathieu Parent 8fd52217d9 Skinny: moving to autotools
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16783 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:04:44 +00:00
Mathieu Parent 902991fea8 Skinny: M3: Calls management: ingoing call
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
2010-02-24 12:04:36 +00:00
Mathieu Parent a43f9cea19 Skinny: M3: Calls management: Each line has a session
- 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
2010-02-24 12:04:25 +00:00
Mathieu Parent a68fef28be Skinny: Milestone 3: Calls management: handle DTMF
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16780 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:04:16 +00:00
Mathieu Parent 847c3a49bb Skinny: Milestone 3: Calls management
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
2010-02-24 12:04:08 +00:00
Mathieu Parent 8bbbd88bd7 Skinny: Milestone 4: proper SoftkeyTemplateResMessage
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16778 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:03:59 +00:00
Mathieu Parent 02c092d03d Skinny: Milestone 8: answer ConfigStatReqmessage with ConfigStatMessage
also some cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16777 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:03:46 +00:00
Mathieu Parent 8850125676 Skinny: Add helper functions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16776 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:03:04 +00:00
Mathieu Parent ecd86ec42c Skinny: Milestone 3: Calls management
- House cleaning

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16775 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-24 12:01:47 +00:00
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
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
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
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
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
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
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
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 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
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
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
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
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
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
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 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
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
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
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
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
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 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 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
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 cbd282ecc4 MODSOFIA-46 with some NULL-proofing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16575 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-05 07:05:33 +00:00
Anthony Minessale 312abee36e nuke handle on errs worse than 500 rather than 900
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16571 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-04 21:23:36 +00:00
Rupa Schomaker 03009d648c exclude rows with the current call_id - could be an endpoint updating it's
registration while we're at max_registrations


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-04 14:50:53 +00:00
Anthony Minessale b1ca4e289b fire presence_out when reg is flushed manually
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16564 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-03 19:40:24 +00:00
Brian West b45f71bbe8 ZRTP Video works with ZFone (but you have to set your endpoint to use 99 for the payload for video or 125 in mod_h26x.c for H264 becuase the payloads MUST match or it can't figure it out
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16563 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-03 19:19:10 +00:00
Anthony Minessale 852c2e484d SFSIP-86
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16562 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-03 19:14:12 +00:00
Anthony Minessale 9cbb5a55e4 skip video setup on re-invite
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16559 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-02 22:58:45 +00:00
Rupa Schomaker 86e022f516 BOUNTY-15 - add user-agent-filter and max-registrations-per-extension
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16557 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-02 21:04:41 +00:00
Giovanni Maruzzelli 0d44caaaaa skypiax: timers twiking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16550 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-02 09:33:23 +00:00
Giovanni Maruzzelli 769d794f48 skypiax: timing on closing audio, mutexing TFLAG_BREAK
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16538 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-29 15:51:41 +00:00
Anthony Minessale 7cc61fd8e5 add sip_append_audio_sdp var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16537 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-28 22:30:34 +00:00
Anthony Minessale 509edaaef4 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16535 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-28 20:52:28 +00:00
Anthony Minessale aaa822ba79 SFSIP-197
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16534 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-28 20:35:17 +00:00
Anthony Minessale d14bffeed7 exec sql stmt sooner to prevent race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16525 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-27 21:08:11 +00:00
Brian West 0549eee174 MODENDP-291
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16524 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-27 15:36:24 +00:00
Giovanni Maruzzelli b544fbf7ba skypiax: indent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16523 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-27 13:51:13 +00:00
Giovanni Maruzzelli a177f9c3e6 skypiax: added FS timers, allow for better Virtual Machine (xen, ec2) conference behavior, to be polished
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16522 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-27 13:32:28 +00:00
Giovanni Maruzzelli 7323745f0a skypiax: added FS timers, allow for better Virtual Machine (xen, ec2) conference behavior, to be polished
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16521 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-27 13:30:07 +00:00
Brian West 034489d182 doh MODENDP-290
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16515 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-25 22:23:30 +00:00
Brian West 295966bcaf shut the compiler up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16506 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-24 21:12:04 +00:00
Brian West 4f39fe92ab sip is stupid MODSOFIA-51, the 202 has to have the correct contact or the phone comes back and subscribes to the contact and not the actual extension
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16500 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-24 19:04:48 +00:00
João Mesquita 5a6c0ba4c8 Do right it right this time. MODENDP-284
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16484 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-23 19:08:44 +00:00
Brian West 22592cc0e9 MODENDP-284
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16483 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-23 18:43:38 +00:00
Anthony Minessale 7299658c54 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16474 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-23 03:59:01 +00:00
Brian West 940781259c fix rpid and from correctly when auto-nat is enabled so polycom won't display the flipping URI and freak some poor souls out :P
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16473 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 23:37:50 +00:00
Anthony Minessale 46595b5470 only hack sdp in proxy or bypass
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16472 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 22:17:17 +00:00
Brian West 5d071029fd unsupported
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16460 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 17:45:29 +00:00
Brian West 78bd05cb65 remove excess line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16446 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 01:03:58 +00:00
Anthony Minessale dc86b797fa try this darren
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16445 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 00:51:32 +00:00
Anthony Minessale 7649248b01 add flag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16436 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-21 18:38:26 +00:00
Anthony Minessale 474e3253cf add new message to indications
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16434 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-21 18:03:54 +00:00
Anthony Minessale 1390132682 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16430 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-21 02:51:04 +00:00
Anthony Minessale 98edcdb345 you should get more than a steak dinner if you can make asterisk do this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-21 00:12:24 +00:00
Anthony Minessale 9ca05d7906 add uuid_simplify and sip_auto_simplify
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16424 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-20 19:20:11 +00:00
Anthony Minessale d186928224 add uuid_simplify and sip_auto_simplify
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16422 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-20 19:09:57 +00:00
Anthony Minessale da82398e07 add uuid_simplify and sip_auto_simplify
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16420 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-20 18:55:38 +00:00
Anthony Minessale a0b5a3c039 extract sip_cseq also
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16404 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-19 16:01:25 +00:00
Anthony Minessale 73f386244d yes mikej it needs to go in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16398 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-18 23:04:56 +00:00
Anthony Minessale 2ba29b819e set chanvars on both directions in sip and introduce sip_to_tag and sip_from_tag vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16396 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-18 20:55:19 +00:00
Anthony Minessale 110f634cda set chanvars on both directions in sip and introduce sip_to_tag and sip_from_tag vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16395 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-18 20:31:47 +00:00
Anthony Minessale 8c9f66daae FSCORE-262
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16388 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-18 17:38:20 +00:00
Anthony Minessale 59039bfde1 MODENDP-276
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16387 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-18 17:09:05 +00:00
Brian West 05b9506833 MODENDP-282
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16354 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-18 04:32:15 +00:00
Mathieu Rene 116826880b mod_portaudio: default to dialplan 'XML' instead of 'default'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16345 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 22:50:49 +00:00
Michael Jerris 31b743d6eb rename ADD_ AM conditionals to HAVE_
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16332 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 03:11:56 +00:00
Giovanni Maruzzelli 7fa36e835d skypiax: changed audio i/o tcp socket size and timing constant on linux, for better compatibility with virtual machines
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16330 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-16 17:15:12 +00:00
Giovanni Maruzzelli 2731b1e580 skypiax: added comment for socket buffer modification for Virtual Machines
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16323 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-15 18:06:17 +00:00
Mathieu Rene 306c52ece5 MODENDP-281
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16319 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-15 15:18:07 +00:00
Brian West 21234215f0 finally fix private hold
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16315 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-15 00:31:43 +00:00
Anthony Minessale d23df5c634 make held-private work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 23:58:00 +00:00
Michael Jerris e4385cafd1 (FSCORE-524)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16283 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 19:19:06 +00:00
Anthony Minessale e5cadc5196 MODAPP-387
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16278 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 18:02:42 +00:00
Michael Jerris 8912b80e13 (FSCORE-524)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 17:01:36 +00:00
Brian West 66f9cb6f0d spa uses reboot the last way so linksys still will work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16276 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 15:57:58 +00:00
Brian West b243aa1368 spa uses reboot
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16274 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 15:47:34 +00:00
Brian West b24c018c45 SCA tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 01:40:11 +00:00
Brian West bc4c5d2b2c MODSOFIA-52
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16260 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 16:13:03 +00:00
Michael Jerris 99a4b08ffd make debug a little less noisy when no proxy acls are set
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16254 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 01:23:19 +00:00
Anthony Minessale 5111bbb3da SFSIP-195
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16250 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 00:05:11 +00:00
Michael Jerris c064a2a586 add recordings_dir
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 03:20:42 +00:00
Stefan Knoblich c70f2d7e9f Avoid building static version of modules (e.g. mod_enum.a) by adding the "-shared" libtool option.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-10 00:27:48 +00:00
Brian West 35f7d87fac revert these two queries
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16224 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-09 16:56:11 +00:00
Anthony Minessale e71f66e070 tweak sla presence code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16223 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-09 00:34:17 +00:00
Anthony Minessale dc12639736 sheesh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-08 21:22:06 +00:00
Anthony Minessale 8dbce3ef3e fix retry bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-08 17:42:56 +00:00
Brian West a67645a4bc use brackets to put params in the right place in contact strs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-08 01:05:05 +00:00
Raymond Chandler 97e71e9d08 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16202 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-07 22:04:32 +00:00
Anthony Minessale c5dd2b5b4d pres tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-07 19:50:56 +00:00
Raymond Chandler c031e681b8 BOUNTY-12
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-07 18:47:53 +00:00
Anthony Minessale 478f165d25 share and share alike, only nothing is alike in sip =/
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16194 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-07 06:09:35 +00:00
Anthony Minessale f5d74122bd honor disabled soa flag in re-invite
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16193 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-07 05:22:02 +00:00
Anthony Minessale 2d015e2644 fix pa play bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-06 18:09:30 +00:00
Michael Jerris 8a877fb87a don't segfault on notify message with no contact
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-03 21:10:34 +00:00
Brian West fb99b2ea2c MODENDP-277
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-02 02:33:46 +00:00
Brian West 59afe7d382 revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-30 02:26:20 +00:00
Brian West 1d7aa83590 XML-14
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16090 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-30 02:24:52 +00:00
Brian West c2ca5f9ab1 MODSOFIA-49
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16058 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-28 15:54:00 +00:00
Anthony Minessale 88a21f40f2 xmas presence 2009
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16053 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-24 05:44:23 +00:00
Giovanni Maruzzelli f7231a45e1 skypiax: cosmetics
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16044 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-23 17:49:36 +00:00
Giovanni Maruzzelli 6abbaceb16 skypiax: cosmetics
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16043 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-23 17:45:27 +00:00
Jeff Lenk dc5d69c104 FSBUILD-221 fix several trivial warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-23 03:44:42 +00:00
Michael Jerris 1b48038adf (MODSOFIA-40)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16039 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-23 01:57:52 +00:00
Giovanni Maruzzelli a16583b45a skypiax: maybe braking cpu loop in case of broken Xlib?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-22 13:20:34 +00:00
Jeff Lenk 2ccca75215 FSBUILD-221 - fix several trivial warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16013 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-22 03:55:29 +00:00
Anthony Minessale 349c40a38e sneak codec change instead of calling set again
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16006 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-19 18:28:15 +00:00
Anthony Minessale 57d2c39207 doh, fix regression from previous commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16005 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-19 17:51:17 +00:00
Anthony Minessale 4aee9be2ae MODSOFIA-48
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16004 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-19 17:43:05 +00:00
Brian West 6c6b78a0b1 SFSIP-190
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-17 23:22:58 +00:00
Brian West aa8ec7e82f nothing to see
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-16 00:29:43 +00:00
Anthony Minessale 86304c0247 more tab completion cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15977 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-15 23:05:49 +00:00
Michael Jerris e240bd9fac dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15975 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-15 21:25:49 +00:00
Anthony Minessale 4a86f888be cleanup tab completion more and introduce new callback based expansion functions to do real time tab completion in some areas, needs people to add more funcs etc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15952 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-14 20:10:06 +00:00
Mathieu Rene e6a0c4e99f mod_sofia: move NUTAG_MIN_SE to sofia_glue_do_invite so it only appears on requests. MODSOFIA-47
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15943 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-13 19:36:44 +00:00
Georgiewskiy Yuriy 8d71550ced add PI handling in Call Proceeding
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15937 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 16:48:50 +00:00
Georgiewskiy Yuriy a683e4e7e7 add PI handling in alerting.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15936 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 16:33:38 +00:00
Georgiewskiy Yuriy 33dce1a621 fix slow start handling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15935 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 14:39:44 +00:00
Anthony Minessale 9f63ba44ca skip update when val has not changed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15924 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 22:38:48 +00:00
Anthony Minessale e23f44cced last commit was daft, real fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15923 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 22:21:29 +00:00
Anthony Minessale c68fc40766 typo in log message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15921 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 22:09:36 +00:00
Brian West 2bae37ae96 sign this is a new option when you don't wanna use auto-nat but you wish to toggle the lies of the contact
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15916 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 20:48:01 +00:00
Michael Jerris c4d1333185 fix portaudio build with jack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 18:12:55 +00:00
Georgiewskiy Yuriy 2375a250ae move faststart to callproceeding due to some broken hardware not anderstand correclty faststart in progress.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15906 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 14:54:12 +00:00
Georgiewskiy Yuriy c0b178bdef fix rtp timer initialisation.
implement alerting-indication option and channel variable.
implement progress-indication option and channel variable.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15905 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 12:18:29 +00:00
Anthony Minessale a4da5e5833 FSCORE-510
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15902 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 04:18:10 +00:00
Michael Jerris ae67ecceac fix mod_portaudio linux build with alsa (MODAPP-377)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 03:20:06 +00:00
Michael Jerris 2ca3c17e90 try to fix portaudio linking (MODAPP-377)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15895 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 02:11:04 +00:00
Brian West 21e3bb970a if space
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 01:20:26 +00:00
Anthony Minessale d13a46acd5 stop race condition in sofia where we tried to send an ack on a dead call and turn off early hangup by default (if you dont know that that is, good, do not document this)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15891 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 00:28:54 +00:00
Anthony Minessale cd1824e119 Adding switch_mprintf (broken out from sqlite)
Adding new %w to mprintf to auto escape both single quote and backslashes
Improve the tab completion a tad and fix some sqlite/odbc compat with new mprintf opts
Change the default stream writer to use switch_vmprintf so %q/%w can be used there too



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15875 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 20:51:13 +00:00
Brian West 185fa599db these two cases do not need to be on IF the flag is set otherwise you can't LIE about the contact dyanmically. These are the TWO cases that had a not PFLAG_AUTO_NAT else do the right thing in this case.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 14:40:47 +00:00
Anthony Minessale 6fde2f3961 add priority queue for events so important broadcasts like hold music can take precedenced over event-lock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 01:29:02 +00:00
Michael Jerris b805ac1c20 mod_sofia: fix send-message-query-on-register set to 'false' (MODSOFIA-42)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 15:52:35 +00:00
Michael Jerris ead4f5bb35 mod_sofia: add shutdown-on-fail param to sofia profiles (MODSOFIA-45)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15854 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 14:42:30 +00:00
Brian West 9d49a57b67 move log line to debug only
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 22:28:52 +00:00
Brian West f556ece4e8 MODENDP-273, Try this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 21:30:49 +00:00
Michael Jerris 8967d4e670 add disable_q850_reason chan var to disable sending Reason header in sip BYE messages (MODSOFIA-44)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 21:23:13 +00:00
Michael Jerris 3290521970 fix --srcdir build for mod_sofia
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 17:39:30 +00:00
Anthony Minessale 450e63c0d1 MODAPP-376
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15838 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 00:05:40 +00:00
Brian West b7f4b4cd2b don't seg if tech_pvt isn't there.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15837 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 22:10:38 +00:00
Michael Jerris 0863bbcbae don't set auto-nat on ipv6 profiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15829 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 16:29:52 +00:00
Michael Jerris 216c47b509 automake mod_skypiax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15821 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 09:26:46 +00:00
Michael Jerris 59472c23ef automake mod_portaudio and mod_portaudio_stream
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 09:00:05 +00:00
Michael Jerris 4d72cd6ba0 automake mod_iax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:59:34 +00:00
Michael Jerris 4b095aebcb cleanup Makefile.am based module Makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15811 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 06:47:28 +00:00
Michael Jerris bcbc54f997 mod_sofia: send bye instead of cancel after invalid 200 OK (MODENDP-270)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15808 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 03:32:56 +00:00
Michael Jerris d6f2852836 code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15806 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 00:07:23 +00:00
Anthony Minessale 10db68adce can't win
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15794 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-04 20:54:15 +00:00
Anthony Minessale d10d505e56 can't win
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15793 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-04 20:54:07 +00:00
Anthony Minessale 625defb1f2 try this jlenk
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15792 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-04 20:40:53 +00:00
Mathieu Rene 866d98f586 set sip_copy_custom_headers=false to avoid custom sip headers to be copied on the b-leg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-04 19:57:50 +00:00
Jeff Lenk c01fe7f901 fix runaway ptime mismatch with xlite and bv
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-04 18:10:27 +00:00
Anthony Minessale 6158aac6ab huge sonus infection FSRTP-8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15781 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-03 22:51:50 +00:00
Mathieu Rene dea8d99a81 mod_skypiax: code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15765 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-03 06:09:32 +00:00
Anthony Minessale 0b4bd3e1c1 retry reg faster on dns timeouts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15763 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-02 20:47:46 +00:00
Anthony Minessale f8da7ac30e more nat cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15759 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-02 18:46:17 +00:00
Brian West 56f10fb3c6 Well I'll be a son of a monkey's bitch, it was that bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15748 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-02 01:58:05 +00:00
Michael Jerris 02c7a3acc9 picked the wrong day to stop sniffing glue...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 22:19:07 +00:00
Michael Jerris ae05a0c5de cleanup makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 15:21:04 +00:00
Michael Jerris c619db0f4e test build of this on openwrt please
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15716 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 12:20:55 +00:00
Anthony Minessale 8372d9c2bf only assume sendonly is hold operation when call is already answered in proxy-media situation
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15698 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-27 19:02:20 +00:00
Anthony Minessale 8ae40dd26a reset the remote_media ip/port vars more oftern
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 23:09:23 +00:00
Anthony Minessale 16fdb470bb too bad nobody reads all the rest of the code where more critical issues may lie
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15675 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 22:21:02 +00:00
Anthony Minessale 6daa81d7b8 ok find stangor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15674 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 21:34:51 +00:00
Anthony Minessale 9330d877a4 refactor code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15662 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 00:03:00 +00:00
Anthony Minessale d34d8ae16b add separate inbound/outound codec prefs params to sofia profile original codec-prefs sets both to the same value for back-compat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15658 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 18:52:57 +00:00
Anthony Minessale aba8d7590f FSCORE-481
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15657 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 18:18:09 +00:00
Marc Olivier Chouinard cf8d26bef3 mod_sofia: Revert part of MODSOFIA-41 r15654 that deal with phone reboot. It break aastra and polycom reboot
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15656 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 16:26:04 +00:00
Brian West c48ccd9e95 use profile flag instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 16:24:24 +00:00
Brian West 383541f3d0 MODSOFIA-41 , fail2ban support in mod_sofia thanks jay binks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15654 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 16:11:56 +00:00
Giovanni Maruzzelli 67464ea79e skypiax: lower load by bigger TCP buffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15635 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:22:15 +00:00
Andrew Thompson f6e24c3c95 mod_portaudio: make the ringfile configurable via new API command 'pa ringfile'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15633 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:15:26 +00:00
Anthony Minessale f9842ff6d8 add sip_profile_name go go with sip_gateway_name on outgoing calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 19:57:14 +00:00
Anthony Minessale 76b2db1d2f MODSOFIA-40
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 19:46:37 +00:00
Anthony Minessale 8ebbfa39fd enough of this bickering over if stale=true has quotes or not, let me remove it so i can have a 10 minute break from people bugging me
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15620 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:49:05 +00:00
Brian West cfbf446e24 MODSOFIA-39
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 14:57:56 +00:00
Georgiewskiy Yuriy 6074f2bc27 fix to build with trunk changes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15605 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-22 17:06:34 +00:00
Anthony Minessale af9e8eab35 convert sofia to use new core version of cache db handles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15600 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 18:57:15 +00:00
Anthony Minessale d8b084a810 reset timestamp counter when we get new sdp etc because sonus likes to say ptime 20 and send 30ms timestamps in the 183 then once they say 200 ok with the same sdp they decide to actually send 20 for real this time FSRTP-8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15597 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 06:54:16 +00:00
Michael Jerris 58dceddb11 add ani and aniii to caller profile (MODSOFIA-34)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15596 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 06:40:38 +00:00
Anthony Minessale 34cf898e0f always check for callee update not just because of pai
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15589 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 04:39:38 +00:00
Giovanni Maruzzelli b5435e918e skypiax: do not add delay when a sleep() or play() are executed by a script after answer() and before sending audio. MODSKYPIAX-29 MODSKYPIAX-58
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15585 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 23:46:45 +00:00
Anthony Minessale 2fa0c4910f refactor enterprise_originate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15565 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 02:17:08 +00:00
Eliot Gable 5e08ced278 Fixed compile issues with latest Opal
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15545 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 15:32:27 +00:00
Giovanni Maruzzelli 8e40f02891 skypiax: no more pipes for audio samples exchange between threads. Let's hope it does not breaks things around. Only other possible cause of audio delay is socket buffering. We'll check that too.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15541 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 14:20:53 +00:00
Giovanni Maruzzelli a0e2b9a4fe skypiax: ooops, this is the correct /usr/src/freeswitch.trunk/src/mod/endpoints/mod_skypiax/kernel/dummy.c.skypiax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15539 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 02:28:03 +00:00
Giovanni Maruzzelli aebc2c7580 skypiax: updated /usr/src/freeswitch.trunk/src/mod/endpoints/mod_skypiax/kernel dummy.c
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15538 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 02:01:28 +00:00
Anthony Minessale 3e8c85a932 another one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15536 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 00:12:15 +00:00
Brian West f3c94ab89a 408 means no reply, that's bad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15534 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-18 22:59:28 +00:00
Anthony Minessale 349b02c2e6 video improvements
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15524 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-18 19:22:45 +00:00
Brian West ad0b8baffc don't use tech_pvt->nh, use the nh passed to the callback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15521 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-18 15:29:41 +00:00
Michael Jerris 9b5d32ac83 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15505 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 22:25:47 +00:00
Michael Jerris 1f7f796b57 fix broken bsd
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15504 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 21:47:43 +00:00
Anthony Minessale 677144f30c db cache part 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15497 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 19:16:24 +00:00
Brian West a6e51988ab adding content-disposition to SEND_INFO
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15495 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 16:46:34 +00:00
Brian West 6a8d06425d MODSOFIA-38
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15491 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 15:20:40 +00:00
Mathieu Rene a34e3f76d2 mod_dingaling: fix compile error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15488 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 01:09:11 +00:00
Anthony Minessale 5d815cfdfe add support for running core-db over odbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15487 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 00:12:54 +00:00
Brian West 220ebe8175 if the phone is behind nat with us... don't consider nat processing fixees cases where things are EVIL like cisco 79xx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15486 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-16 21:14:38 +00:00
Anthony Minessale e9039e3bf3 good ol nightmare xfer never gets old
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15476 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-15 04:13:39 +00:00
Anthony Minessale b60abded11 lookup gateway by realm when not found by name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-15 03:14:06 +00:00
Anthony Minessale f05737e3ba caller/ee id cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15474 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-15 02:16:10 +00:00
Anthony Minessale 4e91bc95eb declinatio mortuus obfirmo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15472 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-14 21:00:51 +00:00
Anthony Minessale c69bdbb4b3 tolerate MySuckWELL ODBC limitation FSCORE-487
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15465 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-13 23:15:15 +00:00
Brian West 5dfcff4303 begin and commit in sep stmts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-13 17:55:52 +00:00
Jeff Lenk 7d0980232e code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15454 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-12 20:59:04 +00:00