2309 Commits

Author SHA1 Message Date
Daniel Swarbrick
8d8e5a23a6 Mask remote party identity in SIP presence if channel var presence_privacy=true 2011-06-07 13:58:12 +02:00
Jeff Lenk
0675b59beb FS-3321 release rwlock on error 2011-06-06 21:28:14 -05:00
Anthony Minessale
68c389df46 FS-3326 --resolve ok thx 2011-06-03 09:45:07 -05:00
Anthony Minessale
51c215809f only accept info dtmf when its configured to 2011-06-01 13:19:28 -05:00
Anthony Minessale
64f8ad3f84 FS-3324 --resolve I think this is a misconfiguration where you have nat detected and no external ip configured 2011-06-01 10:59:38 -05:00
Anthony Minessale
7bbbb9ccc5 add vars: flip_record_on_hold to make the recording flip to the other leg on hold, record_check_bridge to make recording the same file on the opposite leg of a bridge considered a duplicate attempt and record_toggle_on_repeat to make repeat recording the same file toggle the recording off 2011-05-31 22:22:18 -05:00
Anthony Minessale
bb614c5a08 followup 1 2011-05-31 13:10:37 -05:00
Anthony Minessale
e2da3bea0c add code to pass recording bugs on to other legs when executing an attended transfer, needs testing and possible follup commits before using 2011-05-31 13:01:28 -05:00
Jeff Lenk
6a38dce2b8 trivial compiler warnings 2011-05-29 09:46:02 -05:00
Anthony Minessale
9e12983f3e FS-3100 --resolve 2011-05-27 20:41:31 -05:00
Anthony Minessale
0ac088e32c FS-3313 --resolve Come To ClueCon 2011 http://www.cluecon.com 2011-05-27 09:51:05 -05:00
Anthony Minessale
e03d900c23 FS-3300 --resolve 2011-05-27 09:38:54 -05:00
Anthony Minessale
c1c759526d add arrays to event headers and chanvars 2011-05-25 15:42:36 -05:00
Anthony Minessale
b978d39d48 FS-3312 --resolve 2011-05-25 14:45:55 -05:00
Stefan Knoblich
812fd7278e mod_sofia: Reformat sofia usage string and make it a static const char[].
Make this thing readable by wasting a couple of bytes for spaces and newlines.

