5122 Commits

Author SHA1 Message Date
Nathan Neulinger
7fc4f5996f FS-5164 --resolve add support for setting user variables w/ skinny 2013-08-20 09:24:43 -05:00
Seven Du
f284746703 fix rtp flags 2013-08-19 20:52:34 +08:00
Anthony Minessale
8e45f23d02 FS-5709 --resolve 2013-08-17 02:16:28 +05:00
Anthony Minessale
b76c39ade1 FS-5700 --resolve 2013-08-15 21:19:57 +05:00
Ken Rice
129a509cfb FS-5648 --resolve 2013-08-14 09:48:05 -05:00
Anthony Minessale
8859df6789 FS-5683 --resolve 2013-08-14 02:24:53 +05:00
Anthony Minessale
94b1b6218c FS-5453 --resolve 2013-08-14 02:13:49 +05:00
Anthony Minessale
ae64753112 FS-5698 --resolve 2013-08-14 02:08:54 +05:00
Brian West
3ec15cce68 doh blonde moment 2013-08-12 17:27:31 -05:00
Brian West
56d1d07d61 url_decode the callee_name 2013-08-12 15:19:36 -05:00
Anthony Minessale
4efeced015 FS-5682 --resolve there was one other change to allow them to copy over by setting them on the A leg. Exporting the sip_multipart variable or setting it in {} on the dial string should already work. This patch should make it work with setting it too. 2013-08-12 19:05:04 +05:00
Anthony Minessale
e9adbb7ac6 FS-5687 this patch adds a debouncer to that info message. if you still have problems try altering switch_rtp.c:5469 to add 0 condition so it skips that whole block and retest eg... if (0 && switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) { 2013-08-12 00:57:47 +05:00
Anthony Minessale
4eee5aee8c FS-5682 --resolve new syntax <action application="set" data="sip_multipart=application/pidf+xml:1234"/> use push instead of set to add more to the same channel 2013-08-08 22:55:13 +05:00
Anthony Minessale
1b01e9f01a FS-5682 revert 2013-08-08 22:55:13 +05:00
Anthony Minessale
eead164cc2 FS-5682 2013-08-08 05:15:10 +05:00
Anthony Minessale
11d6c0877a FS-5665 --resolve this should push the extra ones into the variable and convert it to an array 2013-08-07 20:59:08 +05:00
Nathan Neulinger
4d9ff80a01 mod_skinny work on FS-5632 - few more cases 2013-08-02 21:25:51 -05:00
Nathan Neulinger
118614e447 mod_skinny work on FS-5632 - first pass 2013-08-02 21:11:56 -05:00
Nathan Neulinger
7dbf80ed8b FS-5662 --resolve implement call pickup group functionality in mod_skinny. Currently treats callPickup and grpCallPickup identically, may revisit when I find out more about what's different between the two 2013-08-02 14:12:03 -05:00
Nathan Neulinger
c2d5d47078 mod_skinny: implement per device setting of ext- extensions 2013-08-02 13:53:29 -05:00
Nathan Neulinger
d1268e8103 make default conf example work properly based on FS-5335 feedback/testing 2013-08-02 11:21:40 -05:00
Nathan Neulinger
f184953570 mod_skinny: add minimal handling of MeetMe button to send to a conference creation extension 2013-08-02 10:54:46 -05:00
Nathan Neulinger
6c8eb054ad mod_skinny: allow to work with native pgsql 2013-07-31 17:17:07 -05:00
Nathan Neulinger
358b6e0835 mod_skinny: filter sip mwi events 2013-07-31 17:16:43 -05:00
Nathan Neulinger
878c232b06 mod_skinny: initial reg wasn't able to clean up due to missing device name, add new function to clean up given explicit device name, also add more logging 2013-07-30 14:35:39 -05:00
Anthony Minessale
511efc5cf0 FS-5652 --resolve 2013-07-29 16:55:16 -05:00
Anthony Minessale
39ad799683 FS-4932 FS-5090 --resolve 2013-07-29 10:18:05 -05:00
Travis Cross
b79932550f Fix memset invocation in mod_skypopen
We were previously clearing a pointer's worth of memory rather than
clearing a full element.

This also fixes the build as gcc-4.8 catches this error.
2013-07-26 01:14:50 +00:00
Anthony Minessale
b22a693e9d FS-5561 --resolve
Merge remote-tracking branch 'moy/blind-transfer-response'
2013-07-24 16:15:16 -05:00
Anthony Minessale
569dd9c540 FS-5634 --resolve this patch should fix it but comment it out instead in the old version to get the same effect 2013-07-24 11:23:54 -05:00
Nathan Neulinger
12fab353f3 FS-5636 --resolve hold active lines when receiving a call 2013-07-24 10:14:08 -05:00
Anthony Minessale
3ddbad4dd3 let sofia recover work in some tcp situations 2013-07-23 13:52:49 -05:00
Anthony Minessale
f08c3309f6 FS-5621 2013-07-20 14:07:01 -05:00
Anthony Minessale
e45774e764 FS-5620 --resolve 2013-07-19 21:51:18 -05:00
Seven Du
d88b2ed793 FS-5498 --close remove debug line 2013-07-20 02:17:59 +08:00
Anthony Minessale
a6bffd38cb FS-5498 2013-07-19 12:03:51 -05:00
Anthony Minessale
663c180cd9 FS-5615 --resolve 2013-07-17 17:08:03 -05:00
Anthony Minessale
c98b01a205 make display in contact compat with broken aastra 2013-07-17 16:35:24 -05:00
Anthony Minessale
9f52531630 FS-5613 --resolve only alphanumeric plus - _ . are now allowed 2013-07-17 09:21:28 -05:00
Nathan Neulinger
acb33edc3a skinny: improve hangup handling 2013-07-15 15:19:18 -05:00
Anthony Minessale
57a13694f7 use this and send {sip_gethostbyname=true} in the dial string to force this behaviour 2013-07-12 13:54:50 -05:00
Anthony Minessale
647f3fd3fb FS-5396 --resolve 2013-07-12 13:36:04 -05:00
Nathan Neulinger
af9a18c63c FS-4027 - improve adherence to code conventions 2013-07-12 12:00:57 -05:00
Nathan Neulinger
655325ab05 fixup and merge in FS-4027 enhancements for additional device support 2013-07-12 11:39:23 -05:00
Nathan Neulinger
802aa379fc skinny typedef 2013-07-12 11:15:46 -05:00
Nathan Neulinger
76c3f4be98 add a few additional skinny message types 2013-07-12 11:05:52 -05:00
Nathan Neulinger
9bdfb18715 skinny correct field name 2013-07-12 11:05:18 -05:00
Nathan Neulinger
11cd5262f7 update device types list with more known types 2013-07-12 11:04:32 -05:00
Nathan Neulinger
bab6ebc549 skinny: improve cleanup of devices during registration and unregistration, resolves some weird state issues when devices get disconnected 2013-07-11 13:14:44 -05:00
Stefan Knoblich
90021b2953 mod_sofia: Add missing format string to switch_event_add_body() call
Fixes GCC format string warning/error.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-07-11 01:15:16 +02:00