1047 Commits

Author SHA1 Message Date
Anthony Minessale
5c75d4cf5b FS-4220 --resolve i refactored this into a general cross platform function and use it everywhere else we try to set affinity 2012-05-15 08:31:42 -05:00
Anthony Minessale
0a5a057c46 add inbound-reg-in-new-thread sofia param to launch a new thread to process each new inbound register when using heavier backends 2012-05-14 17:51:15 -05:00
Anthony Minessale
5b3b77071b make sure bargers use the same codec as bargee to avoid transcoding delay 2012-05-14 10:03:35 -05:00
Anthony Minessale
f3b1809a63 tweak to standby mode 2012-05-11 10:20:45 -05:00
Anthony Minessale
f9653fbd38 FS-4204 --resolve 2012-05-10 22:34:37 -05:00
Anthony Minessale
07204a1fb5 add param:confirm-blind-transfer var:confirm_blind_transfer that makes blind transfers keep the transferrer on the line until its confirmed that the call was completed or brings it back to the bridge. blind_transfer_ack app can be executed in the dp by the transferee to indicate sucess or fail or a sucessful bridge will automatically trigger a success 2012-05-08 08:50:41 -05:00
Anthony Minessale
a511ff3026 re-implement sla barge using eavesdrop backend 2012-05-07 13:44:16 -05:00
William King
6ac20ed54d If the notify event contains call-info headers, then process the call-info linked list into comma separated values and add them to a header on the event. 2012-05-04 10:07:08 -07:00
Anthony Minessale
8664dc6d5a some perfomance tweaks 2012-05-03 16:31:21 -05:00
William King
40fff624df Some sip notify events don't have a content type, such as notifies that only update the caller id info of a call. 2012-05-02 12:55:34 -07:00
Anthony Minessale
8203475563 FS-4148 --resolve note: see switch_core_session_get_partner 2012-04-26 08:52:29 -05:00
Anthony Minessale
845639025c FS-4122 2012-04-20 08:04:32 -05:00
Anthony Minessale
677b223579 FS-4122 --resolve this fixes the issue and eliminates the delay unless you configure it to have some 2012-04-18 09:56:06 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Ken Rice
437e502b59 fix my contact info as i havent had that email address in years 2012-04-18 11:52:02 -05:00
Anthony Minessale
1145905513 FS-4106 --resolve 2012-04-13 11:18:16 -05:00
Anthony Minessale
6072da1b1f FS-3993 --resolve 2012-04-10 15:46:27 -05:00
Ken Rice
cd8d4d6812 RESOLVE FS-4081 2012-04-09 13:30:51 -05:00
Anthony Minessale
153a3b3d96 fix null warning 2012-04-05 11:18:18 -05:00
Anthony Minessale
61fe806c0a delete subs on 481 2012-04-02 14:51:23 -05:00
Anthony Minessale
2ab1605a88 ZRTP passthru mode code for phil 2012-03-29 18:37:15 -05:00
Anthony Minessale
ef9dfe42fc mirror back record-route header in options 2012-03-29 15:58:19 -05:00
Anthony Minessale
221b82f1e9 FS-4053 try this 2012-03-29 11:36:07 -05:00
Anthony Minessale
2baed0ab00 FS-4016 --resolve 2012-03-28 12:24:19 -05:00
Anthony Minessale
6f6765b8f2 start one msg thread per cpu by default 2012-03-27 16:48:30 -05:00
Anthony Minessale
2da9450a8b FS-4048 --resolve 2012-03-27 10:18:08 -05:00
Anthony Minessale
061d6c9cda FS-4012 oh no are we in the 4xxx range for bug numbers now 2012-03-23 19:03:06 -05:00
Anthony Minessale
f558247d7d add user_via to ack in case with track calls 2012-03-07 15:41:02 -06:00
Michael Jerris
063acdbd24 remove some debug 2012-03-02 17:58:05 -05:00
Anthony Minessale
17cb6a22b3 add some defensive code to allow support for yealink in SCA mode even when its broken 2012-03-02 16:42:05 -06:00
Anthony Minessale
ee95a35b71 formatting 2012-02-24 15:18:44 -06:00
Anthony Minessale
e9a7cb42a1 FS-3930 --resolve 2012-02-21 15:52:17 -06:00
Anthony Minessale
341cc2f0fc FS-3917 sneaky sql null vs != crap 2012-02-17 19:47:57 -06:00
Anthony Minessale
db9aa0b59b FS-3906 --resolve FS-3907 doh lisdexic 2012-02-16 09:49:41 -06:00
Anthony Minessale
3004fa05d6 FS-3907 2012-02-15 16:24:21 -06:00
Anthony Minessale
60fd5f9a73 FS-3842 going to go on a hunch and push this change 2012-02-10 12:13:52 -06:00
Anthony Minessale
9b02315282 add presence-disable-early sofia option to send non-specifc presence messages w/o special case for early 2012-02-07 11:10:51 -06:00
Anthony Minessale
12907b454c FS-3868 --resolve 2012-02-02 16:18:45 -06:00
Anthony Minessale
23dcdbd8d1 produce sip_full_via var 2012-02-02 15:09:32 -06:00
Anthony Minessale
348ac89809 FS-3855 --resolve 2012-01-31 11:03:09 -06:00
Anthony Minessale
f25c5aaf27 FS-3842 here is the from and contact change but I can't remove the user agent but I added a new param to the gateway config called options_user_agent to set something specific 2012-01-29 17:37:56 -06:00
Anthony Minessale
cde54eb5e8 FS-3842 the fix was to remove the (null) if you are asking for a to uri in the options with no username try this patch. You were not clear that you were looking for no username in the to uri. Keep in mind our system considers a 404 a sucessful response to an options request anyway but this should be what you want. 2012-01-27 12:55:09 -06:00
Anthony Minessale
3a71f86209 FS-3842 --resolve I think these feilds were recently only made optional when register=true. This should take care of it. 2012-01-27 09:10:18 -06:00
Anthony Minessale
049be82ae8 FS-2216 found one bug that is 4 years old from commit 205cf0534f4c4c5a8ebccb2446a01ed0df100abb 2012-01-26 16:54:09 -06:00
Anthony Minessale
b3b33ea995 FS-3794 please test this version 2012-01-26 04:46:48 -06:00
Anthony Minessale
5783078401 FS-3794 please try latest and see if you get any more missing hostnames 2012-01-24 17:38:36 -06:00
Anthony Minessale
224f4c0f8a fix packet storm of vid refresh in edge case 2012-01-24 11:38:41 -06:00
Anthony Minessale
5d4cccd447 FS-3818 --resolve 2012-01-20 13:33:54 -06:00
Anthony Minessale
b3f3a10336 FS-3794 revert 2012-01-19 14:09:36 -06:00
Anthony Minessale
23680eed36 remove erronous line to set TFLAG_BYE 2012-01-19 14:08:18 -06:00