As an added bonus, save some stack space by making usage_string a static const.

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-05-25 18:29:28 +02:00
Anthony Minessale
2582bbcb36 add xml user caching mechanism 2011-05-23 17:15:37 -05:00
Anthony Minessale
62c81afef0 init ssl locks in sofia 2011-05-23 12:23:30 -05:00
Jeff Lenk
765908f356 FS-3152 --resolve dup_dest was being overwritten by switch_split_user_domain 2011-05-22 19:10:52 -05:00
Anthony Minessale
66d16d1772 FS-3270 --resolve please watch the code formatting in the future 2011-05-20 12:49:16 -05:00
Anthony Minessale
3ebd173ca8 FS-3307 --resolve thanks, in the future, be sure to not include vanity comments. The intention of the patch will be preserved by the jira ticket. Also check our code formating guidelines. Some of the patch was redundant so it was removed, mprintf already asserts when it doesn't work, and execute_sql_now both frees the sql string and locks the mutex for you. 2011-05-20 11:51:06 -05:00
Anthony Minessale
d59fdabeff FS-3295 --resolve that is pretty odd, I must have been sleep-deprived or something 2011-05-13 07:22:25 -05:00
Anthony Minessale
123eaa524b fix rare t38 gateway issue 2011-05-12 10:32:39 -05:00
Anthony Minessale
d98d51ed39 FS-3144 --resolve 2011-05-11 13:23:56 -05:00
Michael S Collins
154731a777 Add jaybinks' tel: patch 2011-05-09 09:41:50 -07:00
Anthony Minessale
1772fcb079 add largest_jb_size 2011-05-06 15:25:00 -05:00
Anthony Minessale
2d856f8f7c FS-3276 --resolve please attach the diff next time, do not paste it into the comment. It ruins the formatting. Also I changed the patch so the variable names refelect what is being harvested namely sip_bye_content_type and sip_bye_payload 2011-04-29 17:13:16 -05:00
Anthony Minessale
e70af1f84f don't nat map on loopback addrs 2011-04-29 10:28:56 -05:00
Anthony Minessale
00b53a91ea FS-3277 --resolve There are actually really only 2 places where it needs the real hostname, the hostname command and the header on the events. I changed everything to the switchname because there were some more sql stmts etc in the core. 2011-04-29 10:24:50 -05:00
Jeff Lenk
ce5c846200 FS-3236 --resolve 2011-04-26 12:06:11 -05:00
Anthony Minessale
73279f01bf FS-3166 --resolve 2011-04-22 16:43:29 -05:00
Brian West
dad670713b Fix issue with SLA and Barge 2011-04-21 19:32:37 -05:00
Anthony Minessale
a4ed829db8 fix race in sla 2011-04-15 14:22:53 -05:00
Anthony Minessale
5857495e06 offer both avp and savp when using srtp 2011-04-15 11:17:36 -05:00
Michael Jerris
ceed7658e2 check_decode the caller id name in this case too 2011-04-14 19:09:11 -04:00
Anthony Minessale
2b6f70708c FS-3244 --resolve next time also attach a backtrace 2011-04-13 16:15:15 -05:00
Anthony Minessale
07b9186da6 FS-3226 --resolve SO, If the RFC told you to jump off a cliff......? 2011-04-04 14:14:38 -05:00
Anthony Minessale
4b706dac51 FS-3227 --resolve this looks like sane changes. My only complaint was the formatting. Watch for whitespace indentation by looking at the code in emacs or vi where it should be tabed properly. 2011-04-04 11:55:05 -05:00
Anthony Minessale
7eae7f375b FS-2877 After further review I can concede the point that we should always say partial considering how we do things. With this commit we should at least be sending separate partial updates for each existing dialog to everyone with a subscription. If we need to introduce more data, consolidate them etc. We need to do it in small chunks and keep things sane. 2011-04-04 11:39:43 -05:00
Anthony Minessale
fda2283bbd auto-aleg-full and auto-aleg-domain for from_domain field in gateway 2011-04-03 12:03:29 -05:00
Brian West
ddb345636a FS-3220: more than just typos 2011-04-01 17:38:58 -05:00
Anthony Minessale
8c5586b2bc add option for from-domain to be set to auto-aleg in gateway config 2011-04-01 14:22:43 -05:00
Anthony Minessale
e177d377aa FS-3214 try this 2011-04-01 13:20:35 -05:00
Anthony Minessale
7c143da409 FS-3214 try this patch 2011-03-31 18:17:52 -05:00
Anthony Minessale
31273b428d pass failure across in T.38 passthru mode 2011-03-30 11:35:19 -05:00
Anthony Minessale
8312d74121 FS-2819 --comment-only please try this patch 2011-03-30 11:26:19 -05:00
Anthony Minessale
7dcbe7bda6 FS-3189 ok, patch added, but have you discovered why you trigger this because its not typical and is the sign of a problem I would assume? 2011-03-29 21:05:04 -05:00
Anthony Minessale
9d8e54b500 FS-2751 --comment-only Please try latest patch with profile param NDLB-force-rport set to server-only or disabled. The parameter you were hacking on only applies to inbound calls not outbound calls. Its confusing but in in sip lingo client and server are outbound and inbound call direction respectively. 2011-03-28 18:31:46 -05:00
Jeff Lenk
c735e28a55 FS-3190 2011-03-28 10:27:06 -05:00
Anthony Minessale
7556ec57e9 FS-3187 2011-03-25 16:35:30 -05:00
Anthony Minessale
3e4957c0b3 revert 4f6d888152febb9b8c28854192d13fd6e7228b1d 2011-03-25 16:30:16 -05:00