4857 Commits

Author SHA1 Message Date
Nathan Neulinger
cc069d7307 FS-5608 improvement in behavior, on EXECUTE it will now send the stop ring tone message to device 2013-09-03 08:54:10 -05:00
Anthony Minessale
6476adc45e FS-4757 this should fix it but I am not happy with the way this is done but since polycom is one of the only phones that does this right I have no other choice 2013-08-29 22:23:20 +05:00
Nathan Neulinger
6ac01bdd1f fix variable setting from skinny and mismatched logging 2013-08-27 12:31:57 -05:00
Anthony Minessale
1233172101 FS-5731 --resolve 2013-08-26 20:25:26 +05:00
Anthony Minessale
c73179c6ad git fail, b4792e7 won't cherry pick but the patch manually applied fine 2013-08-21 22:27:56 +05:00
Anthony Minessale
706aa0903c fix rfc4579 method=bye handling 2013-08-21 22:01:01 +05:00
Nathan Neulinger
1d30a502b8 FS-5164 - fix segv on ring handling due to listener not being defined 2013-08-20 13:02:17 -05:00
Nathan Neulinger
cad11edb76 FS-5164 --resolve add support for setting user variables w/ skinny 2013-08-20 09:25:10 -05:00
Anthony Minessale
2449371329 FS-5709 --resolve 2013-08-17 02:16:38 +05:00
Anthony Minessale
ed6a090483 FS-5700 --resolve 2013-08-15 21:20:22 +05:00
Ken Rice
a29b2c2f7f FS-5648 --resolve 2013-08-14 09:49:48 -05:00
Anthony Minessale
2131cd6cf2 FS-5683 --resolve 2013-08-14 02:25:04 +05:00
Anthony Minessale
5bf89d1d87 FS-5453 --resolve 2013-08-14 02:14:01 +05:00
Anthony Minessale
bdc2d307c4 FS-5698 --resolve 2013-08-14 02:10:55 +05:00
Brian West
300fb130a0 doh blonde moment 2013-08-12 17:27:43 -05:00
Brian West
d882089c10 url_decode 2013-08-12 15:20:49 -05:00
Anthony Minessale
2a2cccca8d 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:04:38 +05:00
Anthony Minessale
85af177084 FS-5682 --resolve missed a spot on the stable port 2013-08-11 23:40:56 +05:00
Anthony Minessale
4296b5e257 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:34 +05:00
Anthony Minessale
1ba3cc0d3e FS-5665 --resolve this should push the extra ones into the variable and convert it to an array 2013-08-08 22:24:51 +05:00
Anthony Minessale
6f2671b2d5 FS-5682 revert 2013-08-08 20:32:01 +05:00
Anthony Minessale
bd1c6106dc FS-5682 2013-08-08 05:15:18 +05:00
Nathan Neulinger
fa2530306f mod_skinny work on FS-5632 - few more cases 2013-08-02 21:26:15 -05:00
Nathan Neulinger
36726ee0ef mod_skinny work on FS-5632 - first pass 2013-08-02 21:12:16 -05:00
Nathan Neulinger
1e3bfef390 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:23 -05:00
Nathan Neulinger
e20dd10b59 mod_skinny: implement per device setting of ext- extensions 2013-08-02 13:53:49 -05:00
Nathan Neulinger
d9905fa72b make default conf example work properly based on FS-5335 feedback/testing 2013-08-02 11:21:58 -05:00
Nathan Neulinger
85c986c8b4 mod_skinny: add minimal handling of MeetMe button to send to a conference creation extension 2013-08-02 10:55:09 -05:00
Nathan Neulinger
b472e1c9b7 mod_skinny: allow to work with native pgsql 2013-07-31 17:17:36 -05:00
Nathan Neulinger
a8e779fab6 mod_skinny: filter sip mwi events 2013-07-31 17:17:32 -05:00
Nathan Neulinger
b38a7f5392 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:36:00 -05:00
Anthony Minessale
c0477f966f FS-5652 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/sofia.c
2013-07-29 16:57:55 -05:00
Travis Cross
22dd4bfff3 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:15:19 +00:00
Anthony Minessale
3d9e9713b8 missed a spot 2013-07-25 14:36:05 -05:00
Anthony Minessale
0b3cb9325c typo 2013-07-25 14:33:56 -05:00
Anthony Minessale
010085e92d FS-5572 --resolve set new variable by doing export bypass_keep_codec=true to force re-invite with the same codec it was using previously 2013-07-25 14:12:44 -05:00
Anthony Minessale
7d020eff65 FS-5561 --resolve
Merge remote-tracking branch 'moy/blind-transfer-response'
2013-07-24 16:17:58 -05:00
Anthony Minessale
c4e2745923 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:38 -05:00
Nathan Neulinger
3c8fd77a65 FS-5636 --resolve hold active lines when receiving a call 2013-07-24 10:14:41 -05:00
Anthony Minessale
b60efc410c let sofia recover work in some tcp situations 2013-07-23 13:53:06 -05:00
Anthony Minessale
b9c9d34482 FS-5621 2013-07-20 14:06:40 -05:00
Anthony Minessale
dcd15ff1c0 FS-5620 --resolve 2013-07-19 21:50:55 -05:00
Seven Du
0c5bd268f4 FS-5498 --close remove debug line 2013-07-20 02:19:16 +08:00
Anthony Minessale
3968f41590 FS-5498
Conflicts:
	src/mod/endpoints/mod_sofia/mod_sofia.h
	src/mod/endpoints/mod_sofia/sofia.c
	src/mod/endpoints/mod_sofia/sofia_presence.c
	src/mod/endpoints/mod_sofia/sofia_reg.c
2013-07-19 12:15:10 -05:00
Anthony Minessale
dc5d93c1bd FS-5615 --resolve 2013-07-17 17:09:29 -05:00
Anthony Minessale
8644541c62 FS-5613 --resolve only alphanumeric plus - _ . are now allowed 2013-07-17 09:21:48 -05:00
Nathan Neulinger
59616956ca skinny: improve hangup handling 2013-07-15 15:19:36 -05:00
Anthony Minessale
4336f4fc28 use this and send {sip_gethostbyname=true} in the dial string to force this behaviour 2013-07-12 13:55:10 -05:00
Anthony Minessale
30926251cb FS-5396 --resolve 2013-07-12 13:36:31 -05:00
Nathan Neulinger
27f0744160 FS-4027 - improve adherence to code conventions 2013-07-12 12:01:38 -05:00